Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-68121 (GCVE-0-2025-68121)
Vulnerability from cvelistv5 – Published: 2026-02-05 17:48 – Updated: 2026-04-29 13:29- CWE-295 - Improper Certificate Validation
| Vendor | Product | Version | |
|---|---|---|---|
| Go standard library | crypto/tls |
Affected:
0 , < 1.24.13
(semver)
Affected: 1.25.0-0 , < 1.25.7 (semver) Affected: 1.26.0-rc.1 , < 1.26.0-rc.3 (semver) |
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"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"
}
},
{
"other": {
"content": {
"id": "CVE-2025-68121",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-04-29T03:55:46.305385Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-295",
"description": "CWE-295 Improper Certificate Validation",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-04-29T13:29:25.582Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://pkg.go.dev",
"defaultStatus": "unaffected",
"packageName": "crypto/tls",
"product": "crypto/tls",
"programRoutines": [
{
"name": "Conn.handshakeContext"
},
{
"name": "Conn.Handshake"
},
{
"name": "Conn.HandshakeContext"
},
{
"name": "Conn.Read"
},
{
"name": "Conn.Write"
},
{
"name": "Dial"
},
{
"name": "DialWithDialer"
},
{
"name": "Dialer.Dial"
},
{
"name": "Dialer.DialContext"
},
{
"name": "QUICConn.Start"
}
],
"vendor": "Go standard library",
"versions": [
{
"lessThan": "1.24.13",
"status": "affected",
"version": "0",
"versionType": "semver"
},
{
"lessThan": "1.25.7",
"status": "affected",
"version": "1.25.0-0",
"versionType": "semver"
},
{
"lessThan": "1.26.0-rc.3",
"status": "affected",
"version": "1.26.0-rc.1",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"value": "Coia Prant (github.com/rbqvq)"
},
{
"lang": "en",
"value": "Go Security Team"
}
],
"descriptions": [
{
"lang": "en",
"value": "During session resumption in crypto/tls, if the underlying Config has its ClientCAs or RootCAs fields mutated between the initial handshake and the resumed handshake, the resumed handshake may succeed when it should have failed. This may happen when a user calls Config.Clone and mutates the returned Config, or uses Config.GetConfigForClient. This can cause a client to resume a session with a server that it would not have resumed with during the initial handshake, or cause a server to resume a session with a client that it would not have resumed with during the initial handshake."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "CWE-295: Improper Certificate Validation",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-02-05T17:48:44.141Z",
"orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"shortName": "Go"
},
"references": [
{
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"url": "https://go.dev/cl/737700"
},
{
"url": "https://go.dev/issue/77217"
},
{
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"title": "Unexpected session resumption in crypto/tls"
}
},
"cveMetadata": {
"assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"assignerShortName": "Go",
"cveId": "CVE-2025-68121",
"datePublished": "2026-02-05T17:48:44.141Z",
"dateReserved": "2025-12-15T16:48:04.451Z",
"dateUpdated": "2026-04-29T13:29:25.582Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-68121",
"date": "2026-05-25",
"epss": "0.00018",
"percentile": "0.04801"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-68121\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2026-02-05T18:16:10.857\",\"lastModified\":\"2026-04-29T14:16:16.170\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"During session resumption in crypto/tls, if the underlying Config has its ClientCAs or RootCAs fields mutated between the initial handshake and the resumed handshake, the resumed handshake may succeed when it should have failed. This may happen when a user calls Config.Clone and mutates the returned Config, or uses Config.GetConfigForClient. This can cause a client to resume a session with a server that it would not have resumed with during the initial handshake, or cause a server to resume a session with a client that it would not have resumed with during the initial handshake.\"},{\"lang\":\"es\",\"value\":\"Durante la reanudaci\u00f3n de la sesi\u00f3n en crypto/tls, si la Config subyacente tiene sus campos ClientCAs o RootCAs mutados entre el handshake inicial y el handshake reanudado, el handshake reanudado puede tener \u00e9xito cuando deber\u00eda haber fallado. Esto puede ocurrir cuando un usuario llama a Config.Clone y muta la Config devuelta, o usa Config.GetConfigForClient. Esto puede hacer que un cliente reanude una sesi\u00f3n con un servidor con el que no la habr\u00eda reanudado durante el handshake inicial, o hacer que un servidor reanude una sesi\u00f3n con un cliente con el que no la habr\u00eda reanudado durante el handshake inicial.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H\",\"baseScore\":10.0,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":6.0},{\"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:N\",\"baseScore\":9.1,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":5.2}]},\"weaknesses\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-295\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"1.24.13\",\"matchCriteriaId\":\"9FEE539A-EDC2-4044-A38C-5A0FDF567509\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.25.0\",\"versionEndExcluding\":\"1.25.7\",\"matchCriteriaId\":\"B275853C-E253-485B-B469-31D1A7383965\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:1.26.0:rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"E529A0EC-B944-4E2F-B26A-2A9F31AFF240\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:1.26.0:rc2:*:*:*:*:*:*\",\"matchCriteriaId\":\"553D6D90-140E-4A54-86A3-00E66AC30F3C\"}]}]}],\"references\":[{\"url\":\"https://go.dev/cl/737700\",\"source\":\"security@golang.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://go.dev/issue/77217\",\"source\":\"security@golang.org\",\"tags\":[\"Exploit\",\"Issue Tracking\"]},{\"url\":\"https://groups.google.com/g/golang-announce/c/K09ubi9FQFk\",\"source\":\"security@golang.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://pkg.go.dev/vuln/GO-2026-4337\",\"source\":\"security@golang.org\",\"tags\":[\"Vendor Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 9.1, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"CRITICAL\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"HIGH\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-68121\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-04-29T03:55:46.305385Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-295\", \"description\": \"CWE-295 Improper Certificate Validation\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-02-06T15:32:38.457Z\"}}], \"cna\": {\"title\": \"Unexpected session resumption in crypto/tls\", \"credits\": [{\"lang\": \"en\", \"value\": \"Coia Prant (github.com/rbqvq)\"}, {\"lang\": \"en\", \"value\": \"Go Security Team\"}], \"affected\": [{\"vendor\": \"Go standard library\", \"product\": \"crypto/tls\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"1.24.13\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"1.25.0-0\", \"lessThan\": \"1.25.7\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"1.26.0-rc.1\", \"lessThan\": \"1.26.0-rc.3\", \"versionType\": \"semver\"}], \"packageName\": \"crypto/tls\", \"collectionURL\": \"https://pkg.go.dev\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"Conn.handshakeContext\"}, {\"name\": \"Conn.Handshake\"}, {\"name\": \"Conn.HandshakeContext\"}, {\"name\": \"Conn.Read\"}, {\"name\": \"Conn.Write\"}, {\"name\": \"Dial\"}, {\"name\": \"DialWithDialer\"}, {\"name\": \"Dialer.Dial\"}, {\"name\": \"Dialer.DialContext\"}, {\"name\": \"QUICConn.Start\"}]}], \"references\": [{\"url\": \"https://groups.google.com/g/golang-announce/c/K09ubi9FQFk\"}, {\"url\": \"https://go.dev/cl/737700\"}, {\"url\": \"https://go.dev/issue/77217\"}, {\"url\": \"https://pkg.go.dev/vuln/GO-2026-4337\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"During session resumption in crypto/tls, if the underlying Config has its ClientCAs or RootCAs fields mutated between the initial handshake and the resumed handshake, the resumed handshake may succeed when it should have failed. This may happen when a user calls Config.Clone and mutates the returned Config, or uses Config.GetConfigForClient. This can cause a client to resume a session with a server that it would not have resumed with during the initial handshake, or cause a server to resume a session with a client that it would not have resumed with during the initial handshake.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"description\": \"CWE-295: Improper Certificate Validation\"}]}], \"providerMetadata\": {\"orgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"shortName\": \"Go\", \"dateUpdated\": \"2026-02-05T17:48:44.141Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-68121\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-04-29T13:29:25.582Z\", \"dateReserved\": \"2025-12-15T16:48:04.451Z\", \"assignerOrgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"datePublished\": \"2026-02-05T17:48:44.141Z\", \"assignerShortName\": \"Go\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
RHSA-2026:4220
Vulnerability from csaf_redhat - Published: 2026-03-10 17:00 - Updated: 2026-05-26 09:05A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Lightspeed (formerly Insights) for Runtimes 1.0:registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:63f64a69dfe53d99d6e4daa777e56af3f2a1c2370cdb8846f430694f46264f60_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Lightspeed (formerly Insights) for Runtimes 1.0:registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:6ebdce89c1e02b5cb34554666d28df796b82b19530f34c83ddb4758b52e0940d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Lightspeed (formerly Insights) for Runtimes 1.0:registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:d3de3556d1b49202cde5fb04941f6b5d364a7b69302b986b052012b72e9c3286_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Lightspeed (formerly Insights) for Runtimes 1.0:registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:fc6cd4a43aa9ca1cf87722be0a600a74c7b6c5adbdd970ce418f149a8f85d7b1_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Lightspeed (formerly Insights) for Runtimes 1.0:registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-operator-bundle@sha256:7af8be9671b3abd78541307e1dcebdc649057175595ae368485ad6ed7890e7c9_amd64 | — |
Workaround
|
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Lightspeed (formerly Insights) for Runtimes 1.0:registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:63f64a69dfe53d99d6e4daa777e56af3f2a1c2370cdb8846f430694f46264f60_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Lightspeed (formerly Insights) for Runtimes 1.0:registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:6ebdce89c1e02b5cb34554666d28df796b82b19530f34c83ddb4758b52e0940d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Lightspeed (formerly Insights) for Runtimes 1.0:registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:d3de3556d1b49202cde5fb04941f6b5d364a7b69302b986b052012b72e9c3286_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Lightspeed (formerly Insights) for Runtimes 1.0:registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:fc6cd4a43aa9ca1cf87722be0a600a74c7b6c5adbdd970ce418f149a8f85d7b1_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Lightspeed (formerly Insights) for Runtimes 1.0:registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-operator-bundle@sha256:7af8be9671b3abd78541307e1dcebdc649057175595ae368485ad6ed7890e7c9_amd64 | — |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update is now available for Red Hat Lightspeed (formerly Insights) for Runtimes on RHEL 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "An update is now available for Red Hat Lightspeed (formerly Insights) for Runtimes on RHEL 9.\n\nSecurity fix(es):\n\n* golang: net/url: Memory exhaustion in query parameter parsing in net/url (CVE-2025-61726)\n* crypto/tls: Unexpected session resumption in crypto/tls (CVE-2025-68121)\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:4220",
"url": "https://access.redhat.com/errata/RHSA-2026:4220"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68121",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_4220.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Lightspeed (formerly Insights) for Runtimes security update",
"tracking": {
"current_release_date": "2026-05-26T09:05:09+00:00",
"generator": {
"date": "2026-05-26T09:05:09+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:4220",
"initial_release_date": "2026-03-10T17:00:10+00:00",
"revision_history": [
{
"date": "2026-03-10T17:00:10+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-10T17:00:22+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-26T09:05:09+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Lightspeed (formerly Insights) for Runtimes 1.0",
"product": {
"name": "Red Hat Lightspeed (formerly Insights) for Runtimes 1.0",
"product_id": "Red Hat Lightspeed (formerly Insights) for Runtimes 1.0",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:lightspeed_for_runtimes:1.0::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Lightspeed (formerly Insights) for Runtimes"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:fc6cd4a43aa9ca1cf87722be0a600a74c7b6c5adbdd970ce418f149a8f85d7b1_amd64",
"product": {
"name": "registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:fc6cd4a43aa9ca1cf87722be0a600a74c7b6c5adbdd970ce418f149a8f85d7b1_amd64",
"product_id": "registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:fc6cd4a43aa9ca1cf87722be0a600a74c7b6c5adbdd970ce418f149a8f85d7b1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/runtimes-inventory-rhel9-operator@sha256%3Afc6cd4a43aa9ca1cf87722be0a600a74c7b6c5adbdd970ce418f149a8f85d7b1?arch=amd64\u0026repository_url=registry.redhat.io/rh-lightspeed-runtimes\u0026tag=1.0.1-1773067492"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-operator-bundle@sha256:7af8be9671b3abd78541307e1dcebdc649057175595ae368485ad6ed7890e7c9_amd64",
"product": {
"name": "registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-operator-bundle@sha256:7af8be9671b3abd78541307e1dcebdc649057175595ae368485ad6ed7890e7c9_amd64",
"product_id": "registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-operator-bundle@sha256:7af8be9671b3abd78541307e1dcebdc649057175595ae368485ad6ed7890e7c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/runtimes-inventory-operator-bundle@sha256%3A7af8be9671b3abd78541307e1dcebdc649057175595ae368485ad6ed7890e7c9?arch=amd64\u0026repository_url=registry.redhat.io/rh-lightspeed-runtimes\u0026tag=1.0.1-1773070632"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:d3de3556d1b49202cde5fb04941f6b5d364a7b69302b986b052012b72e9c3286_arm64",
"product": {
"name": "registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:d3de3556d1b49202cde5fb04941f6b5d364a7b69302b986b052012b72e9c3286_arm64",
"product_id": "registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:d3de3556d1b49202cde5fb04941f6b5d364a7b69302b986b052012b72e9c3286_arm64",
"product_identification_helper": {
"purl": "pkg:oci/runtimes-inventory-rhel9-operator@sha256%3Ad3de3556d1b49202cde5fb04941f6b5d364a7b69302b986b052012b72e9c3286?arch=arm64\u0026repository_url=registry.redhat.io/rh-lightspeed-runtimes\u0026tag=1.0.1-1773067492"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:63f64a69dfe53d99d6e4daa777e56af3f2a1c2370cdb8846f430694f46264f60_ppc64le",
"product": {
"name": "registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:63f64a69dfe53d99d6e4daa777e56af3f2a1c2370cdb8846f430694f46264f60_ppc64le",
"product_id": "registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:63f64a69dfe53d99d6e4daa777e56af3f2a1c2370cdb8846f430694f46264f60_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/runtimes-inventory-rhel9-operator@sha256%3A63f64a69dfe53d99d6e4daa777e56af3f2a1c2370cdb8846f430694f46264f60?arch=ppc64le\u0026repository_url=registry.redhat.io/rh-lightspeed-runtimes\u0026tag=1.0.1-1773067492"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:6ebdce89c1e02b5cb34554666d28df796b82b19530f34c83ddb4758b52e0940d_s390x",
"product": {
"name": "registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:6ebdce89c1e02b5cb34554666d28df796b82b19530f34c83ddb4758b52e0940d_s390x",
"product_id": "registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:6ebdce89c1e02b5cb34554666d28df796b82b19530f34c83ddb4758b52e0940d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/runtimes-inventory-rhel9-operator@sha256%3A6ebdce89c1e02b5cb34554666d28df796b82b19530f34c83ddb4758b52e0940d?arch=s390x\u0026repository_url=registry.redhat.io/rh-lightspeed-runtimes\u0026tag=1.0.1-1773067492"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-operator-bundle@sha256:7af8be9671b3abd78541307e1dcebdc649057175595ae368485ad6ed7890e7c9_amd64 as a component of Red Hat Lightspeed (formerly Insights) for Runtimes 1.0",
"product_id": "Red Hat Lightspeed (formerly Insights) for Runtimes 1.0:registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-operator-bundle@sha256:7af8be9671b3abd78541307e1dcebdc649057175595ae368485ad6ed7890e7c9_amd64"
},
"product_reference": "registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-operator-bundle@sha256:7af8be9671b3abd78541307e1dcebdc649057175595ae368485ad6ed7890e7c9_amd64",
"relates_to_product_reference": "Red Hat Lightspeed (formerly Insights) for Runtimes 1.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:63f64a69dfe53d99d6e4daa777e56af3f2a1c2370cdb8846f430694f46264f60_ppc64le as a component of Red Hat Lightspeed (formerly Insights) for Runtimes 1.0",
"product_id": "Red Hat Lightspeed (formerly Insights) for Runtimes 1.0:registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:63f64a69dfe53d99d6e4daa777e56af3f2a1c2370cdb8846f430694f46264f60_ppc64le"
},
"product_reference": "registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:63f64a69dfe53d99d6e4daa777e56af3f2a1c2370cdb8846f430694f46264f60_ppc64le",
"relates_to_product_reference": "Red Hat Lightspeed (formerly Insights) for Runtimes 1.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:6ebdce89c1e02b5cb34554666d28df796b82b19530f34c83ddb4758b52e0940d_s390x as a component of Red Hat Lightspeed (formerly Insights) for Runtimes 1.0",
"product_id": "Red Hat Lightspeed (formerly Insights) for Runtimes 1.0:registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:6ebdce89c1e02b5cb34554666d28df796b82b19530f34c83ddb4758b52e0940d_s390x"
},
"product_reference": "registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:6ebdce89c1e02b5cb34554666d28df796b82b19530f34c83ddb4758b52e0940d_s390x",
"relates_to_product_reference": "Red Hat Lightspeed (formerly Insights) for Runtimes 1.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:d3de3556d1b49202cde5fb04941f6b5d364a7b69302b986b052012b72e9c3286_arm64 as a component of Red Hat Lightspeed (formerly Insights) for Runtimes 1.0",
"product_id": "Red Hat Lightspeed (formerly Insights) for Runtimes 1.0:registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:d3de3556d1b49202cde5fb04941f6b5d364a7b69302b986b052012b72e9c3286_arm64"
},
"product_reference": "registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:d3de3556d1b49202cde5fb04941f6b5d364a7b69302b986b052012b72e9c3286_arm64",
"relates_to_product_reference": "Red Hat Lightspeed (formerly Insights) for Runtimes 1.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:fc6cd4a43aa9ca1cf87722be0a600a74c7b6c5adbdd970ce418f149a8f85d7b1_amd64 as a component of Red Hat Lightspeed (formerly Insights) for Runtimes 1.0",
"product_id": "Red Hat Lightspeed (formerly Insights) for Runtimes 1.0:registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:fc6cd4a43aa9ca1cf87722be0a600a74c7b6c5adbdd970ce418f149a8f85d7b1_amd64"
},
"product_reference": "registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:fc6cd4a43aa9ca1cf87722be0a600a74c7b6c5adbdd970ce418f149a8f85d7b1_amd64",
"relates_to_product_reference": "Red Hat Lightspeed (formerly Insights) for Runtimes 1.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Lightspeed (formerly Insights) for Runtimes 1.0:registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-operator-bundle@sha256:7af8be9671b3abd78541307e1dcebdc649057175595ae368485ad6ed7890e7c9_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, 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 Lightspeed (formerly Insights) for Runtimes 1.0:registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:63f64a69dfe53d99d6e4daa777e56af3f2a1c2370cdb8846f430694f46264f60_ppc64le",
"Red Hat Lightspeed (formerly Insights) for Runtimes 1.0:registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:6ebdce89c1e02b5cb34554666d28df796b82b19530f34c83ddb4758b52e0940d_s390x",
"Red Hat Lightspeed (formerly Insights) for Runtimes 1.0:registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:d3de3556d1b49202cde5fb04941f6b5d364a7b69302b986b052012b72e9c3286_arm64",
"Red Hat Lightspeed (formerly Insights) for Runtimes 1.0:registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:fc6cd4a43aa9ca1cf87722be0a600a74c7b6c5adbdd970ce418f149a8f85d7b1_amd64"
],
"known_not_affected": [
"Red Hat Lightspeed (formerly Insights) for Runtimes 1.0:registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-operator-bundle@sha256:7af8be9671b3abd78541307e1dcebdc649057175595ae368485ad6ed7890e7c9_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T17:00:10+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Lightspeed (formerly Insights) for Runtimes 1.0:registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:63f64a69dfe53d99d6e4daa777e56af3f2a1c2370cdb8846f430694f46264f60_ppc64le",
"Red Hat Lightspeed (formerly Insights) for Runtimes 1.0:registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:6ebdce89c1e02b5cb34554666d28df796b82b19530f34c83ddb4758b52e0940d_s390x",
"Red Hat Lightspeed (formerly Insights) for Runtimes 1.0:registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:d3de3556d1b49202cde5fb04941f6b5d364a7b69302b986b052012b72e9c3286_arm64",
"Red Hat Lightspeed (formerly Insights) for Runtimes 1.0:registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:fc6cd4a43aa9ca1cf87722be0a600a74c7b6c5adbdd970ce418f149a8f85d7b1_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4220"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat Lightspeed (formerly Insights) for Runtimes 1.0:registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-operator-bundle@sha256:7af8be9671b3abd78541307e1dcebdc649057175595ae368485ad6ed7890e7c9_amd64",
"Red Hat Lightspeed (formerly Insights) for Runtimes 1.0:registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:63f64a69dfe53d99d6e4daa777e56af3f2a1c2370cdb8846f430694f46264f60_ppc64le",
"Red Hat Lightspeed (formerly Insights) for Runtimes 1.0:registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:6ebdce89c1e02b5cb34554666d28df796b82b19530f34c83ddb4758b52e0940d_s390x",
"Red Hat Lightspeed (formerly Insights) for Runtimes 1.0:registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:d3de3556d1b49202cde5fb04941f6b5d364a7b69302b986b052012b72e9c3286_arm64",
"Red Hat Lightspeed (formerly Insights) for Runtimes 1.0:registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:fc6cd4a43aa9ca1cf87722be0a600a74c7b6c5adbdd970ce418f149a8f85d7b1_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 Lightspeed (formerly Insights) for Runtimes 1.0:registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-operator-bundle@sha256:7af8be9671b3abd78541307e1dcebdc649057175595ae368485ad6ed7890e7c9_amd64",
"Red Hat Lightspeed (formerly Insights) for Runtimes 1.0:registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:63f64a69dfe53d99d6e4daa777e56af3f2a1c2370cdb8846f430694f46264f60_ppc64le",
"Red Hat Lightspeed (formerly Insights) for Runtimes 1.0:registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:6ebdce89c1e02b5cb34554666d28df796b82b19530f34c83ddb4758b52e0940d_s390x",
"Red Hat Lightspeed (formerly Insights) for Runtimes 1.0:registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:d3de3556d1b49202cde5fb04941f6b5d364a7b69302b986b052012b72e9c3286_arm64",
"Red Hat Lightspeed (formerly Insights) for Runtimes 1.0:registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:fc6cd4a43aa9ca1cf87722be0a600a74c7b6c5adbdd970ce418f149a8f85d7b1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Lightspeed (formerly Insights) for Runtimes 1.0:registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-operator-bundle@sha256:7af8be9671b3abd78541307e1dcebdc649057175595ae368485ad6ed7890e7c9_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Lightspeed (formerly Insights) for Runtimes 1.0:registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:63f64a69dfe53d99d6e4daa777e56af3f2a1c2370cdb8846f430694f46264f60_ppc64le",
"Red Hat Lightspeed (formerly Insights) for Runtimes 1.0:registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:6ebdce89c1e02b5cb34554666d28df796b82b19530f34c83ddb4758b52e0940d_s390x",
"Red Hat Lightspeed (formerly Insights) for Runtimes 1.0:registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:d3de3556d1b49202cde5fb04941f6b5d364a7b69302b986b052012b72e9c3286_arm64",
"Red Hat Lightspeed (formerly Insights) for Runtimes 1.0:registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:fc6cd4a43aa9ca1cf87722be0a600a74c7b6c5adbdd970ce418f149a8f85d7b1_amd64"
],
"known_not_affected": [
"Red Hat Lightspeed (formerly Insights) for Runtimes 1.0:registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-operator-bundle@sha256:7af8be9671b3abd78541307e1dcebdc649057175595ae368485ad6ed7890e7c9_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T17:00:10+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Lightspeed (formerly Insights) for Runtimes 1.0:registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:63f64a69dfe53d99d6e4daa777e56af3f2a1c2370cdb8846f430694f46264f60_ppc64le",
"Red Hat Lightspeed (formerly Insights) for Runtimes 1.0:registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:6ebdce89c1e02b5cb34554666d28df796b82b19530f34c83ddb4758b52e0940d_s390x",
"Red Hat Lightspeed (formerly Insights) for Runtimes 1.0:registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:d3de3556d1b49202cde5fb04941f6b5d364a7b69302b986b052012b72e9c3286_arm64",
"Red Hat Lightspeed (formerly Insights) for Runtimes 1.0:registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:fc6cd4a43aa9ca1cf87722be0a600a74c7b6c5adbdd970ce418f149a8f85d7b1_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4220"
}
],
"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": [
"Red Hat Lightspeed (formerly Insights) for Runtimes 1.0:registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-operator-bundle@sha256:7af8be9671b3abd78541307e1dcebdc649057175595ae368485ad6ed7890e7c9_amd64",
"Red Hat Lightspeed (formerly Insights) for Runtimes 1.0:registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:63f64a69dfe53d99d6e4daa777e56af3f2a1c2370cdb8846f430694f46264f60_ppc64le",
"Red Hat Lightspeed (formerly Insights) for Runtimes 1.0:registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:6ebdce89c1e02b5cb34554666d28df796b82b19530f34c83ddb4758b52e0940d_s390x",
"Red Hat Lightspeed (formerly Insights) for Runtimes 1.0:registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:d3de3556d1b49202cde5fb04941f6b5d364a7b69302b986b052012b72e9c3286_arm64",
"Red Hat Lightspeed (formerly Insights) for Runtimes 1.0:registry.redhat.io/rh-lightspeed-runtimes/runtimes-inventory-rhel9-operator@sha256:fc6cd4a43aa9ca1cf87722be0a600a74c7b6c5adbdd970ce418f149a8f85d7b1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
}
]
}
RHSA-2026:4256
Vulnerability from csaf_redhat - Published: 2026-03-11 05:17 - Updated: 2026-05-26 09:05A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:opentelemetry-collector-0:0.144.0-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:opentelemetry-collector-0:0.144.0-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:opentelemetry-collector-0:0.144.0-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:opentelemetry-collector-0:0.144.0-1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:opentelemetry-collector-0:0.144.0-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:opentelemetry-collector-0:0.144.0-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:opentelemetry-collector-0:0.144.0-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:opentelemetry-collector-0:0.144.0-1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:opentelemetry-collector-0:0.144.0-1.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:opentelemetry-collector-0:0.144.0-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for opentelemetry-collector is now available for Red Hat Enterprise Linux 10.0 Extended Update Support.\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": "Collector with the supported components for a Red Hat build of OpenTelemetry\n\nSecurity Fix(es):\n\n* golang: net/url: Memory exhaustion in query parameter parsing in net/url (CVE-2025-61726)\n\n* crypto/tls: Unexpected session resumption in crypto/tls (CVE-2025-68121)\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:4256",
"url": "https://access.redhat.com/errata/RHSA-2026:4256"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_4256.json"
}
],
"title": "Red Hat Security Advisory: opentelemetry-collector security update",
"tracking": {
"current_release_date": "2026-05-26T09:05:10+00:00",
"generator": {
"date": "2026-05-26T09:05:10+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:4256",
"initial_release_date": "2026-03-11T05:17:15+00:00",
"revision_history": [
{
"date": "2026-03-11T05:17:15+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-11T05:17:15+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-26T09:05:10+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 EUS (v. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "opentelemetry-collector-0:0.144.0-1.el10_0.src",
"product": {
"name": "opentelemetry-collector-0:0.144.0-1.el10_0.src",
"product_id": "opentelemetry-collector-0:0.144.0-1.el10_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/opentelemetry-collector@0.144.0-1.el10_0?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "opentelemetry-collector-0:0.144.0-1.el10_0.aarch64",
"product": {
"name": "opentelemetry-collector-0:0.144.0-1.el10_0.aarch64",
"product_id": "opentelemetry-collector-0:0.144.0-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/opentelemetry-collector@0.144.0-1.el10_0?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "opentelemetry-collector-0:0.144.0-1.el10_0.ppc64le",
"product": {
"name": "opentelemetry-collector-0:0.144.0-1.el10_0.ppc64le",
"product_id": "opentelemetry-collector-0:0.144.0-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/opentelemetry-collector@0.144.0-1.el10_0?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "opentelemetry-collector-0:0.144.0-1.el10_0.x86_64",
"product": {
"name": "opentelemetry-collector-0:0.144.0-1.el10_0.x86_64",
"product_id": "opentelemetry-collector-0:0.144.0-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/opentelemetry-collector@0.144.0-1.el10_0?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "opentelemetry-collector-0:0.144.0-1.el10_0.s390x",
"product": {
"name": "opentelemetry-collector-0:0.144.0-1.el10_0.s390x",
"product_id": "opentelemetry-collector-0:0.144.0-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/opentelemetry-collector@0.144.0-1.el10_0?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "opentelemetry-collector-0:0.144.0-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:opentelemetry-collector-0:0.144.0-1.el10_0.aarch64"
},
"product_reference": "opentelemetry-collector-0:0.144.0-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "opentelemetry-collector-0:0.144.0-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:opentelemetry-collector-0:0.144.0-1.el10_0.ppc64le"
},
"product_reference": "opentelemetry-collector-0:0.144.0-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "opentelemetry-collector-0:0.144.0-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:opentelemetry-collector-0:0.144.0-1.el10_0.s390x"
},
"product_reference": "opentelemetry-collector-0:0.144.0-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "opentelemetry-collector-0:0.144.0-1.el10_0.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:opentelemetry-collector-0:0.144.0-1.el10_0.src"
},
"product_reference": "opentelemetry-collector-0:0.144.0-1.el10_0.src",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "opentelemetry-collector-0:0.144.0-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:opentelemetry-collector-0:0.144.0-1.el10_0.x86_64"
},
"product_reference": "opentelemetry-collector-0:0.144.0-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, 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": [
"AppStream-10.0.Z.E2S:opentelemetry-collector-0:0.144.0-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:opentelemetry-collector-0:0.144.0-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:opentelemetry-collector-0:0.144.0-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:opentelemetry-collector-0:0.144.0-1.el10_0.src",
"AppStream-10.0.Z.E2S:opentelemetry-collector-0:0.144.0-1.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-11T05:17:15+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:opentelemetry-collector-0:0.144.0-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:opentelemetry-collector-0:0.144.0-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:opentelemetry-collector-0:0.144.0-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:opentelemetry-collector-0:0.144.0-1.el10_0.src",
"AppStream-10.0.Z.E2S:opentelemetry-collector-0:0.144.0-1.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4256"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"AppStream-10.0.Z.E2S:opentelemetry-collector-0:0.144.0-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:opentelemetry-collector-0:0.144.0-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:opentelemetry-collector-0:0.144.0-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:opentelemetry-collector-0:0.144.0-1.el10_0.src",
"AppStream-10.0.Z.E2S:opentelemetry-collector-0:0.144.0-1.el10_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:opentelemetry-collector-0:0.144.0-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:opentelemetry-collector-0:0.144.0-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:opentelemetry-collector-0:0.144.0-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:opentelemetry-collector-0:0.144.0-1.el10_0.src",
"AppStream-10.0.Z.E2S:opentelemetry-collector-0:0.144.0-1.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:opentelemetry-collector-0:0.144.0-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:opentelemetry-collector-0:0.144.0-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:opentelemetry-collector-0:0.144.0-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:opentelemetry-collector-0:0.144.0-1.el10_0.src",
"AppStream-10.0.Z.E2S:opentelemetry-collector-0:0.144.0-1.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-11T05:17:15+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:opentelemetry-collector-0:0.144.0-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:opentelemetry-collector-0:0.144.0-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:opentelemetry-collector-0:0.144.0-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:opentelemetry-collector-0:0.144.0-1.el10_0.src",
"AppStream-10.0.Z.E2S:opentelemetry-collector-0:0.144.0-1.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4256"
}
],
"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": [
"AppStream-10.0.Z.E2S:opentelemetry-collector-0:0.144.0-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:opentelemetry-collector-0:0.144.0-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:opentelemetry-collector-0:0.144.0-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:opentelemetry-collector-0:0.144.0-1.el10_0.src",
"AppStream-10.0.Z.E2S:opentelemetry-collector-0:0.144.0-1.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
}
]
}
RHSA-2026:4264
Vulnerability from csaf_redhat - Published: 2026-03-11 06:05 - Updated: 2026-05-26 09:05A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_6.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for opentelemetry-collector is now available for Red Hat Enterprise Linux 9.6 Extended Update Support.\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": "Collector with the supported components for a Red Hat build of OpenTelemetry\n\nSecurity Fix(es):\n\n* golang: net/url: Memory exhaustion in query parameter parsing in net/url (CVE-2025-61726)\n\n* crypto/tls: Unexpected session resumption in crypto/tls (CVE-2025-68121)\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:4264",
"url": "https://access.redhat.com/errata/RHSA-2026:4264"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_4264.json"
}
],
"title": "Red Hat Security Advisory: opentelemetry-collector security update",
"tracking": {
"current_release_date": "2026-05-26T09:05:10+00:00",
"generator": {
"date": "2026-05-26T09:05:10+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:4264",
"initial_release_date": "2026-03-11T06:05:36+00:00",
"revision_history": [
{
"date": "2026-03-11T06:05:36+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-11T06:05:36+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-26T09:05:10+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 EUS (v.9.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.6::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "opentelemetry-collector-0:0.144.0-1.el9_6.src",
"product": {
"name": "opentelemetry-collector-0:0.144.0-1.el9_6.src",
"product_id": "opentelemetry-collector-0:0.144.0-1.el9_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/opentelemetry-collector@0.144.0-1.el9_6?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "opentelemetry-collector-0:0.144.0-1.el9_6.aarch64",
"product": {
"name": "opentelemetry-collector-0:0.144.0-1.el9_6.aarch64",
"product_id": "opentelemetry-collector-0:0.144.0-1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/opentelemetry-collector@0.144.0-1.el9_6?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "opentelemetry-collector-0:0.144.0-1.el9_6.ppc64le",
"product": {
"name": "opentelemetry-collector-0:0.144.0-1.el9_6.ppc64le",
"product_id": "opentelemetry-collector-0:0.144.0-1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/opentelemetry-collector@0.144.0-1.el9_6?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "opentelemetry-collector-0:0.144.0-1.el9_6.x86_64",
"product": {
"name": "opentelemetry-collector-0:0.144.0-1.el9_6.x86_64",
"product_id": "opentelemetry-collector-0:0.144.0-1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/opentelemetry-collector@0.144.0-1.el9_6?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "opentelemetry-collector-0:0.144.0-1.el9_6.s390x",
"product": {
"name": "opentelemetry-collector-0:0.144.0-1.el9_6.s390x",
"product_id": "opentelemetry-collector-0:0.144.0-1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/opentelemetry-collector@0.144.0-1.el9_6?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "opentelemetry-collector-0:0.144.0-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_6.aarch64"
},
"product_reference": "opentelemetry-collector-0:0.144.0-1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "opentelemetry-collector-0:0.144.0-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_6.ppc64le"
},
"product_reference": "opentelemetry-collector-0:0.144.0-1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "opentelemetry-collector-0:0.144.0-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_6.s390x"
},
"product_reference": "opentelemetry-collector-0:0.144.0-1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "opentelemetry-collector-0:0.144.0-1.el9_6.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_6.src"
},
"product_reference": "opentelemetry-collector-0:0.144.0-1.el9_6.src",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "opentelemetry-collector-0:0.144.0-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_6.x86_64"
},
"product_reference": "opentelemetry-collector-0:0.144.0-1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, 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": [
"AppStream-9.6.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_6.src",
"AppStream-9.6.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-11T06:05:36+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_6.src",
"AppStream-9.6.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4264"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"AppStream-9.6.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_6.src",
"AppStream-9.6.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_6.src",
"AppStream-9.6.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_6.src",
"AppStream-9.6.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-11T06:05:36+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_6.src",
"AppStream-9.6.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4264"
}
],
"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": [
"AppStream-9.6.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_6.src",
"AppStream-9.6.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
}
]
}
RHSA-2026:4267
Vulnerability from csaf_redhat - Published: 2026-03-11 07:39 - Updated: 2026-05-26 09:05A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_4.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_4.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for opentelemetry-collector is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.\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": "Collector with the supported components for a Red Hat build of OpenTelemetry\n\nSecurity Fix(es):\n\n* golang: net/url: Memory exhaustion in query parameter parsing in net/url (CVE-2025-61726)\n\n* crypto/tls: Unexpected session resumption in crypto/tls (CVE-2025-68121)\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:4267",
"url": "https://access.redhat.com/errata/RHSA-2026:4267"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_4267.json"
}
],
"title": "Red Hat Security Advisory: opentelemetry-collector security update",
"tracking": {
"current_release_date": "2026-05-26T09:05:11+00:00",
"generator": {
"date": "2026-05-26T09:05:11+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:4267",
"initial_release_date": "2026-03-11T07:39:06+00:00",
"revision_history": [
{
"date": "2026-03-11T07:39:06+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-11T07:39:06+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-26T09:05:11+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.4::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "opentelemetry-collector-0:0.144.0-1.el9_4.src",
"product": {
"name": "opentelemetry-collector-0:0.144.0-1.el9_4.src",
"product_id": "opentelemetry-collector-0:0.144.0-1.el9_4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/opentelemetry-collector@0.144.0-1.el9_4?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "opentelemetry-collector-0:0.144.0-1.el9_4.aarch64",
"product": {
"name": "opentelemetry-collector-0:0.144.0-1.el9_4.aarch64",
"product_id": "opentelemetry-collector-0:0.144.0-1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/opentelemetry-collector@0.144.0-1.el9_4?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "opentelemetry-collector-0:0.144.0-1.el9_4.ppc64le",
"product": {
"name": "opentelemetry-collector-0:0.144.0-1.el9_4.ppc64le",
"product_id": "opentelemetry-collector-0:0.144.0-1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/opentelemetry-collector@0.144.0-1.el9_4?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "opentelemetry-collector-0:0.144.0-1.el9_4.x86_64",
"product": {
"name": "opentelemetry-collector-0:0.144.0-1.el9_4.x86_64",
"product_id": "opentelemetry-collector-0:0.144.0-1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/opentelemetry-collector@0.144.0-1.el9_4?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "opentelemetry-collector-0:0.144.0-1.el9_4.s390x",
"product": {
"name": "opentelemetry-collector-0:0.144.0-1.el9_4.s390x",
"product_id": "opentelemetry-collector-0:0.144.0-1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/opentelemetry-collector@0.144.0-1.el9_4?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "opentelemetry-collector-0:0.144.0-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_4.aarch64"
},
"product_reference": "opentelemetry-collector-0:0.144.0-1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "opentelemetry-collector-0:0.144.0-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_4.ppc64le"
},
"product_reference": "opentelemetry-collector-0:0.144.0-1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "opentelemetry-collector-0:0.144.0-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_4.s390x"
},
"product_reference": "opentelemetry-collector-0:0.144.0-1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "opentelemetry-collector-0:0.144.0-1.el9_4.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_4.src"
},
"product_reference": "opentelemetry-collector-0:0.144.0-1.el9_4.src",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "opentelemetry-collector-0:0.144.0-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_4.x86_64"
},
"product_reference": "opentelemetry-collector-0:0.144.0-1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, 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": [
"AppStream-9.4.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_4.src",
"AppStream-9.4.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-11T07:39:06+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.4.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_4.src",
"AppStream-9.4.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4267"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"AppStream-9.4.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_4.src",
"AppStream-9.4.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_4.src",
"AppStream-9.4.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.4.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_4.src",
"AppStream-9.4.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-11T07:39:06+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.4.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_4.src",
"AppStream-9.4.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4267"
}
],
"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": [
"AppStream-9.4.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_4.src",
"AppStream-9.4.0.Z.EUS:opentelemetry-collector-0:0.144.0-1.el9_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
}
]
}
RHSA-2026:4270
Vulnerability from csaf_redhat - Published: 2026-03-11 07:52 - Updated: 2026-05-26 09:05A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:80e249e039ca97506b111c12739d2d5020237e3afb8fe1cc5014a803d917d1f1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:d95a6e017fd2230836b321a18e9be574776ca218f19386c35bf846f2af7920ad_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:e972d72ec52877e59b162099d20d60a83f0607ecf724720b6163b48141deb67a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:f0b6590d7f5168a7dc749138a935d094369a7b87bbbb8b9d1c755fc01d57100e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:706a7e97fc435cc175679eabed85a3f6a379cc0a4111a11e592758ccfdfd2857_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:7554ecfe28d55d03c9814a2591c337bed1aaf203d644c02595cef517623b7cb7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:ed3d74c2255ed6f3d358582794beae8091ecc098eae4a3c7c1b1ced59011210c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:fe8de6cf5d30af29e64e5f9ebe348b4ce6ff838be480d81795723a8642e19134_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:80e249e039ca97506b111c12739d2d5020237e3afb8fe1cc5014a803d917d1f1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:d95a6e017fd2230836b321a18e9be574776ca218f19386c35bf846f2af7920ad_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:e972d72ec52877e59b162099d20d60a83f0607ecf724720b6163b48141deb67a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:f0b6590d7f5168a7dc749138a935d094369a7b87bbbb8b9d1c755fc01d57100e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:706a7e97fc435cc175679eabed85a3f6a379cc0a4111a11e592758ccfdfd2857_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:7554ecfe28d55d03c9814a2591c337bed1aaf203d644c02595cef517623b7cb7_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:ed3d74c2255ed6f3d358582794beae8091ecc098eae4a3c7c1b1ced59011210c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:fe8de6cf5d30af29e64e5f9ebe348b4ce6ff838be480d81795723a8642e19134_amd64 | — |
Vendor Fix
fix
|
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:80e249e039ca97506b111c12739d2d5020237e3afb8fe1cc5014a803d917d1f1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:d95a6e017fd2230836b321a18e9be574776ca218f19386c35bf846f2af7920ad_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:e972d72ec52877e59b162099d20d60a83f0607ecf724720b6163b48141deb67a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:f0b6590d7f5168a7dc749138a935d094369a7b87bbbb8b9d1c755fc01d57100e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:706a7e97fc435cc175679eabed85a3f6a379cc0a4111a11e592758ccfdfd2857_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:7554ecfe28d55d03c9814a2591c337bed1aaf203d644c02595cef517623b7cb7_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:ed3d74c2255ed6f3d358582794beae8091ecc098eae4a3c7c1b1ced59011210c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:fe8de6cf5d30af29e64e5f9ebe348b4ce6ff838be480d81795723a8642e19134_amd64 | — |
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": "OpenShift Source To Image 1.6.0 Release",
"title": "Topic"
},
{
"category": "general",
"text": "Release of OpenShift Source To Image 1.6.0",
"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:4270",
"url": "https://access.redhat.com/errata/RHSA-2026:4270"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68121",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_4270.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Source To Image 1.6.0",
"tracking": {
"current_release_date": "2026-05-26T09:05:11+00:00",
"generator": {
"date": "2026-05-26T09:05:11+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:4270",
"initial_release_date": "2026-03-11T07:52:06+00:00",
"revision_history": [
{
"date": "2026-03-11T07:52:06+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-11T07:52:08+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-26T09:05:11+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "OpenShift Developer Tools and Services 1.6.0",
"product": {
"name": "OpenShift Developer Tools and Services 1.6.0",
"product_id": "OpenShift Developer Tools and Services 1.6.0",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:source_to_image:1.6::el8"
}
}
}
],
"category": "product_family",
"name": "OpenShift Developer Tools and Services"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:f0b6590d7f5168a7dc749138a935d094369a7b87bbbb8b9d1c755fc01d57100e_amd64",
"product": {
"name": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:f0b6590d7f5168a7dc749138a935d094369a7b87bbbb8b9d1c755fc01d57100e_amd64",
"product_id": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:f0b6590d7f5168a7dc749138a935d094369a7b87bbbb8b9d1c755fc01d57100e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/source-to-image-rhel8@sha256%3Af0b6590d7f5168a7dc749138a935d094369a7b87bbbb8b9d1c755fc01d57100e?arch=amd64\u0026repository_url=registry.redhat.io/source-to-image\u0026tag=1773214142"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:fe8de6cf5d30af29e64e5f9ebe348b4ce6ff838be480d81795723a8642e19134_amd64",
"product": {
"name": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:fe8de6cf5d30af29e64e5f9ebe348b4ce6ff838be480d81795723a8642e19134_amd64",
"product_id": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:fe8de6cf5d30af29e64e5f9ebe348b4ce6ff838be480d81795723a8642e19134_amd64",
"product_identification_helper": {
"purl": "pkg:oci/source-to-image-rhel9@sha256%3Afe8de6cf5d30af29e64e5f9ebe348b4ce6ff838be480d81795723a8642e19134?arch=amd64\u0026repository_url=registry.redhat.io/source-to-image\u0026tag=1773214747"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:d95a6e017fd2230836b321a18e9be574776ca218f19386c35bf846f2af7920ad_arm64",
"product": {
"name": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:d95a6e017fd2230836b321a18e9be574776ca218f19386c35bf846f2af7920ad_arm64",
"product_id": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:d95a6e017fd2230836b321a18e9be574776ca218f19386c35bf846f2af7920ad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/source-to-image-rhel8@sha256%3Ad95a6e017fd2230836b321a18e9be574776ca218f19386c35bf846f2af7920ad?arch=arm64\u0026repository_url=registry.redhat.io/source-to-image\u0026tag=1773214142"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:706a7e97fc435cc175679eabed85a3f6a379cc0a4111a11e592758ccfdfd2857_arm64",
"product": {
"name": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:706a7e97fc435cc175679eabed85a3f6a379cc0a4111a11e592758ccfdfd2857_arm64",
"product_id": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:706a7e97fc435cc175679eabed85a3f6a379cc0a4111a11e592758ccfdfd2857_arm64",
"product_identification_helper": {
"purl": "pkg:oci/source-to-image-rhel9@sha256%3A706a7e97fc435cc175679eabed85a3f6a379cc0a4111a11e592758ccfdfd2857?arch=arm64\u0026repository_url=registry.redhat.io/source-to-image\u0026tag=1773214747"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:80e249e039ca97506b111c12739d2d5020237e3afb8fe1cc5014a803d917d1f1_ppc64le",
"product": {
"name": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:80e249e039ca97506b111c12739d2d5020237e3afb8fe1cc5014a803d917d1f1_ppc64le",
"product_id": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:80e249e039ca97506b111c12739d2d5020237e3afb8fe1cc5014a803d917d1f1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/source-to-image-rhel8@sha256%3A80e249e039ca97506b111c12739d2d5020237e3afb8fe1cc5014a803d917d1f1?arch=ppc64le\u0026repository_url=registry.redhat.io/source-to-image\u0026tag=1773214142"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:7554ecfe28d55d03c9814a2591c337bed1aaf203d644c02595cef517623b7cb7_ppc64le",
"product": {
"name": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:7554ecfe28d55d03c9814a2591c337bed1aaf203d644c02595cef517623b7cb7_ppc64le",
"product_id": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:7554ecfe28d55d03c9814a2591c337bed1aaf203d644c02595cef517623b7cb7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/source-to-image-rhel9@sha256%3A7554ecfe28d55d03c9814a2591c337bed1aaf203d644c02595cef517623b7cb7?arch=ppc64le\u0026repository_url=registry.redhat.io/source-to-image\u0026tag=1773214747"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:e972d72ec52877e59b162099d20d60a83f0607ecf724720b6163b48141deb67a_s390x",
"product": {
"name": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:e972d72ec52877e59b162099d20d60a83f0607ecf724720b6163b48141deb67a_s390x",
"product_id": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:e972d72ec52877e59b162099d20d60a83f0607ecf724720b6163b48141deb67a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/source-to-image-rhel8@sha256%3Ae972d72ec52877e59b162099d20d60a83f0607ecf724720b6163b48141deb67a?arch=s390x\u0026repository_url=registry.redhat.io/source-to-image\u0026tag=1773214142"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:ed3d74c2255ed6f3d358582794beae8091ecc098eae4a3c7c1b1ced59011210c_s390x",
"product": {
"name": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:ed3d74c2255ed6f3d358582794beae8091ecc098eae4a3c7c1b1ced59011210c_s390x",
"product_id": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:ed3d74c2255ed6f3d358582794beae8091ecc098eae4a3c7c1b1ced59011210c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/source-to-image-rhel9@sha256%3Aed3d74c2255ed6f3d358582794beae8091ecc098eae4a3c7c1b1ced59011210c?arch=s390x\u0026repository_url=registry.redhat.io/source-to-image\u0026tag=1773214747"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:80e249e039ca97506b111c12739d2d5020237e3afb8fe1cc5014a803d917d1f1_ppc64le as a component of OpenShift Developer Tools and Services 1.6.0",
"product_id": "OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:80e249e039ca97506b111c12739d2d5020237e3afb8fe1cc5014a803d917d1f1_ppc64le"
},
"product_reference": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:80e249e039ca97506b111c12739d2d5020237e3afb8fe1cc5014a803d917d1f1_ppc64le",
"relates_to_product_reference": "OpenShift Developer Tools and Services 1.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:d95a6e017fd2230836b321a18e9be574776ca218f19386c35bf846f2af7920ad_arm64 as a component of OpenShift Developer Tools and Services 1.6.0",
"product_id": "OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:d95a6e017fd2230836b321a18e9be574776ca218f19386c35bf846f2af7920ad_arm64"
},
"product_reference": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:d95a6e017fd2230836b321a18e9be574776ca218f19386c35bf846f2af7920ad_arm64",
"relates_to_product_reference": "OpenShift Developer Tools and Services 1.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:e972d72ec52877e59b162099d20d60a83f0607ecf724720b6163b48141deb67a_s390x as a component of OpenShift Developer Tools and Services 1.6.0",
"product_id": "OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:e972d72ec52877e59b162099d20d60a83f0607ecf724720b6163b48141deb67a_s390x"
},
"product_reference": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:e972d72ec52877e59b162099d20d60a83f0607ecf724720b6163b48141deb67a_s390x",
"relates_to_product_reference": "OpenShift Developer Tools and Services 1.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:f0b6590d7f5168a7dc749138a935d094369a7b87bbbb8b9d1c755fc01d57100e_amd64 as a component of OpenShift Developer Tools and Services 1.6.0",
"product_id": "OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:f0b6590d7f5168a7dc749138a935d094369a7b87bbbb8b9d1c755fc01d57100e_amd64"
},
"product_reference": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:f0b6590d7f5168a7dc749138a935d094369a7b87bbbb8b9d1c755fc01d57100e_amd64",
"relates_to_product_reference": "OpenShift Developer Tools and Services 1.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:706a7e97fc435cc175679eabed85a3f6a379cc0a4111a11e592758ccfdfd2857_arm64 as a component of OpenShift Developer Tools and Services 1.6.0",
"product_id": "OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:706a7e97fc435cc175679eabed85a3f6a379cc0a4111a11e592758ccfdfd2857_arm64"
},
"product_reference": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:706a7e97fc435cc175679eabed85a3f6a379cc0a4111a11e592758ccfdfd2857_arm64",
"relates_to_product_reference": "OpenShift Developer Tools and Services 1.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:7554ecfe28d55d03c9814a2591c337bed1aaf203d644c02595cef517623b7cb7_ppc64le as a component of OpenShift Developer Tools and Services 1.6.0",
"product_id": "OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:7554ecfe28d55d03c9814a2591c337bed1aaf203d644c02595cef517623b7cb7_ppc64le"
},
"product_reference": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:7554ecfe28d55d03c9814a2591c337bed1aaf203d644c02595cef517623b7cb7_ppc64le",
"relates_to_product_reference": "OpenShift Developer Tools and Services 1.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:ed3d74c2255ed6f3d358582794beae8091ecc098eae4a3c7c1b1ced59011210c_s390x as a component of OpenShift Developer Tools and Services 1.6.0",
"product_id": "OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:ed3d74c2255ed6f3d358582794beae8091ecc098eae4a3c7c1b1ced59011210c_s390x"
},
"product_reference": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:ed3d74c2255ed6f3d358582794beae8091ecc098eae4a3c7c1b1ced59011210c_s390x",
"relates_to_product_reference": "OpenShift Developer Tools and Services 1.6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:fe8de6cf5d30af29e64e5f9ebe348b4ce6ff838be480d81795723a8642e19134_amd64 as a component of OpenShift Developer Tools and Services 1.6.0",
"product_id": "OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:fe8de6cf5d30af29e64e5f9ebe348b4ce6ff838be480d81795723a8642e19134_amd64"
},
"product_reference": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:fe8de6cf5d30af29e64e5f9ebe348b4ce6ff838be480d81795723a8642e19134_amd64",
"relates_to_product_reference": "OpenShift Developer Tools and Services 1.6.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, 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": [
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:80e249e039ca97506b111c12739d2d5020237e3afb8fe1cc5014a803d917d1f1_ppc64le",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:d95a6e017fd2230836b321a18e9be574776ca218f19386c35bf846f2af7920ad_arm64",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:e972d72ec52877e59b162099d20d60a83f0607ecf724720b6163b48141deb67a_s390x",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:f0b6590d7f5168a7dc749138a935d094369a7b87bbbb8b9d1c755fc01d57100e_amd64",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:706a7e97fc435cc175679eabed85a3f6a379cc0a4111a11e592758ccfdfd2857_arm64",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:7554ecfe28d55d03c9814a2591c337bed1aaf203d644c02595cef517623b7cb7_ppc64le",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:ed3d74c2255ed6f3d358582794beae8091ecc098eae4a3c7c1b1ced59011210c_s390x",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:fe8de6cf5d30af29e64e5f9ebe348b4ce6ff838be480d81795723a8642e19134_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-11T07:52:06+00:00",
"details": "It is recommended that existing users of OpenShift Source To Image upgrade to v1.6.0",
"product_ids": [
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:80e249e039ca97506b111c12739d2d5020237e3afb8fe1cc5014a803d917d1f1_ppc64le",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:d95a6e017fd2230836b321a18e9be574776ca218f19386c35bf846f2af7920ad_arm64",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:e972d72ec52877e59b162099d20d60a83f0607ecf724720b6163b48141deb67a_s390x",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:f0b6590d7f5168a7dc749138a935d094369a7b87bbbb8b9d1c755fc01d57100e_amd64",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:706a7e97fc435cc175679eabed85a3f6a379cc0a4111a11e592758ccfdfd2857_arm64",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:7554ecfe28d55d03c9814a2591c337bed1aaf203d644c02595cef517623b7cb7_ppc64le",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:ed3d74c2255ed6f3d358582794beae8091ecc098eae4a3c7c1b1ced59011210c_s390x",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:fe8de6cf5d30af29e64e5f9ebe348b4ce6ff838be480d81795723a8642e19134_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4270"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:80e249e039ca97506b111c12739d2d5020237e3afb8fe1cc5014a803d917d1f1_ppc64le",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:d95a6e017fd2230836b321a18e9be574776ca218f19386c35bf846f2af7920ad_arm64",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:e972d72ec52877e59b162099d20d60a83f0607ecf724720b6163b48141deb67a_s390x",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:f0b6590d7f5168a7dc749138a935d094369a7b87bbbb8b9d1c755fc01d57100e_amd64",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:706a7e97fc435cc175679eabed85a3f6a379cc0a4111a11e592758ccfdfd2857_arm64",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:7554ecfe28d55d03c9814a2591c337bed1aaf203d644c02595cef517623b7cb7_ppc64le",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:ed3d74c2255ed6f3d358582794beae8091ecc098eae4a3c7c1b1ced59011210c_s390x",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:fe8de6cf5d30af29e64e5f9ebe348b4ce6ff838be480d81795723a8642e19134_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": [
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:80e249e039ca97506b111c12739d2d5020237e3afb8fe1cc5014a803d917d1f1_ppc64le",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:d95a6e017fd2230836b321a18e9be574776ca218f19386c35bf846f2af7920ad_arm64",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:e972d72ec52877e59b162099d20d60a83f0607ecf724720b6163b48141deb67a_s390x",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:f0b6590d7f5168a7dc749138a935d094369a7b87bbbb8b9d1c755fc01d57100e_amd64",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:706a7e97fc435cc175679eabed85a3f6a379cc0a4111a11e592758ccfdfd2857_arm64",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:7554ecfe28d55d03c9814a2591c337bed1aaf203d644c02595cef517623b7cb7_ppc64le",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:ed3d74c2255ed6f3d358582794beae8091ecc098eae4a3c7c1b1ced59011210c_s390x",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:fe8de6cf5d30af29e64e5f9ebe348b4ce6ff838be480d81795723a8642e19134_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"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": [
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:80e249e039ca97506b111c12739d2d5020237e3afb8fe1cc5014a803d917d1f1_ppc64le",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:d95a6e017fd2230836b321a18e9be574776ca218f19386c35bf846f2af7920ad_arm64",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:e972d72ec52877e59b162099d20d60a83f0607ecf724720b6163b48141deb67a_s390x",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:f0b6590d7f5168a7dc749138a935d094369a7b87bbbb8b9d1c755fc01d57100e_amd64",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:706a7e97fc435cc175679eabed85a3f6a379cc0a4111a11e592758ccfdfd2857_arm64",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:7554ecfe28d55d03c9814a2591c337bed1aaf203d644c02595cef517623b7cb7_ppc64le",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:ed3d74c2255ed6f3d358582794beae8091ecc098eae4a3c7c1b1ced59011210c_s390x",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:fe8de6cf5d30af29e64e5f9ebe348b4ce6ff838be480d81795723a8642e19134_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-11T07:52:06+00:00",
"details": "It is recommended that existing users of OpenShift Source To Image upgrade to v1.6.0",
"product_ids": [
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:80e249e039ca97506b111c12739d2d5020237e3afb8fe1cc5014a803d917d1f1_ppc64le",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:d95a6e017fd2230836b321a18e9be574776ca218f19386c35bf846f2af7920ad_arm64",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:e972d72ec52877e59b162099d20d60a83f0607ecf724720b6163b48141deb67a_s390x",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:f0b6590d7f5168a7dc749138a935d094369a7b87bbbb8b9d1c755fc01d57100e_amd64",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:706a7e97fc435cc175679eabed85a3f6a379cc0a4111a11e592758ccfdfd2857_arm64",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:7554ecfe28d55d03c9814a2591c337bed1aaf203d644c02595cef517623b7cb7_ppc64le",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:ed3d74c2255ed6f3d358582794beae8091ecc098eae4a3c7c1b1ced59011210c_s390x",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:fe8de6cf5d30af29e64e5f9ebe348b4ce6ff838be480d81795723a8642e19134_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4270"
}
],
"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": [
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:80e249e039ca97506b111c12739d2d5020237e3afb8fe1cc5014a803d917d1f1_ppc64le",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:d95a6e017fd2230836b321a18e9be574776ca218f19386c35bf846f2af7920ad_arm64",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:e972d72ec52877e59b162099d20d60a83f0607ecf724720b6163b48141deb67a_s390x",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:f0b6590d7f5168a7dc749138a935d094369a7b87bbbb8b9d1c755fc01d57100e_amd64",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:706a7e97fc435cc175679eabed85a3f6a379cc0a4111a11e592758ccfdfd2857_arm64",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:7554ecfe28d55d03c9814a2591c337bed1aaf203d644c02595cef517623b7cb7_ppc64le",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:ed3d74c2255ed6f3d358582794beae8091ecc098eae4a3c7c1b1ced59011210c_s390x",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:fe8de6cf5d30af29e64e5f9ebe348b4ce6ff838be480d81795723a8642e19134_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:80e249e039ca97506b111c12739d2d5020237e3afb8fe1cc5014a803d917d1f1_ppc64le",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:d95a6e017fd2230836b321a18e9be574776ca218f19386c35bf846f2af7920ad_arm64",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:e972d72ec52877e59b162099d20d60a83f0607ecf724720b6163b48141deb67a_s390x",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:f0b6590d7f5168a7dc749138a935d094369a7b87bbbb8b9d1c755fc01d57100e_amd64",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:706a7e97fc435cc175679eabed85a3f6a379cc0a4111a11e592758ccfdfd2857_arm64",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:7554ecfe28d55d03c9814a2591c337bed1aaf203d644c02595cef517623b7cb7_ppc64le",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:ed3d74c2255ed6f3d358582794beae8091ecc098eae4a3c7c1b1ced59011210c_s390x",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:fe8de6cf5d30af29e64e5f9ebe348b4ce6ff838be480d81795723a8642e19134_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-11T07:52:06+00:00",
"details": "It is recommended that existing users of OpenShift Source To Image upgrade to v1.6.0",
"product_ids": [
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:80e249e039ca97506b111c12739d2d5020237e3afb8fe1cc5014a803d917d1f1_ppc64le",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:d95a6e017fd2230836b321a18e9be574776ca218f19386c35bf846f2af7920ad_arm64",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:e972d72ec52877e59b162099d20d60a83f0607ecf724720b6163b48141deb67a_s390x",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:f0b6590d7f5168a7dc749138a935d094369a7b87bbbb8b9d1c755fc01d57100e_amd64",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:706a7e97fc435cc175679eabed85a3f6a379cc0a4111a11e592758ccfdfd2857_arm64",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:7554ecfe28d55d03c9814a2591c337bed1aaf203d644c02595cef517623b7cb7_ppc64le",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:ed3d74c2255ed6f3d358582794beae8091ecc098eae4a3c7c1b1ced59011210c_s390x",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:fe8de6cf5d30af29e64e5f9ebe348b4ce6ff838be480d81795723a8642e19134_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4270"
}
],
"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": [
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:80e249e039ca97506b111c12739d2d5020237e3afb8fe1cc5014a803d917d1f1_ppc64le",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:d95a6e017fd2230836b321a18e9be574776ca218f19386c35bf846f2af7920ad_arm64",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:e972d72ec52877e59b162099d20d60a83f0607ecf724720b6163b48141deb67a_s390x",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:f0b6590d7f5168a7dc749138a935d094369a7b87bbbb8b9d1c755fc01d57100e_amd64",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:706a7e97fc435cc175679eabed85a3f6a379cc0a4111a11e592758ccfdfd2857_arm64",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:7554ecfe28d55d03c9814a2591c337bed1aaf203d644c02595cef517623b7cb7_ppc64le",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:ed3d74c2255ed6f3d358582794beae8091ecc098eae4a3c7c1b1ced59011210c_s390x",
"OpenShift Developer Tools and Services 1.6.0:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:fe8de6cf5d30af29e64e5f9ebe348b4ce6ff838be480d81795723a8642e19134_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
}
]
}
RHSA-2026:4466
Vulnerability from csaf_redhat - Published: 2026-03-12 11:53 - Updated: 2026-05-26 12:06A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:044d47930afa0388faad107510c8edfc20cf58e575fdb6a3052e98748b1f94fb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:334a3cc1eb9c5716a0ce17ce4555d492e5d6e6176734c7e394e758452b53781f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:478bec31b52c907ed8d1baa66093349c4a25f762e254ca654089944efb7b1622_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8fb63895a6cd6cfb65478a1e13c91c51f0e0a3fca4f9485355357fc19fd473ce_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1197ddbba898fab012bba65029328ca7e89601bd9bd600e86ac705d1d770faa6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:130d7a867a403ec4e78ebb51b31b70de999869f40a08af796b6c03d4b2ab2d9f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:92142d9e0c6d4ce7c400225257b5ba65b96ea64963e148725a0ac74b239d90bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e1043190866c846c9a7e36e2ad675a9f1609e6265419f83310a936138686af4a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0509b6e806c267ddd92413e8ba9b45769a816d8600f836a28275b0b21a4c3b5b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:424ebfab2a8e3a792d9d9d06bf59a2b934c0cbfc2c2fe93c52cfe513d0cee68a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4d6077ee4537837e30898604c9076db61542ef587b03ba202a9f935c7a4bef9f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7238ebfc357b3e7dd1fe2a729d94e6b36aa003bdb928ea446c2d9784f8c4bd97_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9bb2d3ff2a97d0c3234e4864fc2d21ff278ce06e725e43c56f43e42bed97dd19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:07d6c6428acef30f990b6d3df65fbd2c6a6a06992f1e3b1fb7113a8799217f9c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:405aaacf1f71534e5f0c2dea3c8e5b5e7ef0335eae4b09fcb4ff5bb027c70ab0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:589da7e7297bfbab5d1ea8c406447c2832a1194528869ef4046acf1a4651e9ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f07600ca1141874684a486a159e47455bb8634863eb7ed23d318c6c95d0ae74b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1aac55550194674f6ced2b8289d681fb1bcdcbf9b3a3c8951ded8acba9e51dda_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:48fa9f99b3903a555e473fc6ca2664621433146d94ab567c1cb29ea924e4d282_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:731a9504e9911b105c909b11f69b1023f636f373f404d6c608302111f441e0a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:fa055641a506ae97ed9feec2d42b1d0553108cbf5e224e0449ce2d36710ffed9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02892ae5abb984a8016cd1e0003a911e88e3f5f2b47928bad6c3ee372aacfe20_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4d1e7ca4ea99d73c269e96037903680159ca0e2506a03fced43f002914a9623e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:8081be29ad8f88a4356c0a91febdc4e22e0648139b43ba88830c447217f52027_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:88b81439ec590b7e69f0e54222e8baf495b14ce7e86e61938bd5f3207a8f53d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:56a2201a99766b5fa825f11c2d8e7e9a77abd3d7fc4459c931b6f93b4aa648ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:756c2c6a79bfb89215dc218ea2cd1cd37ab6aa0cc1673397ec31834fbbfc0885_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8473237c3df9c8667a3b75f74bcf20a5be41525ad4f207e03f9172ba7d8e5592_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c78dfef02995bd0ac0acabeaa3d0ba5b4776d5c7c52b296a96b40419428cd5ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:15e434410d5f5b65951a5bc5f5860295a0fcd7a70186583a2c194172ce47af6a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2c8f189090e91b78b0d981e3d1fb8e29c516da3fce30a7d01500788a845966f2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:684918ab48aab0e95b8f3997294084cfbc8d1a54b69ca2c85db9611ea43c29de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:8277eb7e9dd3bf9b4bfba4d668968cdd1fbab204cb427f570ccf76ace2838ce0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42967fba6caf53a2803a417ed0f085a1bba078a44b80a4bd50978b95cbfc2ddc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:89aabbe1685903482dd200470f3ea89be19bb6aeef6443a2d52cd7e5ce1036fb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b247d306dcccda057e522750d35967a1eb9bde6a16f0367185b2b88e59c58516_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cafd371205d272b431bd18c98cad6906f079abe089a1bd347a4afe4092110dcd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:69eeac8002044e68ec22119b94fe95b270ec798ac4ad525f06993a773aab387a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6f9df997bb4d924d11932a8c3c8085ca56047613085da604c25992b71f608abb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a5a06c71d74437dcae891f84a8e0e055624a9bc602dda219c4219576e687925d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a86e8a5d0d81be477483a39327f9a9febe79f33dd77cc5f6a7ac6c35d064a715_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4135e656d237ad471f004d1003c21d0d003785ab4e96cbb6537283affa7027c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:794ef1d2afc5b727aea163e348c78b1db51270fe18a7032087fc91ba7714a6fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8852b6729dd3fe89fee5a0d40a980e66f2d39129ffbbaec66f04fa1a67147235_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8f04bcedf60775b28710d025a0db950aa051e804a8d541ec3030725684356969_s390x | — |
Workaround
|
A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:044d47930afa0388faad107510c8edfc20cf58e575fdb6a3052e98748b1f94fb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:334a3cc1eb9c5716a0ce17ce4555d492e5d6e6176734c7e394e758452b53781f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:478bec31b52c907ed8d1baa66093349c4a25f762e254ca654089944efb7b1622_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8fb63895a6cd6cfb65478a1e13c91c51f0e0a3fca4f9485355357fc19fd473ce_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:07d6c6428acef30f990b6d3df65fbd2c6a6a06992f1e3b1fb7113a8799217f9c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:405aaacf1f71534e5f0c2dea3c8e5b5e7ef0335eae4b09fcb4ff5bb027c70ab0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:589da7e7297bfbab5d1ea8c406447c2832a1194528869ef4046acf1a4651e9ae_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f07600ca1141874684a486a159e47455bb8634863eb7ed23d318c6c95d0ae74b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1aac55550194674f6ced2b8289d681fb1bcdcbf9b3a3c8951ded8acba9e51dda_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:48fa9f99b3903a555e473fc6ca2664621433146d94ab567c1cb29ea924e4d282_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:731a9504e9911b105c909b11f69b1023f636f373f404d6c608302111f441e0a5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:fa055641a506ae97ed9feec2d42b1d0553108cbf5e224e0449ce2d36710ffed9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:15e434410d5f5b65951a5bc5f5860295a0fcd7a70186583a2c194172ce47af6a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2c8f189090e91b78b0d981e3d1fb8e29c516da3fce30a7d01500788a845966f2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:684918ab48aab0e95b8f3997294084cfbc8d1a54b69ca2c85db9611ea43c29de_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:8277eb7e9dd3bf9b4bfba4d668968cdd1fbab204cb427f570ccf76ace2838ce0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42967fba6caf53a2803a417ed0f085a1bba078a44b80a4bd50978b95cbfc2ddc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:89aabbe1685903482dd200470f3ea89be19bb6aeef6443a2d52cd7e5ce1036fb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b247d306dcccda057e522750d35967a1eb9bde6a16f0367185b2b88e59c58516_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cafd371205d272b431bd18c98cad6906f079abe089a1bd347a4afe4092110dcd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4135e656d237ad471f004d1003c21d0d003785ab4e96cbb6537283affa7027c8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:794ef1d2afc5b727aea163e348c78b1db51270fe18a7032087fc91ba7714a6fe_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8852b6729dd3fe89fee5a0d40a980e66f2d39129ffbbaec66f04fa1a67147235_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8f04bcedf60775b28710d025a0db950aa051e804a8d541ec3030725684356969_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1197ddbba898fab012bba65029328ca7e89601bd9bd600e86ac705d1d770faa6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:130d7a867a403ec4e78ebb51b31b70de999869f40a08af796b6c03d4b2ab2d9f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:92142d9e0c6d4ce7c400225257b5ba65b96ea64963e148725a0ac74b239d90bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e1043190866c846c9a7e36e2ad675a9f1609e6265419f83310a936138686af4a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0509b6e806c267ddd92413e8ba9b45769a816d8600f836a28275b0b21a4c3b5b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:424ebfab2a8e3a792d9d9d06bf59a2b934c0cbfc2c2fe93c52cfe513d0cee68a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4d6077ee4537837e30898604c9076db61542ef587b03ba202a9f935c7a4bef9f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7238ebfc357b3e7dd1fe2a729d94e6b36aa003bdb928ea446c2d9784f8c4bd97_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9bb2d3ff2a97d0c3234e4864fc2d21ff278ce06e725e43c56f43e42bed97dd19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02892ae5abb984a8016cd1e0003a911e88e3f5f2b47928bad6c3ee372aacfe20_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4d1e7ca4ea99d73c269e96037903680159ca0e2506a03fced43f002914a9623e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:8081be29ad8f88a4356c0a91febdc4e22e0648139b43ba88830c447217f52027_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:88b81439ec590b7e69f0e54222e8baf495b14ce7e86e61938bd5f3207a8f53d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:56a2201a99766b5fa825f11c2d8e7e9a77abd3d7fc4459c931b6f93b4aa648ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:756c2c6a79bfb89215dc218ea2cd1cd37ab6aa0cc1673397ec31834fbbfc0885_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8473237c3df9c8667a3b75f74bcf20a5be41525ad4f207e03f9172ba7d8e5592_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c78dfef02995bd0ac0acabeaa3d0ba5b4776d5c7c52b296a96b40419428cd5ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:69eeac8002044e68ec22119b94fe95b270ec798ac4ad525f06993a773aab387a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6f9df997bb4d924d11932a8c3c8085ca56047613085da604c25992b71f608abb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a5a06c71d74437dcae891f84a8e0e055624a9bc602dda219c4219576e687925d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a86e8a5d0d81be477483a39327f9a9febe79f33dd77cc5f6a7ac6c35d064a715_arm64 | — |
Workaround
|
A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:044d47930afa0388faad107510c8edfc20cf58e575fdb6a3052e98748b1f94fb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:334a3cc1eb9c5716a0ce17ce4555d492e5d6e6176734c7e394e758452b53781f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:478bec31b52c907ed8d1baa66093349c4a25f762e254ca654089944efb7b1622_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8fb63895a6cd6cfb65478a1e13c91c51f0e0a3fca4f9485355357fc19fd473ce_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:07d6c6428acef30f990b6d3df65fbd2c6a6a06992f1e3b1fb7113a8799217f9c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:405aaacf1f71534e5f0c2dea3c8e5b5e7ef0335eae4b09fcb4ff5bb027c70ab0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:589da7e7297bfbab5d1ea8c406447c2832a1194528869ef4046acf1a4651e9ae_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f07600ca1141874684a486a159e47455bb8634863eb7ed23d318c6c95d0ae74b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1aac55550194674f6ced2b8289d681fb1bcdcbf9b3a3c8951ded8acba9e51dda_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:48fa9f99b3903a555e473fc6ca2664621433146d94ab567c1cb29ea924e4d282_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:731a9504e9911b105c909b11f69b1023f636f373f404d6c608302111f441e0a5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:fa055641a506ae97ed9feec2d42b1d0553108cbf5e224e0449ce2d36710ffed9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:15e434410d5f5b65951a5bc5f5860295a0fcd7a70186583a2c194172ce47af6a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2c8f189090e91b78b0d981e3d1fb8e29c516da3fce30a7d01500788a845966f2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:684918ab48aab0e95b8f3997294084cfbc8d1a54b69ca2c85db9611ea43c29de_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:8277eb7e9dd3bf9b4bfba4d668968cdd1fbab204cb427f570ccf76ace2838ce0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42967fba6caf53a2803a417ed0f085a1bba078a44b80a4bd50978b95cbfc2ddc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:89aabbe1685903482dd200470f3ea89be19bb6aeef6443a2d52cd7e5ce1036fb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b247d306dcccda057e522750d35967a1eb9bde6a16f0367185b2b88e59c58516_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cafd371205d272b431bd18c98cad6906f079abe089a1bd347a4afe4092110dcd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4135e656d237ad471f004d1003c21d0d003785ab4e96cbb6537283affa7027c8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:794ef1d2afc5b727aea163e348c78b1db51270fe18a7032087fc91ba7714a6fe_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8852b6729dd3fe89fee5a0d40a980e66f2d39129ffbbaec66f04fa1a67147235_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8f04bcedf60775b28710d025a0db950aa051e804a8d541ec3030725684356969_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1197ddbba898fab012bba65029328ca7e89601bd9bd600e86ac705d1d770faa6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:130d7a867a403ec4e78ebb51b31b70de999869f40a08af796b6c03d4b2ab2d9f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:92142d9e0c6d4ce7c400225257b5ba65b96ea64963e148725a0ac74b239d90bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e1043190866c846c9a7e36e2ad675a9f1609e6265419f83310a936138686af4a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0509b6e806c267ddd92413e8ba9b45769a816d8600f836a28275b0b21a4c3b5b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:424ebfab2a8e3a792d9d9d06bf59a2b934c0cbfc2c2fe93c52cfe513d0cee68a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4d6077ee4537837e30898604c9076db61542ef587b03ba202a9f935c7a4bef9f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7238ebfc357b3e7dd1fe2a729d94e6b36aa003bdb928ea446c2d9784f8c4bd97_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9bb2d3ff2a97d0c3234e4864fc2d21ff278ce06e725e43c56f43e42bed97dd19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02892ae5abb984a8016cd1e0003a911e88e3f5f2b47928bad6c3ee372aacfe20_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4d1e7ca4ea99d73c269e96037903680159ca0e2506a03fced43f002914a9623e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:8081be29ad8f88a4356c0a91febdc4e22e0648139b43ba88830c447217f52027_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:88b81439ec590b7e69f0e54222e8baf495b14ce7e86e61938bd5f3207a8f53d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:56a2201a99766b5fa825f11c2d8e7e9a77abd3d7fc4459c931b6f93b4aa648ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:756c2c6a79bfb89215dc218ea2cd1cd37ab6aa0cc1673397ec31834fbbfc0885_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8473237c3df9c8667a3b75f74bcf20a5be41525ad4f207e03f9172ba7d8e5592_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c78dfef02995bd0ac0acabeaa3d0ba5b4776d5c7c52b296a96b40419428cd5ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:69eeac8002044e68ec22119b94fe95b270ec798ac4ad525f06993a773aab387a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6f9df997bb4d924d11932a8c3c8085ca56047613085da604c25992b71f608abb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a5a06c71d74437dcae891f84a8e0e055624a9bc602dda219c4219576e687925d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a86e8a5d0d81be477483a39327f9a9febe79f33dd77cc5f6a7ac6c35d064a715_arm64 | — |
Workaround
|
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1197ddbba898fab012bba65029328ca7e89601bd9bd600e86ac705d1d770faa6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:130d7a867a403ec4e78ebb51b31b70de999869f40a08af796b6c03d4b2ab2d9f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:92142d9e0c6d4ce7c400225257b5ba65b96ea64963e148725a0ac74b239d90bf_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e1043190866c846c9a7e36e2ad675a9f1609e6265419f83310a936138686af4a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:044d47930afa0388faad107510c8edfc20cf58e575fdb6a3052e98748b1f94fb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:334a3cc1eb9c5716a0ce17ce4555d492e5d6e6176734c7e394e758452b53781f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:478bec31b52c907ed8d1baa66093349c4a25f762e254ca654089944efb7b1622_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8fb63895a6cd6cfb65478a1e13c91c51f0e0a3fca4f9485355357fc19fd473ce_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:07d6c6428acef30f990b6d3df65fbd2c6a6a06992f1e3b1fb7113a8799217f9c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:405aaacf1f71534e5f0c2dea3c8e5b5e7ef0335eae4b09fcb4ff5bb027c70ab0_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:589da7e7297bfbab5d1ea8c406447c2832a1194528869ef4046acf1a4651e9ae_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f07600ca1141874684a486a159e47455bb8634863eb7ed23d318c6c95d0ae74b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1aac55550194674f6ced2b8289d681fb1bcdcbf9b3a3c8951ded8acba9e51dda_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:48fa9f99b3903a555e473fc6ca2664621433146d94ab567c1cb29ea924e4d282_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:731a9504e9911b105c909b11f69b1023f636f373f404d6c608302111f441e0a5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:fa055641a506ae97ed9feec2d42b1d0553108cbf5e224e0449ce2d36710ffed9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:69eeac8002044e68ec22119b94fe95b270ec798ac4ad525f06993a773aab387a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6f9df997bb4d924d11932a8c3c8085ca56047613085da604c25992b71f608abb_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a5a06c71d74437dcae891f84a8e0e055624a9bc602dda219c4219576e687925d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a86e8a5d0d81be477483a39327f9a9febe79f33dd77cc5f6a7ac6c35d064a715_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4135e656d237ad471f004d1003c21d0d003785ab4e96cbb6537283affa7027c8_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:794ef1d2afc5b727aea163e348c78b1db51270fe18a7032087fc91ba7714a6fe_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8852b6729dd3fe89fee5a0d40a980e66f2d39129ffbbaec66f04fa1a67147235_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8f04bcedf60775b28710d025a0db950aa051e804a8d541ec3030725684356969_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0509b6e806c267ddd92413e8ba9b45769a816d8600f836a28275b0b21a4c3b5b_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:424ebfab2a8e3a792d9d9d06bf59a2b934c0cbfc2c2fe93c52cfe513d0cee68a_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4d6077ee4537837e30898604c9076db61542ef587b03ba202a9f935c7a4bef9f_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7238ebfc357b3e7dd1fe2a729d94e6b36aa003bdb928ea446c2d9784f8c4bd97_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9bb2d3ff2a97d0c3234e4864fc2d21ff278ce06e725e43c56f43e42bed97dd19_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02892ae5abb984a8016cd1e0003a911e88e3f5f2b47928bad6c3ee372aacfe20_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4d1e7ca4ea99d73c269e96037903680159ca0e2506a03fced43f002914a9623e_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:8081be29ad8f88a4356c0a91febdc4e22e0648139b43ba88830c447217f52027_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:88b81439ec590b7e69f0e54222e8baf495b14ce7e86e61938bd5f3207a8f53d6_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:56a2201a99766b5fa825f11c2d8e7e9a77abd3d7fc4459c931b6f93b4aa648ef_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:756c2c6a79bfb89215dc218ea2cd1cd37ab6aa0cc1673397ec31834fbbfc0885_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8473237c3df9c8667a3b75f74bcf20a5be41525ad4f207e03f9172ba7d8e5592_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c78dfef02995bd0ac0acabeaa3d0ba5b4776d5c7c52b296a96b40419428cd5ee_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:15e434410d5f5b65951a5bc5f5860295a0fcd7a70186583a2c194172ce47af6a_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2c8f189090e91b78b0d981e3d1fb8e29c516da3fce30a7d01500788a845966f2_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:684918ab48aab0e95b8f3997294084cfbc8d1a54b69ca2c85db9611ea43c29de_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:8277eb7e9dd3bf9b4bfba4d668968cdd1fbab204cb427f570ccf76ace2838ce0_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42967fba6caf53a2803a417ed0f085a1bba078a44b80a4bd50978b95cbfc2ddc_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:89aabbe1685903482dd200470f3ea89be19bb6aeef6443a2d52cd7e5ce1036fb_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b247d306dcccda057e522750d35967a1eb9bde6a16f0367185b2b88e59c58516_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cafd371205d272b431bd18c98cad6906f079abe089a1bd347a4afe4092110dcd_amd64 | — |
A flaw was found in urllib3 Python library that could lead to a Denial of Service condition. A remote, malicious server can exploit this flaw by responding to a client request with an HTTP message that uses an excessive number of chained compression algorithms. This unlimited decompression chain causes the client system to consume a virtually unbounded amount of CPU resources and memory. The high resource usage leads to service disruption, making the application unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1197ddbba898fab012bba65029328ca7e89601bd9bd600e86ac705d1d770faa6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:130d7a867a403ec4e78ebb51b31b70de999869f40a08af796b6c03d4b2ab2d9f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:92142d9e0c6d4ce7c400225257b5ba65b96ea64963e148725a0ac74b239d90bf_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e1043190866c846c9a7e36e2ad675a9f1609e6265419f83310a936138686af4a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0509b6e806c267ddd92413e8ba9b45769a816d8600f836a28275b0b21a4c3b5b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:424ebfab2a8e3a792d9d9d06bf59a2b934c0cbfc2c2fe93c52cfe513d0cee68a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4d6077ee4537837e30898604c9076db61542ef587b03ba202a9f935c7a4bef9f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7238ebfc357b3e7dd1fe2a729d94e6b36aa003bdb928ea446c2d9784f8c4bd97_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02892ae5abb984a8016cd1e0003a911e88e3f5f2b47928bad6c3ee372aacfe20_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4d1e7ca4ea99d73c269e96037903680159ca0e2506a03fced43f002914a9623e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:8081be29ad8f88a4356c0a91febdc4e22e0648139b43ba88830c447217f52027_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:88b81439ec590b7e69f0e54222e8baf495b14ce7e86e61938bd5f3207a8f53d6_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:56a2201a99766b5fa825f11c2d8e7e9a77abd3d7fc4459c931b6f93b4aa648ef_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:756c2c6a79bfb89215dc218ea2cd1cd37ab6aa0cc1673397ec31834fbbfc0885_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8473237c3df9c8667a3b75f74bcf20a5be41525ad4f207e03f9172ba7d8e5592_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c78dfef02995bd0ac0acabeaa3d0ba5b4776d5c7c52b296a96b40419428cd5ee_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:69eeac8002044e68ec22119b94fe95b270ec798ac4ad525f06993a773aab387a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6f9df997bb4d924d11932a8c3c8085ca56047613085da604c25992b71f608abb_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a5a06c71d74437dcae891f84a8e0e055624a9bc602dda219c4219576e687925d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a86e8a5d0d81be477483a39327f9a9febe79f33dd77cc5f6a7ac6c35d064a715_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:044d47930afa0388faad107510c8edfc20cf58e575fdb6a3052e98748b1f94fb_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:334a3cc1eb9c5716a0ce17ce4555d492e5d6e6176734c7e394e758452b53781f_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:478bec31b52c907ed8d1baa66093349c4a25f762e254ca654089944efb7b1622_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8fb63895a6cd6cfb65478a1e13c91c51f0e0a3fca4f9485355357fc19fd473ce_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9bb2d3ff2a97d0c3234e4864fc2d21ff278ce06e725e43c56f43e42bed97dd19_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:07d6c6428acef30f990b6d3df65fbd2c6a6a06992f1e3b1fb7113a8799217f9c_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:405aaacf1f71534e5f0c2dea3c8e5b5e7ef0335eae4b09fcb4ff5bb027c70ab0_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:589da7e7297bfbab5d1ea8c406447c2832a1194528869ef4046acf1a4651e9ae_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f07600ca1141874684a486a159e47455bb8634863eb7ed23d318c6c95d0ae74b_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1aac55550194674f6ced2b8289d681fb1bcdcbf9b3a3c8951ded8acba9e51dda_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:48fa9f99b3903a555e473fc6ca2664621433146d94ab567c1cb29ea924e4d282_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:731a9504e9911b105c909b11f69b1023f636f373f404d6c608302111f441e0a5_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:fa055641a506ae97ed9feec2d42b1d0553108cbf5e224e0449ce2d36710ffed9_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:15e434410d5f5b65951a5bc5f5860295a0fcd7a70186583a2c194172ce47af6a_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2c8f189090e91b78b0d981e3d1fb8e29c516da3fce30a7d01500788a845966f2_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:684918ab48aab0e95b8f3997294084cfbc8d1a54b69ca2c85db9611ea43c29de_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:8277eb7e9dd3bf9b4bfba4d668968cdd1fbab204cb427f570ccf76ace2838ce0_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42967fba6caf53a2803a417ed0f085a1bba078a44b80a4bd50978b95cbfc2ddc_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:89aabbe1685903482dd200470f3ea89be19bb6aeef6443a2d52cd7e5ce1036fb_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b247d306dcccda057e522750d35967a1eb9bde6a16f0367185b2b88e59c58516_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cafd371205d272b431bd18c98cad6906f079abe089a1bd347a4afe4092110dcd_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4135e656d237ad471f004d1003c21d0d003785ab4e96cbb6537283affa7027c8_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:794ef1d2afc5b727aea163e348c78b1db51270fe18a7032087fc91ba7714a6fe_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8852b6729dd3fe89fee5a0d40a980e66f2d39129ffbbaec66f04fa1a67147235_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8f04bcedf60775b28710d025a0db950aa051e804a8d541ec3030725684356969_s390x | — |
A decompression handling flaw has been discovered in urllib3. When streaming a compressed response, urllib3 can perform decoding or decompression based on the HTTP Content-Encoding header (e.g., gzip, deflate, br, or zstd). The library must read compressed data from the network and decompress it until the requested chunk size is met. Any resulting decompressed data that exceeds the requested amount is held in an internal buffer for the next read operation. The decompression logic could cause urllib3 to fully decode a small amount of highly compressed data in a single operation. This can result in excessive resource consumption (high CPU usage and massive memory allocation for the decompressed data; CWE-409) on the client side, even if the application only requested a small chunk of data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1197ddbba898fab012bba65029328ca7e89601bd9bd600e86ac705d1d770faa6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:130d7a867a403ec4e78ebb51b31b70de999869f40a08af796b6c03d4b2ab2d9f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:92142d9e0c6d4ce7c400225257b5ba65b96ea64963e148725a0ac74b239d90bf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e1043190866c846c9a7e36e2ad675a9f1609e6265419f83310a936138686af4a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0509b6e806c267ddd92413e8ba9b45769a816d8600f836a28275b0b21a4c3b5b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:424ebfab2a8e3a792d9d9d06bf59a2b934c0cbfc2c2fe93c52cfe513d0cee68a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4d6077ee4537837e30898604c9076db61542ef587b03ba202a9f935c7a4bef9f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7238ebfc357b3e7dd1fe2a729d94e6b36aa003bdb928ea446c2d9784f8c4bd97_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02892ae5abb984a8016cd1e0003a911e88e3f5f2b47928bad6c3ee372aacfe20_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4d1e7ca4ea99d73c269e96037903680159ca0e2506a03fced43f002914a9623e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:8081be29ad8f88a4356c0a91febdc4e22e0648139b43ba88830c447217f52027_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:88b81439ec590b7e69f0e54222e8baf495b14ce7e86e61938bd5f3207a8f53d6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:56a2201a99766b5fa825f11c2d8e7e9a77abd3d7fc4459c931b6f93b4aa648ef_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:756c2c6a79bfb89215dc218ea2cd1cd37ab6aa0cc1673397ec31834fbbfc0885_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8473237c3df9c8667a3b75f74bcf20a5be41525ad4f207e03f9172ba7d8e5592_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c78dfef02995bd0ac0acabeaa3d0ba5b4776d5c7c52b296a96b40419428cd5ee_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:69eeac8002044e68ec22119b94fe95b270ec798ac4ad525f06993a773aab387a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6f9df997bb4d924d11932a8c3c8085ca56047613085da604c25992b71f608abb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a5a06c71d74437dcae891f84a8e0e055624a9bc602dda219c4219576e687925d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a86e8a5d0d81be477483a39327f9a9febe79f33dd77cc5f6a7ac6c35d064a715_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:044d47930afa0388faad107510c8edfc20cf58e575fdb6a3052e98748b1f94fb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:334a3cc1eb9c5716a0ce17ce4555d492e5d6e6176734c7e394e758452b53781f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:478bec31b52c907ed8d1baa66093349c4a25f762e254ca654089944efb7b1622_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8fb63895a6cd6cfb65478a1e13c91c51f0e0a3fca4f9485355357fc19fd473ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9bb2d3ff2a97d0c3234e4864fc2d21ff278ce06e725e43c56f43e42bed97dd19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:07d6c6428acef30f990b6d3df65fbd2c6a6a06992f1e3b1fb7113a8799217f9c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:405aaacf1f71534e5f0c2dea3c8e5b5e7ef0335eae4b09fcb4ff5bb027c70ab0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:589da7e7297bfbab5d1ea8c406447c2832a1194528869ef4046acf1a4651e9ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f07600ca1141874684a486a159e47455bb8634863eb7ed23d318c6c95d0ae74b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1aac55550194674f6ced2b8289d681fb1bcdcbf9b3a3c8951ded8acba9e51dda_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:48fa9f99b3903a555e473fc6ca2664621433146d94ab567c1cb29ea924e4d282_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:731a9504e9911b105c909b11f69b1023f636f373f404d6c608302111f441e0a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:fa055641a506ae97ed9feec2d42b1d0553108cbf5e224e0449ce2d36710ffed9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:15e434410d5f5b65951a5bc5f5860295a0fcd7a70186583a2c194172ce47af6a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2c8f189090e91b78b0d981e3d1fb8e29c516da3fce30a7d01500788a845966f2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:684918ab48aab0e95b8f3997294084cfbc8d1a54b69ca2c85db9611ea43c29de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:8277eb7e9dd3bf9b4bfba4d668968cdd1fbab204cb427f570ccf76ace2838ce0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42967fba6caf53a2803a417ed0f085a1bba078a44b80a4bd50978b95cbfc2ddc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:89aabbe1685903482dd200470f3ea89be19bb6aeef6443a2d52cd7e5ce1036fb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b247d306dcccda057e522750d35967a1eb9bde6a16f0367185b2b88e59c58516_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cafd371205d272b431bd18c98cad6906f079abe089a1bd347a4afe4092110dcd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4135e656d237ad471f004d1003c21d0d003785ab4e96cbb6537283affa7027c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:794ef1d2afc5b727aea163e348c78b1db51270fe18a7032087fc91ba7714a6fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8852b6729dd3fe89fee5a0d40a980e66f2d39129ffbbaec66f04fa1a67147235_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8f04bcedf60775b28710d025a0db950aa051e804a8d541ec3030725684356969_s390x | — |
Workaround
|
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:044d47930afa0388faad107510c8edfc20cf58e575fdb6a3052e98748b1f94fb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:334a3cc1eb9c5716a0ce17ce4555d492e5d6e6176734c7e394e758452b53781f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:478bec31b52c907ed8d1baa66093349c4a25f762e254ca654089944efb7b1622_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8fb63895a6cd6cfb65478a1e13c91c51f0e0a3fca4f9485355357fc19fd473ce_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1197ddbba898fab012bba65029328ca7e89601bd9bd600e86ac705d1d770faa6_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:130d7a867a403ec4e78ebb51b31b70de999869f40a08af796b6c03d4b2ab2d9f_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:92142d9e0c6d4ce7c400225257b5ba65b96ea64963e148725a0ac74b239d90bf_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e1043190866c846c9a7e36e2ad675a9f1609e6265419f83310a936138686af4a_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0509b6e806c267ddd92413e8ba9b45769a816d8600f836a28275b0b21a4c3b5b_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:424ebfab2a8e3a792d9d9d06bf59a2b934c0cbfc2c2fe93c52cfe513d0cee68a_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4d6077ee4537837e30898604c9076db61542ef587b03ba202a9f935c7a4bef9f_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7238ebfc357b3e7dd1fe2a729d94e6b36aa003bdb928ea446c2d9784f8c4bd97_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9bb2d3ff2a97d0c3234e4864fc2d21ff278ce06e725e43c56f43e42bed97dd19_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:07d6c6428acef30f990b6d3df65fbd2c6a6a06992f1e3b1fb7113a8799217f9c_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:405aaacf1f71534e5f0c2dea3c8e5b5e7ef0335eae4b09fcb4ff5bb027c70ab0_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:589da7e7297bfbab5d1ea8c406447c2832a1194528869ef4046acf1a4651e9ae_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f07600ca1141874684a486a159e47455bb8634863eb7ed23d318c6c95d0ae74b_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1aac55550194674f6ced2b8289d681fb1bcdcbf9b3a3c8951ded8acba9e51dda_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:48fa9f99b3903a555e473fc6ca2664621433146d94ab567c1cb29ea924e4d282_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:731a9504e9911b105c909b11f69b1023f636f373f404d6c608302111f441e0a5_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:fa055641a506ae97ed9feec2d42b1d0553108cbf5e224e0449ce2d36710ffed9_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02892ae5abb984a8016cd1e0003a911e88e3f5f2b47928bad6c3ee372aacfe20_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4d1e7ca4ea99d73c269e96037903680159ca0e2506a03fced43f002914a9623e_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:8081be29ad8f88a4356c0a91febdc4e22e0648139b43ba88830c447217f52027_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:88b81439ec590b7e69f0e54222e8baf495b14ce7e86e61938bd5f3207a8f53d6_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:56a2201a99766b5fa825f11c2d8e7e9a77abd3d7fc4459c931b6f93b4aa648ef_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:756c2c6a79bfb89215dc218ea2cd1cd37ab6aa0cc1673397ec31834fbbfc0885_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8473237c3df9c8667a3b75f74bcf20a5be41525ad4f207e03f9172ba7d8e5592_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c78dfef02995bd0ac0acabeaa3d0ba5b4776d5c7c52b296a96b40419428cd5ee_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:15e434410d5f5b65951a5bc5f5860295a0fcd7a70186583a2c194172ce47af6a_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2c8f189090e91b78b0d981e3d1fb8e29c516da3fce30a7d01500788a845966f2_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:684918ab48aab0e95b8f3997294084cfbc8d1a54b69ca2c85db9611ea43c29de_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:8277eb7e9dd3bf9b4bfba4d668968cdd1fbab204cb427f570ccf76ace2838ce0_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42967fba6caf53a2803a417ed0f085a1bba078a44b80a4bd50978b95cbfc2ddc_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:89aabbe1685903482dd200470f3ea89be19bb6aeef6443a2d52cd7e5ce1036fb_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b247d306dcccda057e522750d35967a1eb9bde6a16f0367185b2b88e59c58516_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cafd371205d272b431bd18c98cad6906f079abe089a1bd347a4afe4092110dcd_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:69eeac8002044e68ec22119b94fe95b270ec798ac4ad525f06993a773aab387a_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6f9df997bb4d924d11932a8c3c8085ca56047613085da604c25992b71f608abb_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a5a06c71d74437dcae891f84a8e0e055624a9bc602dda219c4219576e687925d_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a86e8a5d0d81be477483a39327f9a9febe79f33dd77cc5f6a7ac6c35d064a715_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4135e656d237ad471f004d1003c21d0d003785ab4e96cbb6537283affa7027c8_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:794ef1d2afc5b727aea163e348c78b1db51270fe18a7032087fc91ba7714a6fe_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8852b6729dd3fe89fee5a0d40a980e66f2d39129ffbbaec66f04fa1a67147235_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8f04bcedf60775b28710d025a0db950aa051e804a8d541ec3030725684356969_s390x | — |
urllib3 is an HTTP client library for Python. urllib3's streaming API is designed for the efficient handling of large HTTP responses by reading the content in chunks, rather than loading the entire response body into memory at once. urllib3 can perform decoding or decompression based on the HTTP `Content-Encoding` header (e.g., `gzip`, `deflate`, `br`, or `zstd`). When using the streaming API, the library decompresses only the necessary bytes, enabling partial content consumption. Starting in version 1.22 and prior to version 2.6.3, for HTTP redirect responses, the library would read the entire response body to drain the connection and decompress the content unnecessarily. This decompression occurred even before any read methods were called, and configured read limits did not restrict the amount of decompressed data. As a result, there was no safeguard against decompression bombs. A malicious server could exploit this to trigger excessive resource consumption on the client. Applications and libraries are affected when they stream content from untrusted sources by setting `preload_content=False` when they do not disable redirects. Users should upgrade to at least urllib3 v2.6.3, in which the library does not decode content of redirect responses when `preload_content=False`. If upgrading is not immediately possible, disable redirects by setting `redirect=False` for requests to untrusted source.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1197ddbba898fab012bba65029328ca7e89601bd9bd600e86ac705d1d770faa6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:130d7a867a403ec4e78ebb51b31b70de999869f40a08af796b6c03d4b2ab2d9f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:92142d9e0c6d4ce7c400225257b5ba65b96ea64963e148725a0ac74b239d90bf_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e1043190866c846c9a7e36e2ad675a9f1609e6265419f83310a936138686af4a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02892ae5abb984a8016cd1e0003a911e88e3f5f2b47928bad6c3ee372aacfe20_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4d1e7ca4ea99d73c269e96037903680159ca0e2506a03fced43f002914a9623e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:8081be29ad8f88a4356c0a91febdc4e22e0648139b43ba88830c447217f52027_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:88b81439ec590b7e69f0e54222e8baf495b14ce7e86e61938bd5f3207a8f53d6_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:56a2201a99766b5fa825f11c2d8e7e9a77abd3d7fc4459c931b6f93b4aa648ef_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:756c2c6a79bfb89215dc218ea2cd1cd37ab6aa0cc1673397ec31834fbbfc0885_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8473237c3df9c8667a3b75f74bcf20a5be41525ad4f207e03f9172ba7d8e5592_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c78dfef02995bd0ac0acabeaa3d0ba5b4776d5c7c52b296a96b40419428cd5ee_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:69eeac8002044e68ec22119b94fe95b270ec798ac4ad525f06993a773aab387a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6f9df997bb4d924d11932a8c3c8085ca56047613085da604c25992b71f608abb_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a5a06c71d74437dcae891f84a8e0e055624a9bc602dda219c4219576e687925d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a86e8a5d0d81be477483a39327f9a9febe79f33dd77cc5f6a7ac6c35d064a715_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0509b6e806c267ddd92413e8ba9b45769a816d8600f836a28275b0b21a4c3b5b_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:424ebfab2a8e3a792d9d9d06bf59a2b934c0cbfc2c2fe93c52cfe513d0cee68a_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4d6077ee4537837e30898604c9076db61542ef587b03ba202a9f935c7a4bef9f_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7238ebfc357b3e7dd1fe2a729d94e6b36aa003bdb928ea446c2d9784f8c4bd97_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:044d47930afa0388faad107510c8edfc20cf58e575fdb6a3052e98748b1f94fb_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:334a3cc1eb9c5716a0ce17ce4555d492e5d6e6176734c7e394e758452b53781f_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:478bec31b52c907ed8d1baa66093349c4a25f762e254ca654089944efb7b1622_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8fb63895a6cd6cfb65478a1e13c91c51f0e0a3fca4f9485355357fc19fd473ce_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9bb2d3ff2a97d0c3234e4864fc2d21ff278ce06e725e43c56f43e42bed97dd19_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:07d6c6428acef30f990b6d3df65fbd2c6a6a06992f1e3b1fb7113a8799217f9c_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:405aaacf1f71534e5f0c2dea3c8e5b5e7ef0335eae4b09fcb4ff5bb027c70ab0_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:589da7e7297bfbab5d1ea8c406447c2832a1194528869ef4046acf1a4651e9ae_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f07600ca1141874684a486a159e47455bb8634863eb7ed23d318c6c95d0ae74b_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1aac55550194674f6ced2b8289d681fb1bcdcbf9b3a3c8951ded8acba9e51dda_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:48fa9f99b3903a555e473fc6ca2664621433146d94ab567c1cb29ea924e4d282_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:731a9504e9911b105c909b11f69b1023f636f373f404d6c608302111f441e0a5_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:fa055641a506ae97ed9feec2d42b1d0553108cbf5e224e0449ce2d36710ffed9_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:15e434410d5f5b65951a5bc5f5860295a0fcd7a70186583a2c194172ce47af6a_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2c8f189090e91b78b0d981e3d1fb8e29c516da3fce30a7d01500788a845966f2_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:684918ab48aab0e95b8f3997294084cfbc8d1a54b69ca2c85db9611ea43c29de_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:8277eb7e9dd3bf9b4bfba4d668968cdd1fbab204cb427f570ccf76ace2838ce0_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42967fba6caf53a2803a417ed0f085a1bba078a44b80a4bd50978b95cbfc2ddc_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:89aabbe1685903482dd200470f3ea89be19bb6aeef6443a2d52cd7e5ce1036fb_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b247d306dcccda057e522750d35967a1eb9bde6a16f0367185b2b88e59c58516_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cafd371205d272b431bd18c98cad6906f079abe089a1bd347a4afe4092110dcd_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4135e656d237ad471f004d1003c21d0d003785ab4e96cbb6537283affa7027c8_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:794ef1d2afc5b727aea163e348c78b1db51270fe18a7032087fc91ba7714a6fe_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8852b6729dd3fe89fee5a0d40a980e66f2d39129ffbbaec66f04fa1a67147235_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8f04bcedf60775b28710d025a0db950aa051e804a8d541ec3030725684356969_s390x | — |
A flaw was found in jsPDF. When jsPDF is used in a concurrent environment, such as a Node.js web server, a race condition in the addJS method can lead to cross-user data leakage. This occurs because a shared variable used to store JavaScript content can be overwritten by simultaneous requests. As a result, a PDF generated for one user may contain sensitive JavaScript content intended for another user, leading to unauthorized information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:044d47930afa0388faad107510c8edfc20cf58e575fdb6a3052e98748b1f94fb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:334a3cc1eb9c5716a0ce17ce4555d492e5d6e6176734c7e394e758452b53781f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:478bec31b52c907ed8d1baa66093349c4a25f762e254ca654089944efb7b1622_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8fb63895a6cd6cfb65478a1e13c91c51f0e0a3fca4f9485355357fc19fd473ce_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1197ddbba898fab012bba65029328ca7e89601bd9bd600e86ac705d1d770faa6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:130d7a867a403ec4e78ebb51b31b70de999869f40a08af796b6c03d4b2ab2d9f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:92142d9e0c6d4ce7c400225257b5ba65b96ea64963e148725a0ac74b239d90bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e1043190866c846c9a7e36e2ad675a9f1609e6265419f83310a936138686af4a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0509b6e806c267ddd92413e8ba9b45769a816d8600f836a28275b0b21a4c3b5b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:424ebfab2a8e3a792d9d9d06bf59a2b934c0cbfc2c2fe93c52cfe513d0cee68a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4d6077ee4537837e30898604c9076db61542ef587b03ba202a9f935c7a4bef9f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7238ebfc357b3e7dd1fe2a729d94e6b36aa003bdb928ea446c2d9784f8c4bd97_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9bb2d3ff2a97d0c3234e4864fc2d21ff278ce06e725e43c56f43e42bed97dd19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:07d6c6428acef30f990b6d3df65fbd2c6a6a06992f1e3b1fb7113a8799217f9c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:405aaacf1f71534e5f0c2dea3c8e5b5e7ef0335eae4b09fcb4ff5bb027c70ab0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:589da7e7297bfbab5d1ea8c406447c2832a1194528869ef4046acf1a4651e9ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f07600ca1141874684a486a159e47455bb8634863eb7ed23d318c6c95d0ae74b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1aac55550194674f6ced2b8289d681fb1bcdcbf9b3a3c8951ded8acba9e51dda_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:48fa9f99b3903a555e473fc6ca2664621433146d94ab567c1cb29ea924e4d282_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:731a9504e9911b105c909b11f69b1023f636f373f404d6c608302111f441e0a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:fa055641a506ae97ed9feec2d42b1d0553108cbf5e224e0449ce2d36710ffed9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02892ae5abb984a8016cd1e0003a911e88e3f5f2b47928bad6c3ee372aacfe20_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4d1e7ca4ea99d73c269e96037903680159ca0e2506a03fced43f002914a9623e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:8081be29ad8f88a4356c0a91febdc4e22e0648139b43ba88830c447217f52027_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:88b81439ec590b7e69f0e54222e8baf495b14ce7e86e61938bd5f3207a8f53d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:56a2201a99766b5fa825f11c2d8e7e9a77abd3d7fc4459c931b6f93b4aa648ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:756c2c6a79bfb89215dc218ea2cd1cd37ab6aa0cc1673397ec31834fbbfc0885_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8473237c3df9c8667a3b75f74bcf20a5be41525ad4f207e03f9172ba7d8e5592_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c78dfef02995bd0ac0acabeaa3d0ba5b4776d5c7c52b296a96b40419428cd5ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:15e434410d5f5b65951a5bc5f5860295a0fcd7a70186583a2c194172ce47af6a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2c8f189090e91b78b0d981e3d1fb8e29c516da3fce30a7d01500788a845966f2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:684918ab48aab0e95b8f3997294084cfbc8d1a54b69ca2c85db9611ea43c29de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:8277eb7e9dd3bf9b4bfba4d668968cdd1fbab204cb427f570ccf76ace2838ce0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42967fba6caf53a2803a417ed0f085a1bba078a44b80a4bd50978b95cbfc2ddc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:89aabbe1685903482dd200470f3ea89be19bb6aeef6443a2d52cd7e5ce1036fb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b247d306dcccda057e522750d35967a1eb9bde6a16f0367185b2b88e59c58516_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cafd371205d272b431bd18c98cad6906f079abe089a1bd347a4afe4092110dcd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:69eeac8002044e68ec22119b94fe95b270ec798ac4ad525f06993a773aab387a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6f9df997bb4d924d11932a8c3c8085ca56047613085da604c25992b71f608abb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a5a06c71d74437dcae891f84a8e0e055624a9bc602dda219c4219576e687925d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a86e8a5d0d81be477483a39327f9a9febe79f33dd77cc5f6a7ac6c35d064a715_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4135e656d237ad471f004d1003c21d0d003785ab4e96cbb6537283affa7027c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:794ef1d2afc5b727aea163e348c78b1db51270fe18a7032087fc91ba7714a6fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8852b6729dd3fe89fee5a0d40a980e66f2d39129ffbbaec66f04fa1a67147235_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8f04bcedf60775b28710d025a0db950aa051e804a8d541ec3030725684356969_s390x | — |
Workaround
|
A flaw was found in jsPDF, a JavaScript library for generating PDFs. A remote attacker could exploit this vulnerability by providing unsanitized input to specific methods within the Acroform module, such as AcroformChoiceField.addOption or AcroFormCheckBox.appearanceState. This allows the attacker to inject arbitrary PDF objects, including JavaScript actions, which are then executed when a victim opens the crafted PDF document, leading to arbitrary code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:044d47930afa0388faad107510c8edfc20cf58e575fdb6a3052e98748b1f94fb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:334a3cc1eb9c5716a0ce17ce4555d492e5d6e6176734c7e394e758452b53781f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:478bec31b52c907ed8d1baa66093349c4a25f762e254ca654089944efb7b1622_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8fb63895a6cd6cfb65478a1e13c91c51f0e0a3fca4f9485355357fc19fd473ce_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1197ddbba898fab012bba65029328ca7e89601bd9bd600e86ac705d1d770faa6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:130d7a867a403ec4e78ebb51b31b70de999869f40a08af796b6c03d4b2ab2d9f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:92142d9e0c6d4ce7c400225257b5ba65b96ea64963e148725a0ac74b239d90bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e1043190866c846c9a7e36e2ad675a9f1609e6265419f83310a936138686af4a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0509b6e806c267ddd92413e8ba9b45769a816d8600f836a28275b0b21a4c3b5b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:424ebfab2a8e3a792d9d9d06bf59a2b934c0cbfc2c2fe93c52cfe513d0cee68a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4d6077ee4537837e30898604c9076db61542ef587b03ba202a9f935c7a4bef9f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7238ebfc357b3e7dd1fe2a729d94e6b36aa003bdb928ea446c2d9784f8c4bd97_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9bb2d3ff2a97d0c3234e4864fc2d21ff278ce06e725e43c56f43e42bed97dd19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:07d6c6428acef30f990b6d3df65fbd2c6a6a06992f1e3b1fb7113a8799217f9c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:405aaacf1f71534e5f0c2dea3c8e5b5e7ef0335eae4b09fcb4ff5bb027c70ab0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:589da7e7297bfbab5d1ea8c406447c2832a1194528869ef4046acf1a4651e9ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f07600ca1141874684a486a159e47455bb8634863eb7ed23d318c6c95d0ae74b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1aac55550194674f6ced2b8289d681fb1bcdcbf9b3a3c8951ded8acba9e51dda_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:48fa9f99b3903a555e473fc6ca2664621433146d94ab567c1cb29ea924e4d282_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:731a9504e9911b105c909b11f69b1023f636f373f404d6c608302111f441e0a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:fa055641a506ae97ed9feec2d42b1d0553108cbf5e224e0449ce2d36710ffed9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02892ae5abb984a8016cd1e0003a911e88e3f5f2b47928bad6c3ee372aacfe20_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4d1e7ca4ea99d73c269e96037903680159ca0e2506a03fced43f002914a9623e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:8081be29ad8f88a4356c0a91febdc4e22e0648139b43ba88830c447217f52027_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:88b81439ec590b7e69f0e54222e8baf495b14ce7e86e61938bd5f3207a8f53d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:56a2201a99766b5fa825f11c2d8e7e9a77abd3d7fc4459c931b6f93b4aa648ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:756c2c6a79bfb89215dc218ea2cd1cd37ab6aa0cc1673397ec31834fbbfc0885_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8473237c3df9c8667a3b75f74bcf20a5be41525ad4f207e03f9172ba7d8e5592_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c78dfef02995bd0ac0acabeaa3d0ba5b4776d5c7c52b296a96b40419428cd5ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:15e434410d5f5b65951a5bc5f5860295a0fcd7a70186583a2c194172ce47af6a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2c8f189090e91b78b0d981e3d1fb8e29c516da3fce30a7d01500788a845966f2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:684918ab48aab0e95b8f3997294084cfbc8d1a54b69ca2c85db9611ea43c29de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:8277eb7e9dd3bf9b4bfba4d668968cdd1fbab204cb427f570ccf76ace2838ce0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42967fba6caf53a2803a417ed0f085a1bba078a44b80a4bd50978b95cbfc2ddc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:89aabbe1685903482dd200470f3ea89be19bb6aeef6443a2d52cd7e5ce1036fb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b247d306dcccda057e522750d35967a1eb9bde6a16f0367185b2b88e59c58516_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cafd371205d272b431bd18c98cad6906f079abe089a1bd347a4afe4092110dcd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:69eeac8002044e68ec22119b94fe95b270ec798ac4ad525f06993a773aab387a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6f9df997bb4d924d11932a8c3c8085ca56047613085da604c25992b71f608abb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a5a06c71d74437dcae891f84a8e0e055624a9bc602dda219c4219576e687925d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a86e8a5d0d81be477483a39327f9a9febe79f33dd77cc5f6a7ac6c35d064a715_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4135e656d237ad471f004d1003c21d0d003785ab4e96cbb6537283affa7027c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:794ef1d2afc5b727aea163e348c78b1db51270fe18a7032087fc91ba7714a6fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8852b6729dd3fe89fee5a0d40a980e66f2d39129ffbbaec66f04fa1a67147235_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8f04bcedf60775b28710d025a0db950aa051e804a8d541ec3030725684356969_s390x | — |
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": "Updated images are now available for Red Hat Advanced Cluster Security\n(RHACS), which typically include new features, bug fixes, and/or\nsecurity patches.",
"title": "Topic"
},
{
"category": "general",
"text": "See the release notes (link in the references section) for a\ndescription of the fixes and enhancements in this particular release.",
"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:4466",
"url": "https://access.redhat.com/errata/RHSA-2026:4466"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-13465",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61728",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66418",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66471",
"url": "https://access.redhat.com/security/cve/CVE-2025-66471"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68121",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-21441",
"url": "https://access.redhat.com/security/cve/CVE-2026-21441"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-24040",
"url": "https://access.redhat.com/security/cve/CVE-2026-24040"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-24737",
"url": "https://access.redhat.com/security/cve/CVE-2026-24737"
},
{
"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_advanced_cluster_security_for_kubernetes/4.8/html-single/release_notes/index#about-this-release-489_release-notes-48",
"url": "https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_security_for_kubernetes/4.8/html-single/release_notes/index#about-this-release-489_release-notes-48"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_4466.json"
}
],
"title": "Red Hat Security Advisory: RHACS 4.8.9 security and bug fix update",
"tracking": {
"current_release_date": "2026-05-26T12:06:25+00:00",
"generator": {
"date": "2026-05-26T12:06:25+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:4466",
"initial_release_date": "2026-03-12T11:53:42+00:00",
"revision_history": [
{
"date": "2026-03-12T11:53:42+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-25T15:33:31+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-26T12:06:25+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product": {
"name": "Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:advanced_cluster_security:4.8::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Advanced Cluster Security for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:92142d9e0c6d4ce7c400225257b5ba65b96ea64963e148725a0ac74b239d90bf_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:92142d9e0c6d4ce7c400225257b5ba65b96ea64963e148725a0ac74b239d90bf_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:92142d9e0c6d4ce7c400225257b5ba65b96ea64963e148725a0ac74b239d90bf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256%3A92142d9e0c6d4ce7c400225257b5ba65b96ea64963e148725a0ac74b239d90bf?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1773235880"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7238ebfc357b3e7dd1fe2a729d94e6b36aa003bdb928ea446c2d9784f8c4bd97_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7238ebfc357b3e7dd1fe2a729d94e6b36aa003bdb928ea446c2d9784f8c4bd97_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7238ebfc357b3e7dd1fe2a729d94e6b36aa003bdb928ea446c2d9784f8c4bd97_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256%3A7238ebfc357b3e7dd1fe2a729d94e6b36aa003bdb928ea446c2d9784f8c4bd97?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1771402244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:334a3cc1eb9c5716a0ce17ce4555d492e5d6e6176734c7e394e758452b53781f_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:334a3cc1eb9c5716a0ce17ce4555d492e5d6e6176734c7e394e758452b53781f_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:334a3cc1eb9c5716a0ce17ce4555d492e5d6e6176734c7e394e758452b53781f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256%3A334a3cc1eb9c5716a0ce17ce4555d492e5d6e6176734c7e394e758452b53781f?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1773235880"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:589da7e7297bfbab5d1ea8c406447c2832a1194528869ef4046acf1a4651e9ae_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:589da7e7297bfbab5d1ea8c406447c2832a1194528869ef4046acf1a4651e9ae_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:589da7e7297bfbab5d1ea8c406447c2832a1194528869ef4046acf1a4651e9ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256%3A589da7e7297bfbab5d1ea8c406447c2832a1194528869ef4046acf1a4651e9ae?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1773235880"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9bb2d3ff2a97d0c3234e4864fc2d21ff278ce06e725e43c56f43e42bed97dd19_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9bb2d3ff2a97d0c3234e4864fc2d21ff278ce06e725e43c56f43e42bed97dd19_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9bb2d3ff2a97d0c3234e4864fc2d21ff278ce06e725e43c56f43e42bed97dd19_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256%3A9bb2d3ff2a97d0c3234e4864fc2d21ff278ce06e725e43c56f43e42bed97dd19?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1773235880"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:731a9504e9911b105c909b11f69b1023f636f373f404d6c608302111f441e0a5_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:731a9504e9911b105c909b11f69b1023f636f373f404d6c608302111f441e0a5_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:731a9504e9911b105c909b11f69b1023f636f373f404d6c608302111f441e0a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256%3A731a9504e9911b105c909b11f69b1023f636f373f404d6c608302111f441e0a5?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1773235880"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:684918ab48aab0e95b8f3997294084cfbc8d1a54b69ca2c85db9611ea43c29de_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:684918ab48aab0e95b8f3997294084cfbc8d1a54b69ca2c85db9611ea43c29de_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:684918ab48aab0e95b8f3997294084cfbc8d1a54b69ca2c85db9611ea43c29de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256%3A684918ab48aab0e95b8f3997294084cfbc8d1a54b69ca2c85db9611ea43c29de?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1772474383"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4d1e7ca4ea99d73c269e96037903680159ca0e2506a03fced43f002914a9623e_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4d1e7ca4ea99d73c269e96037903680159ca0e2506a03fced43f002914a9623e_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4d1e7ca4ea99d73c269e96037903680159ca0e2506a03fced43f002914a9623e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256%3A4d1e7ca4ea99d73c269e96037903680159ca0e2506a03fced43f002914a9623e?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1772474383"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:756c2c6a79bfb89215dc218ea2cd1cd37ab6aa0cc1673397ec31834fbbfc0885_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:756c2c6a79bfb89215dc218ea2cd1cd37ab6aa0cc1673397ec31834fbbfc0885_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:756c2c6a79bfb89215dc218ea2cd1cd37ab6aa0cc1673397ec31834fbbfc0885_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256%3A756c2c6a79bfb89215dc218ea2cd1cd37ab6aa0cc1673397ec31834fbbfc0885?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1772474383"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cafd371205d272b431bd18c98cad6906f079abe089a1bd347a4afe4092110dcd_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cafd371205d272b431bd18c98cad6906f079abe089a1bd347a4afe4092110dcd_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cafd371205d272b431bd18c98cad6906f079abe089a1bd347a4afe4092110dcd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256%3Acafd371205d272b431bd18c98cad6906f079abe089a1bd347a4afe4092110dcd?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1772474383"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8852b6729dd3fe89fee5a0d40a980e66f2d39129ffbbaec66f04fa1a67147235_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8852b6729dd3fe89fee5a0d40a980e66f2d39129ffbbaec66f04fa1a67147235_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8852b6729dd3fe89fee5a0d40a980e66f2d39129ffbbaec66f04fa1a67147235_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256%3A8852b6729dd3fe89fee5a0d40a980e66f2d39129ffbbaec66f04fa1a67147235?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1773235880"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a5a06c71d74437dcae891f84a8e0e055624a9bc602dda219c4219576e687925d_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a5a06c71d74437dcae891f84a8e0e055624a9bc602dda219c4219576e687925d_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a5a06c71d74437dcae891f84a8e0e055624a9bc602dda219c4219576e687925d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256%3Aa5a06c71d74437dcae891f84a8e0e055624a9bc602dda219c4219576e687925d?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1773235880"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:130d7a867a403ec4e78ebb51b31b70de999869f40a08af796b6c03d4b2ab2d9f_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:130d7a867a403ec4e78ebb51b31b70de999869f40a08af796b6c03d4b2ab2d9f_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:130d7a867a403ec4e78ebb51b31b70de999869f40a08af796b6c03d4b2ab2d9f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256%3A130d7a867a403ec4e78ebb51b31b70de999869f40a08af796b6c03d4b2ab2d9f?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1773235880"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:424ebfab2a8e3a792d9d9d06bf59a2b934c0cbfc2c2fe93c52cfe513d0cee68a_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:424ebfab2a8e3a792d9d9d06bf59a2b934c0cbfc2c2fe93c52cfe513d0cee68a_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:424ebfab2a8e3a792d9d9d06bf59a2b934c0cbfc2c2fe93c52cfe513d0cee68a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256%3A424ebfab2a8e3a792d9d9d06bf59a2b934c0cbfc2c2fe93c52cfe513d0cee68a?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1771402244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8fb63895a6cd6cfb65478a1e13c91c51f0e0a3fca4f9485355357fc19fd473ce_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8fb63895a6cd6cfb65478a1e13c91c51f0e0a3fca4f9485355357fc19fd473ce_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8fb63895a6cd6cfb65478a1e13c91c51f0e0a3fca4f9485355357fc19fd473ce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256%3A8fb63895a6cd6cfb65478a1e13c91c51f0e0a3fca4f9485355357fc19fd473ce?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1773235880"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:405aaacf1f71534e5f0c2dea3c8e5b5e7ef0335eae4b09fcb4ff5bb027c70ab0_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:405aaacf1f71534e5f0c2dea3c8e5b5e7ef0335eae4b09fcb4ff5bb027c70ab0_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:405aaacf1f71534e5f0c2dea3c8e5b5e7ef0335eae4b09fcb4ff5bb027c70ab0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256%3A405aaacf1f71534e5f0c2dea3c8e5b5e7ef0335eae4b09fcb4ff5bb027c70ab0?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1773235880"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:48fa9f99b3903a555e473fc6ca2664621433146d94ab567c1cb29ea924e4d282_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:48fa9f99b3903a555e473fc6ca2664621433146d94ab567c1cb29ea924e4d282_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:48fa9f99b3903a555e473fc6ca2664621433146d94ab567c1cb29ea924e4d282_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256%3A48fa9f99b3903a555e473fc6ca2664621433146d94ab567c1cb29ea924e4d282?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1773235880"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:8277eb7e9dd3bf9b4bfba4d668968cdd1fbab204cb427f570ccf76ace2838ce0_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:8277eb7e9dd3bf9b4bfba4d668968cdd1fbab204cb427f570ccf76ace2838ce0_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:8277eb7e9dd3bf9b4bfba4d668968cdd1fbab204cb427f570ccf76ace2838ce0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256%3A8277eb7e9dd3bf9b4bfba4d668968cdd1fbab204cb427f570ccf76ace2838ce0?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1772474383"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:88b81439ec590b7e69f0e54222e8baf495b14ce7e86e61938bd5f3207a8f53d6_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:88b81439ec590b7e69f0e54222e8baf495b14ce7e86e61938bd5f3207a8f53d6_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:88b81439ec590b7e69f0e54222e8baf495b14ce7e86e61938bd5f3207a8f53d6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256%3A88b81439ec590b7e69f0e54222e8baf495b14ce7e86e61938bd5f3207a8f53d6?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1772474383"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:56a2201a99766b5fa825f11c2d8e7e9a77abd3d7fc4459c931b6f93b4aa648ef_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:56a2201a99766b5fa825f11c2d8e7e9a77abd3d7fc4459c931b6f93b4aa648ef_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:56a2201a99766b5fa825f11c2d8e7e9a77abd3d7fc4459c931b6f93b4aa648ef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256%3A56a2201a99766b5fa825f11c2d8e7e9a77abd3d7fc4459c931b6f93b4aa648ef?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1772474383"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b247d306dcccda057e522750d35967a1eb9bde6a16f0367185b2b88e59c58516_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b247d306dcccda057e522750d35967a1eb9bde6a16f0367185b2b88e59c58516_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b247d306dcccda057e522750d35967a1eb9bde6a16f0367185b2b88e59c58516_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256%3Ab247d306dcccda057e522750d35967a1eb9bde6a16f0367185b2b88e59c58516?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1772474383"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:794ef1d2afc5b727aea163e348c78b1db51270fe18a7032087fc91ba7714a6fe_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:794ef1d2afc5b727aea163e348c78b1db51270fe18a7032087fc91ba7714a6fe_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:794ef1d2afc5b727aea163e348c78b1db51270fe18a7032087fc91ba7714a6fe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256%3A794ef1d2afc5b727aea163e348c78b1db51270fe18a7032087fc91ba7714a6fe?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1773235880"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a86e8a5d0d81be477483a39327f9a9febe79f33dd77cc5f6a7ac6c35d064a715_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a86e8a5d0d81be477483a39327f9a9febe79f33dd77cc5f6a7ac6c35d064a715_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a86e8a5d0d81be477483a39327f9a9febe79f33dd77cc5f6a7ac6c35d064a715_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256%3Aa86e8a5d0d81be477483a39327f9a9febe79f33dd77cc5f6a7ac6c35d064a715?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1773235880"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1197ddbba898fab012bba65029328ca7e89601bd9bd600e86ac705d1d770faa6_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1197ddbba898fab012bba65029328ca7e89601bd9bd600e86ac705d1d770faa6_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1197ddbba898fab012bba65029328ca7e89601bd9bd600e86ac705d1d770faa6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256%3A1197ddbba898fab012bba65029328ca7e89601bd9bd600e86ac705d1d770faa6?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1773235880"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4d6077ee4537837e30898604c9076db61542ef587b03ba202a9f935c7a4bef9f_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4d6077ee4537837e30898604c9076db61542ef587b03ba202a9f935c7a4bef9f_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4d6077ee4537837e30898604c9076db61542ef587b03ba202a9f935c7a4bef9f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256%3A4d6077ee4537837e30898604c9076db61542ef587b03ba202a9f935c7a4bef9f?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1771402244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:478bec31b52c907ed8d1baa66093349c4a25f762e254ca654089944efb7b1622_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:478bec31b52c907ed8d1baa66093349c4a25f762e254ca654089944efb7b1622_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:478bec31b52c907ed8d1baa66093349c4a25f762e254ca654089944efb7b1622_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256%3A478bec31b52c907ed8d1baa66093349c4a25f762e254ca654089944efb7b1622?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1773235880"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f07600ca1141874684a486a159e47455bb8634863eb7ed23d318c6c95d0ae74b_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f07600ca1141874684a486a159e47455bb8634863eb7ed23d318c6c95d0ae74b_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f07600ca1141874684a486a159e47455bb8634863eb7ed23d318c6c95d0ae74b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256%3Af07600ca1141874684a486a159e47455bb8634863eb7ed23d318c6c95d0ae74b?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1773235880"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:fa055641a506ae97ed9feec2d42b1d0553108cbf5e224e0449ce2d36710ffed9_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:fa055641a506ae97ed9feec2d42b1d0553108cbf5e224e0449ce2d36710ffed9_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:fa055641a506ae97ed9feec2d42b1d0553108cbf5e224e0449ce2d36710ffed9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256%3Afa055641a506ae97ed9feec2d42b1d0553108cbf5e224e0449ce2d36710ffed9?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1773235880"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2c8f189090e91b78b0d981e3d1fb8e29c516da3fce30a7d01500788a845966f2_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2c8f189090e91b78b0d981e3d1fb8e29c516da3fce30a7d01500788a845966f2_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2c8f189090e91b78b0d981e3d1fb8e29c516da3fce30a7d01500788a845966f2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256%3A2c8f189090e91b78b0d981e3d1fb8e29c516da3fce30a7d01500788a845966f2?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1772474383"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02892ae5abb984a8016cd1e0003a911e88e3f5f2b47928bad6c3ee372aacfe20_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02892ae5abb984a8016cd1e0003a911e88e3f5f2b47928bad6c3ee372aacfe20_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02892ae5abb984a8016cd1e0003a911e88e3f5f2b47928bad6c3ee372aacfe20_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256%3A02892ae5abb984a8016cd1e0003a911e88e3f5f2b47928bad6c3ee372aacfe20?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1772474383"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8473237c3df9c8667a3b75f74bcf20a5be41525ad4f207e03f9172ba7d8e5592_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8473237c3df9c8667a3b75f74bcf20a5be41525ad4f207e03f9172ba7d8e5592_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8473237c3df9c8667a3b75f74bcf20a5be41525ad4f207e03f9172ba7d8e5592_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256%3A8473237c3df9c8667a3b75f74bcf20a5be41525ad4f207e03f9172ba7d8e5592?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1772474383"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42967fba6caf53a2803a417ed0f085a1bba078a44b80a4bd50978b95cbfc2ddc_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42967fba6caf53a2803a417ed0f085a1bba078a44b80a4bd50978b95cbfc2ddc_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42967fba6caf53a2803a417ed0f085a1bba078a44b80a4bd50978b95cbfc2ddc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256%3A42967fba6caf53a2803a417ed0f085a1bba078a44b80a4bd50978b95cbfc2ddc?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1772474383"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4135e656d237ad471f004d1003c21d0d003785ab4e96cbb6537283affa7027c8_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4135e656d237ad471f004d1003c21d0d003785ab4e96cbb6537283affa7027c8_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4135e656d237ad471f004d1003c21d0d003785ab4e96cbb6537283affa7027c8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256%3A4135e656d237ad471f004d1003c21d0d003785ab4e96cbb6537283affa7027c8?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1773235880"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6f9df997bb4d924d11932a8c3c8085ca56047613085da604c25992b71f608abb_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6f9df997bb4d924d11932a8c3c8085ca56047613085da604c25992b71f608abb_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6f9df997bb4d924d11932a8c3c8085ca56047613085da604c25992b71f608abb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256%3A6f9df997bb4d924d11932a8c3c8085ca56047613085da604c25992b71f608abb?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1773235880"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e1043190866c846c9a7e36e2ad675a9f1609e6265419f83310a936138686af4a_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e1043190866c846c9a7e36e2ad675a9f1609e6265419f83310a936138686af4a_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e1043190866c846c9a7e36e2ad675a9f1609e6265419f83310a936138686af4a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256%3Ae1043190866c846c9a7e36e2ad675a9f1609e6265419f83310a936138686af4a?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1773235880"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0509b6e806c267ddd92413e8ba9b45769a816d8600f836a28275b0b21a4c3b5b_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0509b6e806c267ddd92413e8ba9b45769a816d8600f836a28275b0b21a4c3b5b_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0509b6e806c267ddd92413e8ba9b45769a816d8600f836a28275b0b21a4c3b5b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256%3A0509b6e806c267ddd92413e8ba9b45769a816d8600f836a28275b0b21a4c3b5b?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1771402244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:044d47930afa0388faad107510c8edfc20cf58e575fdb6a3052e98748b1f94fb_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:044d47930afa0388faad107510c8edfc20cf58e575fdb6a3052e98748b1f94fb_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:044d47930afa0388faad107510c8edfc20cf58e575fdb6a3052e98748b1f94fb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256%3A044d47930afa0388faad107510c8edfc20cf58e575fdb6a3052e98748b1f94fb?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1773235880"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:07d6c6428acef30f990b6d3df65fbd2c6a6a06992f1e3b1fb7113a8799217f9c_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:07d6c6428acef30f990b6d3df65fbd2c6a6a06992f1e3b1fb7113a8799217f9c_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:07d6c6428acef30f990b6d3df65fbd2c6a6a06992f1e3b1fb7113a8799217f9c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256%3A07d6c6428acef30f990b6d3df65fbd2c6a6a06992f1e3b1fb7113a8799217f9c?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1773235880"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1aac55550194674f6ced2b8289d681fb1bcdcbf9b3a3c8951ded8acba9e51dda_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1aac55550194674f6ced2b8289d681fb1bcdcbf9b3a3c8951ded8acba9e51dda_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1aac55550194674f6ced2b8289d681fb1bcdcbf9b3a3c8951ded8acba9e51dda_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256%3A1aac55550194674f6ced2b8289d681fb1bcdcbf9b3a3c8951ded8acba9e51dda?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1773235880"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:15e434410d5f5b65951a5bc5f5860295a0fcd7a70186583a2c194172ce47af6a_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:15e434410d5f5b65951a5bc5f5860295a0fcd7a70186583a2c194172ce47af6a_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:15e434410d5f5b65951a5bc5f5860295a0fcd7a70186583a2c194172ce47af6a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256%3A15e434410d5f5b65951a5bc5f5860295a0fcd7a70186583a2c194172ce47af6a?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1772474383"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:8081be29ad8f88a4356c0a91febdc4e22e0648139b43ba88830c447217f52027_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:8081be29ad8f88a4356c0a91febdc4e22e0648139b43ba88830c447217f52027_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:8081be29ad8f88a4356c0a91febdc4e22e0648139b43ba88830c447217f52027_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256%3A8081be29ad8f88a4356c0a91febdc4e22e0648139b43ba88830c447217f52027?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1772474383"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c78dfef02995bd0ac0acabeaa3d0ba5b4776d5c7c52b296a96b40419428cd5ee_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c78dfef02995bd0ac0acabeaa3d0ba5b4776d5c7c52b296a96b40419428cd5ee_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c78dfef02995bd0ac0acabeaa3d0ba5b4776d5c7c52b296a96b40419428cd5ee_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256%3Ac78dfef02995bd0ac0acabeaa3d0ba5b4776d5c7c52b296a96b40419428cd5ee?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1772474383"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:89aabbe1685903482dd200470f3ea89be19bb6aeef6443a2d52cd7e5ce1036fb_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:89aabbe1685903482dd200470f3ea89be19bb6aeef6443a2d52cd7e5ce1036fb_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:89aabbe1685903482dd200470f3ea89be19bb6aeef6443a2d52cd7e5ce1036fb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256%3A89aabbe1685903482dd200470f3ea89be19bb6aeef6443a2d52cd7e5ce1036fb?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1772474383"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8f04bcedf60775b28710d025a0db950aa051e804a8d541ec3030725684356969_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8f04bcedf60775b28710d025a0db950aa051e804a8d541ec3030725684356969_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8f04bcedf60775b28710d025a0db950aa051e804a8d541ec3030725684356969_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256%3A8f04bcedf60775b28710d025a0db950aa051e804a8d541ec3030725684356969?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1773235880"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:69eeac8002044e68ec22119b94fe95b270ec798ac4ad525f06993a773aab387a_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:69eeac8002044e68ec22119b94fe95b270ec798ac4ad525f06993a773aab387a_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:69eeac8002044e68ec22119b94fe95b270ec798ac4ad525f06993a773aab387a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256%3A69eeac8002044e68ec22119b94fe95b270ec798ac4ad525f06993a773aab387a?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1773235880"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1197ddbba898fab012bba65029328ca7e89601bd9bd600e86ac705d1d770faa6_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1197ddbba898fab012bba65029328ca7e89601bd9bd600e86ac705d1d770faa6_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1197ddbba898fab012bba65029328ca7e89601bd9bd600e86ac705d1d770faa6_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:130d7a867a403ec4e78ebb51b31b70de999869f40a08af796b6c03d4b2ab2d9f_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:130d7a867a403ec4e78ebb51b31b70de999869f40a08af796b6c03d4b2ab2d9f_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:130d7a867a403ec4e78ebb51b31b70de999869f40a08af796b6c03d4b2ab2d9f_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:92142d9e0c6d4ce7c400225257b5ba65b96ea64963e148725a0ac74b239d90bf_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:92142d9e0c6d4ce7c400225257b5ba65b96ea64963e148725a0ac74b239d90bf_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:92142d9e0c6d4ce7c400225257b5ba65b96ea64963e148725a0ac74b239d90bf_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e1043190866c846c9a7e36e2ad675a9f1609e6265419f83310a936138686af4a_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e1043190866c846c9a7e36e2ad675a9f1609e6265419f83310a936138686af4a_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e1043190866c846c9a7e36e2ad675a9f1609e6265419f83310a936138686af4a_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0509b6e806c267ddd92413e8ba9b45769a816d8600f836a28275b0b21a4c3b5b_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0509b6e806c267ddd92413e8ba9b45769a816d8600f836a28275b0b21a4c3b5b_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0509b6e806c267ddd92413e8ba9b45769a816d8600f836a28275b0b21a4c3b5b_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:424ebfab2a8e3a792d9d9d06bf59a2b934c0cbfc2c2fe93c52cfe513d0cee68a_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:424ebfab2a8e3a792d9d9d06bf59a2b934c0cbfc2c2fe93c52cfe513d0cee68a_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:424ebfab2a8e3a792d9d9d06bf59a2b934c0cbfc2c2fe93c52cfe513d0cee68a_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4d6077ee4537837e30898604c9076db61542ef587b03ba202a9f935c7a4bef9f_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4d6077ee4537837e30898604c9076db61542ef587b03ba202a9f935c7a4bef9f_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4d6077ee4537837e30898604c9076db61542ef587b03ba202a9f935c7a4bef9f_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7238ebfc357b3e7dd1fe2a729d94e6b36aa003bdb928ea446c2d9784f8c4bd97_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7238ebfc357b3e7dd1fe2a729d94e6b36aa003bdb928ea446c2d9784f8c4bd97_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7238ebfc357b3e7dd1fe2a729d94e6b36aa003bdb928ea446c2d9784f8c4bd97_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:044d47930afa0388faad107510c8edfc20cf58e575fdb6a3052e98748b1f94fb_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:044d47930afa0388faad107510c8edfc20cf58e575fdb6a3052e98748b1f94fb_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:044d47930afa0388faad107510c8edfc20cf58e575fdb6a3052e98748b1f94fb_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:334a3cc1eb9c5716a0ce17ce4555d492e5d6e6176734c7e394e758452b53781f_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:334a3cc1eb9c5716a0ce17ce4555d492e5d6e6176734c7e394e758452b53781f_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:334a3cc1eb9c5716a0ce17ce4555d492e5d6e6176734c7e394e758452b53781f_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:478bec31b52c907ed8d1baa66093349c4a25f762e254ca654089944efb7b1622_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:478bec31b52c907ed8d1baa66093349c4a25f762e254ca654089944efb7b1622_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:478bec31b52c907ed8d1baa66093349c4a25f762e254ca654089944efb7b1622_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8fb63895a6cd6cfb65478a1e13c91c51f0e0a3fca4f9485355357fc19fd473ce_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8fb63895a6cd6cfb65478a1e13c91c51f0e0a3fca4f9485355357fc19fd473ce_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8fb63895a6cd6cfb65478a1e13c91c51f0e0a3fca4f9485355357fc19fd473ce_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9bb2d3ff2a97d0c3234e4864fc2d21ff278ce06e725e43c56f43e42bed97dd19_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9bb2d3ff2a97d0c3234e4864fc2d21ff278ce06e725e43c56f43e42bed97dd19_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9bb2d3ff2a97d0c3234e4864fc2d21ff278ce06e725e43c56f43e42bed97dd19_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:07d6c6428acef30f990b6d3df65fbd2c6a6a06992f1e3b1fb7113a8799217f9c_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:07d6c6428acef30f990b6d3df65fbd2c6a6a06992f1e3b1fb7113a8799217f9c_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:07d6c6428acef30f990b6d3df65fbd2c6a6a06992f1e3b1fb7113a8799217f9c_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:405aaacf1f71534e5f0c2dea3c8e5b5e7ef0335eae4b09fcb4ff5bb027c70ab0_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:405aaacf1f71534e5f0c2dea3c8e5b5e7ef0335eae4b09fcb4ff5bb027c70ab0_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:405aaacf1f71534e5f0c2dea3c8e5b5e7ef0335eae4b09fcb4ff5bb027c70ab0_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:589da7e7297bfbab5d1ea8c406447c2832a1194528869ef4046acf1a4651e9ae_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:589da7e7297bfbab5d1ea8c406447c2832a1194528869ef4046acf1a4651e9ae_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:589da7e7297bfbab5d1ea8c406447c2832a1194528869ef4046acf1a4651e9ae_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f07600ca1141874684a486a159e47455bb8634863eb7ed23d318c6c95d0ae74b_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f07600ca1141874684a486a159e47455bb8634863eb7ed23d318c6c95d0ae74b_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f07600ca1141874684a486a159e47455bb8634863eb7ed23d318c6c95d0ae74b_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1aac55550194674f6ced2b8289d681fb1bcdcbf9b3a3c8951ded8acba9e51dda_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1aac55550194674f6ced2b8289d681fb1bcdcbf9b3a3c8951ded8acba9e51dda_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1aac55550194674f6ced2b8289d681fb1bcdcbf9b3a3c8951ded8acba9e51dda_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:48fa9f99b3903a555e473fc6ca2664621433146d94ab567c1cb29ea924e4d282_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:48fa9f99b3903a555e473fc6ca2664621433146d94ab567c1cb29ea924e4d282_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:48fa9f99b3903a555e473fc6ca2664621433146d94ab567c1cb29ea924e4d282_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:731a9504e9911b105c909b11f69b1023f636f373f404d6c608302111f441e0a5_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:731a9504e9911b105c909b11f69b1023f636f373f404d6c608302111f441e0a5_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:731a9504e9911b105c909b11f69b1023f636f373f404d6c608302111f441e0a5_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:fa055641a506ae97ed9feec2d42b1d0553108cbf5e224e0449ce2d36710ffed9_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:fa055641a506ae97ed9feec2d42b1d0553108cbf5e224e0449ce2d36710ffed9_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:fa055641a506ae97ed9feec2d42b1d0553108cbf5e224e0449ce2d36710ffed9_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02892ae5abb984a8016cd1e0003a911e88e3f5f2b47928bad6c3ee372aacfe20_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02892ae5abb984a8016cd1e0003a911e88e3f5f2b47928bad6c3ee372aacfe20_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02892ae5abb984a8016cd1e0003a911e88e3f5f2b47928bad6c3ee372aacfe20_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4d1e7ca4ea99d73c269e96037903680159ca0e2506a03fced43f002914a9623e_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4d1e7ca4ea99d73c269e96037903680159ca0e2506a03fced43f002914a9623e_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4d1e7ca4ea99d73c269e96037903680159ca0e2506a03fced43f002914a9623e_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:8081be29ad8f88a4356c0a91febdc4e22e0648139b43ba88830c447217f52027_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:8081be29ad8f88a4356c0a91febdc4e22e0648139b43ba88830c447217f52027_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:8081be29ad8f88a4356c0a91febdc4e22e0648139b43ba88830c447217f52027_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:88b81439ec590b7e69f0e54222e8baf495b14ce7e86e61938bd5f3207a8f53d6_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:88b81439ec590b7e69f0e54222e8baf495b14ce7e86e61938bd5f3207a8f53d6_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:88b81439ec590b7e69f0e54222e8baf495b14ce7e86e61938bd5f3207a8f53d6_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:56a2201a99766b5fa825f11c2d8e7e9a77abd3d7fc4459c931b6f93b4aa648ef_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:56a2201a99766b5fa825f11c2d8e7e9a77abd3d7fc4459c931b6f93b4aa648ef_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:56a2201a99766b5fa825f11c2d8e7e9a77abd3d7fc4459c931b6f93b4aa648ef_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:756c2c6a79bfb89215dc218ea2cd1cd37ab6aa0cc1673397ec31834fbbfc0885_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:756c2c6a79bfb89215dc218ea2cd1cd37ab6aa0cc1673397ec31834fbbfc0885_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:756c2c6a79bfb89215dc218ea2cd1cd37ab6aa0cc1673397ec31834fbbfc0885_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8473237c3df9c8667a3b75f74bcf20a5be41525ad4f207e03f9172ba7d8e5592_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8473237c3df9c8667a3b75f74bcf20a5be41525ad4f207e03f9172ba7d8e5592_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8473237c3df9c8667a3b75f74bcf20a5be41525ad4f207e03f9172ba7d8e5592_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c78dfef02995bd0ac0acabeaa3d0ba5b4776d5c7c52b296a96b40419428cd5ee_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c78dfef02995bd0ac0acabeaa3d0ba5b4776d5c7c52b296a96b40419428cd5ee_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c78dfef02995bd0ac0acabeaa3d0ba5b4776d5c7c52b296a96b40419428cd5ee_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:15e434410d5f5b65951a5bc5f5860295a0fcd7a70186583a2c194172ce47af6a_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:15e434410d5f5b65951a5bc5f5860295a0fcd7a70186583a2c194172ce47af6a_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:15e434410d5f5b65951a5bc5f5860295a0fcd7a70186583a2c194172ce47af6a_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2c8f189090e91b78b0d981e3d1fb8e29c516da3fce30a7d01500788a845966f2_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2c8f189090e91b78b0d981e3d1fb8e29c516da3fce30a7d01500788a845966f2_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2c8f189090e91b78b0d981e3d1fb8e29c516da3fce30a7d01500788a845966f2_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:684918ab48aab0e95b8f3997294084cfbc8d1a54b69ca2c85db9611ea43c29de_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:684918ab48aab0e95b8f3997294084cfbc8d1a54b69ca2c85db9611ea43c29de_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:684918ab48aab0e95b8f3997294084cfbc8d1a54b69ca2c85db9611ea43c29de_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:8277eb7e9dd3bf9b4bfba4d668968cdd1fbab204cb427f570ccf76ace2838ce0_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:8277eb7e9dd3bf9b4bfba4d668968cdd1fbab204cb427f570ccf76ace2838ce0_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:8277eb7e9dd3bf9b4bfba4d668968cdd1fbab204cb427f570ccf76ace2838ce0_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42967fba6caf53a2803a417ed0f085a1bba078a44b80a4bd50978b95cbfc2ddc_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42967fba6caf53a2803a417ed0f085a1bba078a44b80a4bd50978b95cbfc2ddc_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42967fba6caf53a2803a417ed0f085a1bba078a44b80a4bd50978b95cbfc2ddc_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:89aabbe1685903482dd200470f3ea89be19bb6aeef6443a2d52cd7e5ce1036fb_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:89aabbe1685903482dd200470f3ea89be19bb6aeef6443a2d52cd7e5ce1036fb_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:89aabbe1685903482dd200470f3ea89be19bb6aeef6443a2d52cd7e5ce1036fb_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b247d306dcccda057e522750d35967a1eb9bde6a16f0367185b2b88e59c58516_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b247d306dcccda057e522750d35967a1eb9bde6a16f0367185b2b88e59c58516_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b247d306dcccda057e522750d35967a1eb9bde6a16f0367185b2b88e59c58516_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cafd371205d272b431bd18c98cad6906f079abe089a1bd347a4afe4092110dcd_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cafd371205d272b431bd18c98cad6906f079abe089a1bd347a4afe4092110dcd_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cafd371205d272b431bd18c98cad6906f079abe089a1bd347a4afe4092110dcd_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:69eeac8002044e68ec22119b94fe95b270ec798ac4ad525f06993a773aab387a_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:69eeac8002044e68ec22119b94fe95b270ec798ac4ad525f06993a773aab387a_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:69eeac8002044e68ec22119b94fe95b270ec798ac4ad525f06993a773aab387a_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6f9df997bb4d924d11932a8c3c8085ca56047613085da604c25992b71f608abb_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6f9df997bb4d924d11932a8c3c8085ca56047613085da604c25992b71f608abb_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6f9df997bb4d924d11932a8c3c8085ca56047613085da604c25992b71f608abb_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a5a06c71d74437dcae891f84a8e0e055624a9bc602dda219c4219576e687925d_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a5a06c71d74437dcae891f84a8e0e055624a9bc602dda219c4219576e687925d_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a5a06c71d74437dcae891f84a8e0e055624a9bc602dda219c4219576e687925d_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a86e8a5d0d81be477483a39327f9a9febe79f33dd77cc5f6a7ac6c35d064a715_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a86e8a5d0d81be477483a39327f9a9febe79f33dd77cc5f6a7ac6c35d064a715_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a86e8a5d0d81be477483a39327f9a9febe79f33dd77cc5f6a7ac6c35d064a715_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4135e656d237ad471f004d1003c21d0d003785ab4e96cbb6537283affa7027c8_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4135e656d237ad471f004d1003c21d0d003785ab4e96cbb6537283affa7027c8_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4135e656d237ad471f004d1003c21d0d003785ab4e96cbb6537283affa7027c8_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:794ef1d2afc5b727aea163e348c78b1db51270fe18a7032087fc91ba7714a6fe_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:794ef1d2afc5b727aea163e348c78b1db51270fe18a7032087fc91ba7714a6fe_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:794ef1d2afc5b727aea163e348c78b1db51270fe18a7032087fc91ba7714a6fe_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8852b6729dd3fe89fee5a0d40a980e66f2d39129ffbbaec66f04fa1a67147235_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8852b6729dd3fe89fee5a0d40a980e66f2d39129ffbbaec66f04fa1a67147235_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8852b6729dd3fe89fee5a0d40a980e66f2d39129ffbbaec66f04fa1a67147235_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8f04bcedf60775b28710d025a0db950aa051e804a8d541ec3030725684356969_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8f04bcedf60775b28710d025a0db950aa051e804a8d541ec3030725684356969_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8f04bcedf60775b28710d025a0db950aa051e804a8d541ec3030725684356969_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-13465",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2026-01-21T20:01:28.774829+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1197ddbba898fab012bba65029328ca7e89601bd9bd600e86ac705d1d770faa6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:130d7a867a403ec4e78ebb51b31b70de999869f40a08af796b6c03d4b2ab2d9f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:92142d9e0c6d4ce7c400225257b5ba65b96ea64963e148725a0ac74b239d90bf_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e1043190866c846c9a7e36e2ad675a9f1609e6265419f83310a936138686af4a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0509b6e806c267ddd92413e8ba9b45769a816d8600f836a28275b0b21a4c3b5b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:424ebfab2a8e3a792d9d9d06bf59a2b934c0cbfc2c2fe93c52cfe513d0cee68a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4d6077ee4537837e30898604c9076db61542ef587b03ba202a9f935c7a4bef9f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7238ebfc357b3e7dd1fe2a729d94e6b36aa003bdb928ea446c2d9784f8c4bd97_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9bb2d3ff2a97d0c3234e4864fc2d21ff278ce06e725e43c56f43e42bed97dd19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:07d6c6428acef30f990b6d3df65fbd2c6a6a06992f1e3b1fb7113a8799217f9c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:405aaacf1f71534e5f0c2dea3c8e5b5e7ef0335eae4b09fcb4ff5bb027c70ab0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:589da7e7297bfbab5d1ea8c406447c2832a1194528869ef4046acf1a4651e9ae_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f07600ca1141874684a486a159e47455bb8634863eb7ed23d318c6c95d0ae74b_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1aac55550194674f6ced2b8289d681fb1bcdcbf9b3a3c8951ded8acba9e51dda_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:48fa9f99b3903a555e473fc6ca2664621433146d94ab567c1cb29ea924e4d282_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:731a9504e9911b105c909b11f69b1023f636f373f404d6c608302111f441e0a5_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:fa055641a506ae97ed9feec2d42b1d0553108cbf5e224e0449ce2d36710ffed9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02892ae5abb984a8016cd1e0003a911e88e3f5f2b47928bad6c3ee372aacfe20_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4d1e7ca4ea99d73c269e96037903680159ca0e2506a03fced43f002914a9623e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:8081be29ad8f88a4356c0a91febdc4e22e0648139b43ba88830c447217f52027_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:88b81439ec590b7e69f0e54222e8baf495b14ce7e86e61938bd5f3207a8f53d6_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:56a2201a99766b5fa825f11c2d8e7e9a77abd3d7fc4459c931b6f93b4aa648ef_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:756c2c6a79bfb89215dc218ea2cd1cd37ab6aa0cc1673397ec31834fbbfc0885_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8473237c3df9c8667a3b75f74bcf20a5be41525ad4f207e03f9172ba7d8e5592_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c78dfef02995bd0ac0acabeaa3d0ba5b4776d5c7c52b296a96b40419428cd5ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:15e434410d5f5b65951a5bc5f5860295a0fcd7a70186583a2c194172ce47af6a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2c8f189090e91b78b0d981e3d1fb8e29c516da3fce30a7d01500788a845966f2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:684918ab48aab0e95b8f3997294084cfbc8d1a54b69ca2c85db9611ea43c29de_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:8277eb7e9dd3bf9b4bfba4d668968cdd1fbab204cb427f570ccf76ace2838ce0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42967fba6caf53a2803a417ed0f085a1bba078a44b80a4bd50978b95cbfc2ddc_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:89aabbe1685903482dd200470f3ea89be19bb6aeef6443a2d52cd7e5ce1036fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b247d306dcccda057e522750d35967a1eb9bde6a16f0367185b2b88e59c58516_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cafd371205d272b431bd18c98cad6906f079abe089a1bd347a4afe4092110dcd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:69eeac8002044e68ec22119b94fe95b270ec798ac4ad525f06993a773aab387a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6f9df997bb4d924d11932a8c3c8085ca56047613085da604c25992b71f608abb_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a5a06c71d74437dcae891f84a8e0e055624a9bc602dda219c4219576e687925d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a86e8a5d0d81be477483a39327f9a9febe79f33dd77cc5f6a7ac6c35d064a715_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4135e656d237ad471f004d1003c21d0d003785ab4e96cbb6537283affa7027c8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:794ef1d2afc5b727aea163e348c78b1db51270fe18a7032087fc91ba7714a6fe_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8852b6729dd3fe89fee5a0d40a980e66f2d39129ffbbaec66f04fa1a67147235_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8f04bcedf60775b28710d025a0db950aa051e804a8d541ec3030725684356969_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431740"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "lodash: prototype pollution in _.unset and _.omit functions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is only exploitable by applications using the _.unset and _.omit functions on an object and allowing user input to determine the path of the property to be removed. This issue only allows the deletion of properties but does not allow overwriting their behavior, limiting the impact to a denial of service. Due to this reason, this vulnerability has been rated with an important severity.\n\nIn Grafana, JavaScript code runs only in the browser, while the server side is all Golang. Therefore, the worst-case scenario is a loss of functionality in the client application inside the browser. To reflect this, the CVSS availability metric and the severity of the Grafana and the Grafana-PCP component have been updated to low and moderate, respectively.\n\nThe lodash dependency is bundled and used by the pcs-web-ui component of the PCS package. In Red Hat Enterprise Linux 8.10, the pcs-web-ui component is no longer included in the PCS package. As a result, RHEL 8.10 does not ship the vulnerable lodash component within PCS and is therefore not-affected by this CVE.",
"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 Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:044d47930afa0388faad107510c8edfc20cf58e575fdb6a3052e98748b1f94fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:334a3cc1eb9c5716a0ce17ce4555d492e5d6e6176734c7e394e758452b53781f_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:478bec31b52c907ed8d1baa66093349c4a25f762e254ca654089944efb7b1622_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8fb63895a6cd6cfb65478a1e13c91c51f0e0a3fca4f9485355357fc19fd473ce_arm64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1197ddbba898fab012bba65029328ca7e89601bd9bd600e86ac705d1d770faa6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:130d7a867a403ec4e78ebb51b31b70de999869f40a08af796b6c03d4b2ab2d9f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:92142d9e0c6d4ce7c400225257b5ba65b96ea64963e148725a0ac74b239d90bf_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e1043190866c846c9a7e36e2ad675a9f1609e6265419f83310a936138686af4a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0509b6e806c267ddd92413e8ba9b45769a816d8600f836a28275b0b21a4c3b5b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:424ebfab2a8e3a792d9d9d06bf59a2b934c0cbfc2c2fe93c52cfe513d0cee68a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4d6077ee4537837e30898604c9076db61542ef587b03ba202a9f935c7a4bef9f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7238ebfc357b3e7dd1fe2a729d94e6b36aa003bdb928ea446c2d9784f8c4bd97_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9bb2d3ff2a97d0c3234e4864fc2d21ff278ce06e725e43c56f43e42bed97dd19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:07d6c6428acef30f990b6d3df65fbd2c6a6a06992f1e3b1fb7113a8799217f9c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:405aaacf1f71534e5f0c2dea3c8e5b5e7ef0335eae4b09fcb4ff5bb027c70ab0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:589da7e7297bfbab5d1ea8c406447c2832a1194528869ef4046acf1a4651e9ae_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f07600ca1141874684a486a159e47455bb8634863eb7ed23d318c6c95d0ae74b_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1aac55550194674f6ced2b8289d681fb1bcdcbf9b3a3c8951ded8acba9e51dda_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:48fa9f99b3903a555e473fc6ca2664621433146d94ab567c1cb29ea924e4d282_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:731a9504e9911b105c909b11f69b1023f636f373f404d6c608302111f441e0a5_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:fa055641a506ae97ed9feec2d42b1d0553108cbf5e224e0449ce2d36710ffed9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02892ae5abb984a8016cd1e0003a911e88e3f5f2b47928bad6c3ee372aacfe20_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4d1e7ca4ea99d73c269e96037903680159ca0e2506a03fced43f002914a9623e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:8081be29ad8f88a4356c0a91febdc4e22e0648139b43ba88830c447217f52027_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:88b81439ec590b7e69f0e54222e8baf495b14ce7e86e61938bd5f3207a8f53d6_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:56a2201a99766b5fa825f11c2d8e7e9a77abd3d7fc4459c931b6f93b4aa648ef_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:756c2c6a79bfb89215dc218ea2cd1cd37ab6aa0cc1673397ec31834fbbfc0885_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8473237c3df9c8667a3b75f74bcf20a5be41525ad4f207e03f9172ba7d8e5592_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c78dfef02995bd0ac0acabeaa3d0ba5b4776d5c7c52b296a96b40419428cd5ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:15e434410d5f5b65951a5bc5f5860295a0fcd7a70186583a2c194172ce47af6a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2c8f189090e91b78b0d981e3d1fb8e29c516da3fce30a7d01500788a845966f2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:684918ab48aab0e95b8f3997294084cfbc8d1a54b69ca2c85db9611ea43c29de_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:8277eb7e9dd3bf9b4bfba4d668968cdd1fbab204cb427f570ccf76ace2838ce0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42967fba6caf53a2803a417ed0f085a1bba078a44b80a4bd50978b95cbfc2ddc_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:89aabbe1685903482dd200470f3ea89be19bb6aeef6443a2d52cd7e5ce1036fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b247d306dcccda057e522750d35967a1eb9bde6a16f0367185b2b88e59c58516_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cafd371205d272b431bd18c98cad6906f079abe089a1bd347a4afe4092110dcd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:69eeac8002044e68ec22119b94fe95b270ec798ac4ad525f06993a773aab387a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6f9df997bb4d924d11932a8c3c8085ca56047613085da604c25992b71f608abb_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a5a06c71d74437dcae891f84a8e0e055624a9bc602dda219c4219576e687925d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a86e8a5d0d81be477483a39327f9a9febe79f33dd77cc5f6a7ac6c35d064a715_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4135e656d237ad471f004d1003c21d0d003785ab4e96cbb6537283affa7027c8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:794ef1d2afc5b727aea163e348c78b1db51270fe18a7032087fc91ba7714a6fe_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8852b6729dd3fe89fee5a0d40a980e66f2d39129ffbbaec66f04fa1a67147235_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8f04bcedf60775b28710d025a0db950aa051e804a8d541ec3030725684356969_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "RHBZ#2431740",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431740"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-13465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13465"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg",
"url": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg"
}
],
"release_date": "2026-01-21T19:05:28.846000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-12T11:53:42+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:044d47930afa0388faad107510c8edfc20cf58e575fdb6a3052e98748b1f94fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:334a3cc1eb9c5716a0ce17ce4555d492e5d6e6176734c7e394e758452b53781f_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:478bec31b52c907ed8d1baa66093349c4a25f762e254ca654089944efb7b1622_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8fb63895a6cd6cfb65478a1e13c91c51f0e0a3fca4f9485355357fc19fd473ce_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4466"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement strict input validation before passing any property paths to the _.unset and _.omit functions to block attempts to access the prototype chain. Ensure that strings like __proto__, constructor and prototype are blocked, for example.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1197ddbba898fab012bba65029328ca7e89601bd9bd600e86ac705d1d770faa6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:130d7a867a403ec4e78ebb51b31b70de999869f40a08af796b6c03d4b2ab2d9f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:92142d9e0c6d4ce7c400225257b5ba65b96ea64963e148725a0ac74b239d90bf_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e1043190866c846c9a7e36e2ad675a9f1609e6265419f83310a936138686af4a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0509b6e806c267ddd92413e8ba9b45769a816d8600f836a28275b0b21a4c3b5b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:424ebfab2a8e3a792d9d9d06bf59a2b934c0cbfc2c2fe93c52cfe513d0cee68a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4d6077ee4537837e30898604c9076db61542ef587b03ba202a9f935c7a4bef9f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7238ebfc357b3e7dd1fe2a729d94e6b36aa003bdb928ea446c2d9784f8c4bd97_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:044d47930afa0388faad107510c8edfc20cf58e575fdb6a3052e98748b1f94fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:334a3cc1eb9c5716a0ce17ce4555d492e5d6e6176734c7e394e758452b53781f_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:478bec31b52c907ed8d1baa66093349c4a25f762e254ca654089944efb7b1622_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8fb63895a6cd6cfb65478a1e13c91c51f0e0a3fca4f9485355357fc19fd473ce_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9bb2d3ff2a97d0c3234e4864fc2d21ff278ce06e725e43c56f43e42bed97dd19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:07d6c6428acef30f990b6d3df65fbd2c6a6a06992f1e3b1fb7113a8799217f9c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:405aaacf1f71534e5f0c2dea3c8e5b5e7ef0335eae4b09fcb4ff5bb027c70ab0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:589da7e7297bfbab5d1ea8c406447c2832a1194528869ef4046acf1a4651e9ae_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f07600ca1141874684a486a159e47455bb8634863eb7ed23d318c6c95d0ae74b_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1aac55550194674f6ced2b8289d681fb1bcdcbf9b3a3c8951ded8acba9e51dda_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:48fa9f99b3903a555e473fc6ca2664621433146d94ab567c1cb29ea924e4d282_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:731a9504e9911b105c909b11f69b1023f636f373f404d6c608302111f441e0a5_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:fa055641a506ae97ed9feec2d42b1d0553108cbf5e224e0449ce2d36710ffed9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02892ae5abb984a8016cd1e0003a911e88e3f5f2b47928bad6c3ee372aacfe20_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4d1e7ca4ea99d73c269e96037903680159ca0e2506a03fced43f002914a9623e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:8081be29ad8f88a4356c0a91febdc4e22e0648139b43ba88830c447217f52027_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:88b81439ec590b7e69f0e54222e8baf495b14ce7e86e61938bd5f3207a8f53d6_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:56a2201a99766b5fa825f11c2d8e7e9a77abd3d7fc4459c931b6f93b4aa648ef_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:756c2c6a79bfb89215dc218ea2cd1cd37ab6aa0cc1673397ec31834fbbfc0885_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8473237c3df9c8667a3b75f74bcf20a5be41525ad4f207e03f9172ba7d8e5592_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c78dfef02995bd0ac0acabeaa3d0ba5b4776d5c7c52b296a96b40419428cd5ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:15e434410d5f5b65951a5bc5f5860295a0fcd7a70186583a2c194172ce47af6a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2c8f189090e91b78b0d981e3d1fb8e29c516da3fce30a7d01500788a845966f2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:684918ab48aab0e95b8f3997294084cfbc8d1a54b69ca2c85db9611ea43c29de_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:8277eb7e9dd3bf9b4bfba4d668968cdd1fbab204cb427f570ccf76ace2838ce0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42967fba6caf53a2803a417ed0f085a1bba078a44b80a4bd50978b95cbfc2ddc_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:89aabbe1685903482dd200470f3ea89be19bb6aeef6443a2d52cd7e5ce1036fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b247d306dcccda057e522750d35967a1eb9bde6a16f0367185b2b88e59c58516_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cafd371205d272b431bd18c98cad6906f079abe089a1bd347a4afe4092110dcd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:69eeac8002044e68ec22119b94fe95b270ec798ac4ad525f06993a773aab387a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6f9df997bb4d924d11932a8c3c8085ca56047613085da604c25992b71f608abb_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a5a06c71d74437dcae891f84a8e0e055624a9bc602dda219c4219576e687925d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a86e8a5d0d81be477483a39327f9a9febe79f33dd77cc5f6a7ac6c35d064a715_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4135e656d237ad471f004d1003c21d0d003785ab4e96cbb6537283affa7027c8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:794ef1d2afc5b727aea163e348c78b1db51270fe18a7032087fc91ba7714a6fe_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8852b6729dd3fe89fee5a0d40a980e66f2d39129ffbbaec66f04fa1a67147235_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8f04bcedf60775b28710d025a0db950aa051e804a8d541ec3030725684356969_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1197ddbba898fab012bba65029328ca7e89601bd9bd600e86ac705d1d770faa6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:130d7a867a403ec4e78ebb51b31b70de999869f40a08af796b6c03d4b2ab2d9f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:92142d9e0c6d4ce7c400225257b5ba65b96ea64963e148725a0ac74b239d90bf_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e1043190866c846c9a7e36e2ad675a9f1609e6265419f83310a936138686af4a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0509b6e806c267ddd92413e8ba9b45769a816d8600f836a28275b0b21a4c3b5b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:424ebfab2a8e3a792d9d9d06bf59a2b934c0cbfc2c2fe93c52cfe513d0cee68a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4d6077ee4537837e30898604c9076db61542ef587b03ba202a9f935c7a4bef9f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7238ebfc357b3e7dd1fe2a729d94e6b36aa003bdb928ea446c2d9784f8c4bd97_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:044d47930afa0388faad107510c8edfc20cf58e575fdb6a3052e98748b1f94fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:334a3cc1eb9c5716a0ce17ce4555d492e5d6e6176734c7e394e758452b53781f_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:478bec31b52c907ed8d1baa66093349c4a25f762e254ca654089944efb7b1622_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8fb63895a6cd6cfb65478a1e13c91c51f0e0a3fca4f9485355357fc19fd473ce_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9bb2d3ff2a97d0c3234e4864fc2d21ff278ce06e725e43c56f43e42bed97dd19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:07d6c6428acef30f990b6d3df65fbd2c6a6a06992f1e3b1fb7113a8799217f9c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:405aaacf1f71534e5f0c2dea3c8e5b5e7ef0335eae4b09fcb4ff5bb027c70ab0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:589da7e7297bfbab5d1ea8c406447c2832a1194528869ef4046acf1a4651e9ae_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f07600ca1141874684a486a159e47455bb8634863eb7ed23d318c6c95d0ae74b_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1aac55550194674f6ced2b8289d681fb1bcdcbf9b3a3c8951ded8acba9e51dda_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:48fa9f99b3903a555e473fc6ca2664621433146d94ab567c1cb29ea924e4d282_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:731a9504e9911b105c909b11f69b1023f636f373f404d6c608302111f441e0a5_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:fa055641a506ae97ed9feec2d42b1d0553108cbf5e224e0449ce2d36710ffed9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02892ae5abb984a8016cd1e0003a911e88e3f5f2b47928bad6c3ee372aacfe20_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4d1e7ca4ea99d73c269e96037903680159ca0e2506a03fced43f002914a9623e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:8081be29ad8f88a4356c0a91febdc4e22e0648139b43ba88830c447217f52027_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:88b81439ec590b7e69f0e54222e8baf495b14ce7e86e61938bd5f3207a8f53d6_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:56a2201a99766b5fa825f11c2d8e7e9a77abd3d7fc4459c931b6f93b4aa648ef_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:756c2c6a79bfb89215dc218ea2cd1cd37ab6aa0cc1673397ec31834fbbfc0885_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8473237c3df9c8667a3b75f74bcf20a5be41525ad4f207e03f9172ba7d8e5592_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c78dfef02995bd0ac0acabeaa3d0ba5b4776d5c7c52b296a96b40419428cd5ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:15e434410d5f5b65951a5bc5f5860295a0fcd7a70186583a2c194172ce47af6a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2c8f189090e91b78b0d981e3d1fb8e29c516da3fce30a7d01500788a845966f2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:684918ab48aab0e95b8f3997294084cfbc8d1a54b69ca2c85db9611ea43c29de_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:8277eb7e9dd3bf9b4bfba4d668968cdd1fbab204cb427f570ccf76ace2838ce0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42967fba6caf53a2803a417ed0f085a1bba078a44b80a4bd50978b95cbfc2ddc_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:89aabbe1685903482dd200470f3ea89be19bb6aeef6443a2d52cd7e5ce1036fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b247d306dcccda057e522750d35967a1eb9bde6a16f0367185b2b88e59c58516_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cafd371205d272b431bd18c98cad6906f079abe089a1bd347a4afe4092110dcd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:69eeac8002044e68ec22119b94fe95b270ec798ac4ad525f06993a773aab387a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6f9df997bb4d924d11932a8c3c8085ca56047613085da604c25992b71f608abb_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a5a06c71d74437dcae891f84a8e0e055624a9bc602dda219c4219576e687925d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a86e8a5d0d81be477483a39327f9a9febe79f33dd77cc5f6a7ac6c35d064a715_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4135e656d237ad471f004d1003c21d0d003785ab4e96cbb6537283affa7027c8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:794ef1d2afc5b727aea163e348c78b1db51270fe18a7032087fc91ba7714a6fe_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8852b6729dd3fe89fee5a0d40a980e66f2d39129ffbbaec66f04fa1a67147235_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8f04bcedf60775b28710d025a0db950aa051e804a8d541ec3030725684356969_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: prototype pollution in _.unset and _.omit functions"
},
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1197ddbba898fab012bba65029328ca7e89601bd9bd600e86ac705d1d770faa6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:130d7a867a403ec4e78ebb51b31b70de999869f40a08af796b6c03d4b2ab2d9f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:92142d9e0c6d4ce7c400225257b5ba65b96ea64963e148725a0ac74b239d90bf_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e1043190866c846c9a7e36e2ad675a9f1609e6265419f83310a936138686af4a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0509b6e806c267ddd92413e8ba9b45769a816d8600f836a28275b0b21a4c3b5b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:424ebfab2a8e3a792d9d9d06bf59a2b934c0cbfc2c2fe93c52cfe513d0cee68a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4d6077ee4537837e30898604c9076db61542ef587b03ba202a9f935c7a4bef9f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7238ebfc357b3e7dd1fe2a729d94e6b36aa003bdb928ea446c2d9784f8c4bd97_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9bb2d3ff2a97d0c3234e4864fc2d21ff278ce06e725e43c56f43e42bed97dd19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02892ae5abb984a8016cd1e0003a911e88e3f5f2b47928bad6c3ee372aacfe20_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4d1e7ca4ea99d73c269e96037903680159ca0e2506a03fced43f002914a9623e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:8081be29ad8f88a4356c0a91febdc4e22e0648139b43ba88830c447217f52027_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:88b81439ec590b7e69f0e54222e8baf495b14ce7e86e61938bd5f3207a8f53d6_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:56a2201a99766b5fa825f11c2d8e7e9a77abd3d7fc4459c931b6f93b4aa648ef_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:756c2c6a79bfb89215dc218ea2cd1cd37ab6aa0cc1673397ec31834fbbfc0885_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8473237c3df9c8667a3b75f74bcf20a5be41525ad4f207e03f9172ba7d8e5592_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c78dfef02995bd0ac0acabeaa3d0ba5b4776d5c7c52b296a96b40419428cd5ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:69eeac8002044e68ec22119b94fe95b270ec798ac4ad525f06993a773aab387a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6f9df997bb4d924d11932a8c3c8085ca56047613085da604c25992b71f608abb_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a5a06c71d74437dcae891f84a8e0e055624a9bc602dda219c4219576e687925d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a86e8a5d0d81be477483a39327f9a9febe79f33dd77cc5f6a7ac6c35d064a715_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, 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 Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:044d47930afa0388faad107510c8edfc20cf58e575fdb6a3052e98748b1f94fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:334a3cc1eb9c5716a0ce17ce4555d492e5d6e6176734c7e394e758452b53781f_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:478bec31b52c907ed8d1baa66093349c4a25f762e254ca654089944efb7b1622_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8fb63895a6cd6cfb65478a1e13c91c51f0e0a3fca4f9485355357fc19fd473ce_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:07d6c6428acef30f990b6d3df65fbd2c6a6a06992f1e3b1fb7113a8799217f9c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:405aaacf1f71534e5f0c2dea3c8e5b5e7ef0335eae4b09fcb4ff5bb027c70ab0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:589da7e7297bfbab5d1ea8c406447c2832a1194528869ef4046acf1a4651e9ae_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f07600ca1141874684a486a159e47455bb8634863eb7ed23d318c6c95d0ae74b_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1aac55550194674f6ced2b8289d681fb1bcdcbf9b3a3c8951ded8acba9e51dda_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:48fa9f99b3903a555e473fc6ca2664621433146d94ab567c1cb29ea924e4d282_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:731a9504e9911b105c909b11f69b1023f636f373f404d6c608302111f441e0a5_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:fa055641a506ae97ed9feec2d42b1d0553108cbf5e224e0449ce2d36710ffed9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:15e434410d5f5b65951a5bc5f5860295a0fcd7a70186583a2c194172ce47af6a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2c8f189090e91b78b0d981e3d1fb8e29c516da3fce30a7d01500788a845966f2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:684918ab48aab0e95b8f3997294084cfbc8d1a54b69ca2c85db9611ea43c29de_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:8277eb7e9dd3bf9b4bfba4d668968cdd1fbab204cb427f570ccf76ace2838ce0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42967fba6caf53a2803a417ed0f085a1bba078a44b80a4bd50978b95cbfc2ddc_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:89aabbe1685903482dd200470f3ea89be19bb6aeef6443a2d52cd7e5ce1036fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b247d306dcccda057e522750d35967a1eb9bde6a16f0367185b2b88e59c58516_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cafd371205d272b431bd18c98cad6906f079abe089a1bd347a4afe4092110dcd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4135e656d237ad471f004d1003c21d0d003785ab4e96cbb6537283affa7027c8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:794ef1d2afc5b727aea163e348c78b1db51270fe18a7032087fc91ba7714a6fe_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8852b6729dd3fe89fee5a0d40a980e66f2d39129ffbbaec66f04fa1a67147235_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8f04bcedf60775b28710d025a0db950aa051e804a8d541ec3030725684356969_s390x"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1197ddbba898fab012bba65029328ca7e89601bd9bd600e86ac705d1d770faa6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:130d7a867a403ec4e78ebb51b31b70de999869f40a08af796b6c03d4b2ab2d9f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:92142d9e0c6d4ce7c400225257b5ba65b96ea64963e148725a0ac74b239d90bf_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e1043190866c846c9a7e36e2ad675a9f1609e6265419f83310a936138686af4a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0509b6e806c267ddd92413e8ba9b45769a816d8600f836a28275b0b21a4c3b5b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:424ebfab2a8e3a792d9d9d06bf59a2b934c0cbfc2c2fe93c52cfe513d0cee68a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4d6077ee4537837e30898604c9076db61542ef587b03ba202a9f935c7a4bef9f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7238ebfc357b3e7dd1fe2a729d94e6b36aa003bdb928ea446c2d9784f8c4bd97_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9bb2d3ff2a97d0c3234e4864fc2d21ff278ce06e725e43c56f43e42bed97dd19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02892ae5abb984a8016cd1e0003a911e88e3f5f2b47928bad6c3ee372aacfe20_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4d1e7ca4ea99d73c269e96037903680159ca0e2506a03fced43f002914a9623e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:8081be29ad8f88a4356c0a91febdc4e22e0648139b43ba88830c447217f52027_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:88b81439ec590b7e69f0e54222e8baf495b14ce7e86e61938bd5f3207a8f53d6_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:56a2201a99766b5fa825f11c2d8e7e9a77abd3d7fc4459c931b6f93b4aa648ef_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:756c2c6a79bfb89215dc218ea2cd1cd37ab6aa0cc1673397ec31834fbbfc0885_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8473237c3df9c8667a3b75f74bcf20a5be41525ad4f207e03f9172ba7d8e5592_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c78dfef02995bd0ac0acabeaa3d0ba5b4776d5c7c52b296a96b40419428cd5ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:69eeac8002044e68ec22119b94fe95b270ec798ac4ad525f06993a773aab387a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6f9df997bb4d924d11932a8c3c8085ca56047613085da604c25992b71f608abb_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a5a06c71d74437dcae891f84a8e0e055624a9bc602dda219c4219576e687925d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a86e8a5d0d81be477483a39327f9a9febe79f33dd77cc5f6a7ac6c35d064a715_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-12T11:53:42+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:044d47930afa0388faad107510c8edfc20cf58e575fdb6a3052e98748b1f94fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:334a3cc1eb9c5716a0ce17ce4555d492e5d6e6176734c7e394e758452b53781f_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:478bec31b52c907ed8d1baa66093349c4a25f762e254ca654089944efb7b1622_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8fb63895a6cd6cfb65478a1e13c91c51f0e0a3fca4f9485355357fc19fd473ce_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:07d6c6428acef30f990b6d3df65fbd2c6a6a06992f1e3b1fb7113a8799217f9c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:405aaacf1f71534e5f0c2dea3c8e5b5e7ef0335eae4b09fcb4ff5bb027c70ab0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:589da7e7297bfbab5d1ea8c406447c2832a1194528869ef4046acf1a4651e9ae_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f07600ca1141874684a486a159e47455bb8634863eb7ed23d318c6c95d0ae74b_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1aac55550194674f6ced2b8289d681fb1bcdcbf9b3a3c8951ded8acba9e51dda_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:48fa9f99b3903a555e473fc6ca2664621433146d94ab567c1cb29ea924e4d282_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:731a9504e9911b105c909b11f69b1023f636f373f404d6c608302111f441e0a5_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:fa055641a506ae97ed9feec2d42b1d0553108cbf5e224e0449ce2d36710ffed9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:15e434410d5f5b65951a5bc5f5860295a0fcd7a70186583a2c194172ce47af6a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2c8f189090e91b78b0d981e3d1fb8e29c516da3fce30a7d01500788a845966f2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:684918ab48aab0e95b8f3997294084cfbc8d1a54b69ca2c85db9611ea43c29de_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:8277eb7e9dd3bf9b4bfba4d668968cdd1fbab204cb427f570ccf76ace2838ce0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42967fba6caf53a2803a417ed0f085a1bba078a44b80a4bd50978b95cbfc2ddc_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:89aabbe1685903482dd200470f3ea89be19bb6aeef6443a2d52cd7e5ce1036fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b247d306dcccda057e522750d35967a1eb9bde6a16f0367185b2b88e59c58516_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cafd371205d272b431bd18c98cad6906f079abe089a1bd347a4afe4092110dcd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4135e656d237ad471f004d1003c21d0d003785ab4e96cbb6537283affa7027c8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:794ef1d2afc5b727aea163e348c78b1db51270fe18a7032087fc91ba7714a6fe_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8852b6729dd3fe89fee5a0d40a980e66f2d39129ffbbaec66f04fa1a67147235_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8f04bcedf60775b28710d025a0db950aa051e804a8d541ec3030725684356969_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4466"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1197ddbba898fab012bba65029328ca7e89601bd9bd600e86ac705d1d770faa6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:130d7a867a403ec4e78ebb51b31b70de999869f40a08af796b6c03d4b2ab2d9f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:92142d9e0c6d4ce7c400225257b5ba65b96ea64963e148725a0ac74b239d90bf_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e1043190866c846c9a7e36e2ad675a9f1609e6265419f83310a936138686af4a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0509b6e806c267ddd92413e8ba9b45769a816d8600f836a28275b0b21a4c3b5b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:424ebfab2a8e3a792d9d9d06bf59a2b934c0cbfc2c2fe93c52cfe513d0cee68a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4d6077ee4537837e30898604c9076db61542ef587b03ba202a9f935c7a4bef9f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7238ebfc357b3e7dd1fe2a729d94e6b36aa003bdb928ea446c2d9784f8c4bd97_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:044d47930afa0388faad107510c8edfc20cf58e575fdb6a3052e98748b1f94fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:334a3cc1eb9c5716a0ce17ce4555d492e5d6e6176734c7e394e758452b53781f_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:478bec31b52c907ed8d1baa66093349c4a25f762e254ca654089944efb7b1622_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8fb63895a6cd6cfb65478a1e13c91c51f0e0a3fca4f9485355357fc19fd473ce_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9bb2d3ff2a97d0c3234e4864fc2d21ff278ce06e725e43c56f43e42bed97dd19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:07d6c6428acef30f990b6d3df65fbd2c6a6a06992f1e3b1fb7113a8799217f9c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:405aaacf1f71534e5f0c2dea3c8e5b5e7ef0335eae4b09fcb4ff5bb027c70ab0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:589da7e7297bfbab5d1ea8c406447c2832a1194528869ef4046acf1a4651e9ae_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f07600ca1141874684a486a159e47455bb8634863eb7ed23d318c6c95d0ae74b_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1aac55550194674f6ced2b8289d681fb1bcdcbf9b3a3c8951ded8acba9e51dda_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:48fa9f99b3903a555e473fc6ca2664621433146d94ab567c1cb29ea924e4d282_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:731a9504e9911b105c909b11f69b1023f636f373f404d6c608302111f441e0a5_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:fa055641a506ae97ed9feec2d42b1d0553108cbf5e224e0449ce2d36710ffed9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02892ae5abb984a8016cd1e0003a911e88e3f5f2b47928bad6c3ee372aacfe20_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4d1e7ca4ea99d73c269e96037903680159ca0e2506a03fced43f002914a9623e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:8081be29ad8f88a4356c0a91febdc4e22e0648139b43ba88830c447217f52027_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:88b81439ec590b7e69f0e54222e8baf495b14ce7e86e61938bd5f3207a8f53d6_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:56a2201a99766b5fa825f11c2d8e7e9a77abd3d7fc4459c931b6f93b4aa648ef_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:756c2c6a79bfb89215dc218ea2cd1cd37ab6aa0cc1673397ec31834fbbfc0885_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8473237c3df9c8667a3b75f74bcf20a5be41525ad4f207e03f9172ba7d8e5592_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c78dfef02995bd0ac0acabeaa3d0ba5b4776d5c7c52b296a96b40419428cd5ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:15e434410d5f5b65951a5bc5f5860295a0fcd7a70186583a2c194172ce47af6a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2c8f189090e91b78b0d981e3d1fb8e29c516da3fce30a7d01500788a845966f2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:684918ab48aab0e95b8f3997294084cfbc8d1a54b69ca2c85db9611ea43c29de_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:8277eb7e9dd3bf9b4bfba4d668968cdd1fbab204cb427f570ccf76ace2838ce0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42967fba6caf53a2803a417ed0f085a1bba078a44b80a4bd50978b95cbfc2ddc_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:89aabbe1685903482dd200470f3ea89be19bb6aeef6443a2d52cd7e5ce1036fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b247d306dcccda057e522750d35967a1eb9bde6a16f0367185b2b88e59c58516_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cafd371205d272b431bd18c98cad6906f079abe089a1bd347a4afe4092110dcd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:69eeac8002044e68ec22119b94fe95b270ec798ac4ad525f06993a773aab387a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6f9df997bb4d924d11932a8c3c8085ca56047613085da604c25992b71f608abb_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a5a06c71d74437dcae891f84a8e0e055624a9bc602dda219c4219576e687925d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a86e8a5d0d81be477483a39327f9a9febe79f33dd77cc5f6a7ac6c35d064a715_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4135e656d237ad471f004d1003c21d0d003785ab4e96cbb6537283affa7027c8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:794ef1d2afc5b727aea163e348c78b1db51270fe18a7032087fc91ba7714a6fe_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8852b6729dd3fe89fee5a0d40a980e66f2d39129ffbbaec66f04fa1a67147235_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8f04bcedf60775b28710d025a0db950aa051e804a8d541ec3030725684356969_s390x"
]
}
],
"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 Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1197ddbba898fab012bba65029328ca7e89601bd9bd600e86ac705d1d770faa6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:130d7a867a403ec4e78ebb51b31b70de999869f40a08af796b6c03d4b2ab2d9f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:92142d9e0c6d4ce7c400225257b5ba65b96ea64963e148725a0ac74b239d90bf_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e1043190866c846c9a7e36e2ad675a9f1609e6265419f83310a936138686af4a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0509b6e806c267ddd92413e8ba9b45769a816d8600f836a28275b0b21a4c3b5b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:424ebfab2a8e3a792d9d9d06bf59a2b934c0cbfc2c2fe93c52cfe513d0cee68a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4d6077ee4537837e30898604c9076db61542ef587b03ba202a9f935c7a4bef9f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7238ebfc357b3e7dd1fe2a729d94e6b36aa003bdb928ea446c2d9784f8c4bd97_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:044d47930afa0388faad107510c8edfc20cf58e575fdb6a3052e98748b1f94fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:334a3cc1eb9c5716a0ce17ce4555d492e5d6e6176734c7e394e758452b53781f_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:478bec31b52c907ed8d1baa66093349c4a25f762e254ca654089944efb7b1622_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8fb63895a6cd6cfb65478a1e13c91c51f0e0a3fca4f9485355357fc19fd473ce_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9bb2d3ff2a97d0c3234e4864fc2d21ff278ce06e725e43c56f43e42bed97dd19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:07d6c6428acef30f990b6d3df65fbd2c6a6a06992f1e3b1fb7113a8799217f9c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:405aaacf1f71534e5f0c2dea3c8e5b5e7ef0335eae4b09fcb4ff5bb027c70ab0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:589da7e7297bfbab5d1ea8c406447c2832a1194528869ef4046acf1a4651e9ae_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f07600ca1141874684a486a159e47455bb8634863eb7ed23d318c6c95d0ae74b_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1aac55550194674f6ced2b8289d681fb1bcdcbf9b3a3c8951ded8acba9e51dda_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:48fa9f99b3903a555e473fc6ca2664621433146d94ab567c1cb29ea924e4d282_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:731a9504e9911b105c909b11f69b1023f636f373f404d6c608302111f441e0a5_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:fa055641a506ae97ed9feec2d42b1d0553108cbf5e224e0449ce2d36710ffed9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02892ae5abb984a8016cd1e0003a911e88e3f5f2b47928bad6c3ee372aacfe20_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4d1e7ca4ea99d73c269e96037903680159ca0e2506a03fced43f002914a9623e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:8081be29ad8f88a4356c0a91febdc4e22e0648139b43ba88830c447217f52027_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:88b81439ec590b7e69f0e54222e8baf495b14ce7e86e61938bd5f3207a8f53d6_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:56a2201a99766b5fa825f11c2d8e7e9a77abd3d7fc4459c931b6f93b4aa648ef_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:756c2c6a79bfb89215dc218ea2cd1cd37ab6aa0cc1673397ec31834fbbfc0885_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8473237c3df9c8667a3b75f74bcf20a5be41525ad4f207e03f9172ba7d8e5592_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c78dfef02995bd0ac0acabeaa3d0ba5b4776d5c7c52b296a96b40419428cd5ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:15e434410d5f5b65951a5bc5f5860295a0fcd7a70186583a2c194172ce47af6a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2c8f189090e91b78b0d981e3d1fb8e29c516da3fce30a7d01500788a845966f2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:684918ab48aab0e95b8f3997294084cfbc8d1a54b69ca2c85db9611ea43c29de_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:8277eb7e9dd3bf9b4bfba4d668968cdd1fbab204cb427f570ccf76ace2838ce0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42967fba6caf53a2803a417ed0f085a1bba078a44b80a4bd50978b95cbfc2ddc_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:89aabbe1685903482dd200470f3ea89be19bb6aeef6443a2d52cd7e5ce1036fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b247d306dcccda057e522750d35967a1eb9bde6a16f0367185b2b88e59c58516_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cafd371205d272b431bd18c98cad6906f079abe089a1bd347a4afe4092110dcd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:69eeac8002044e68ec22119b94fe95b270ec798ac4ad525f06993a773aab387a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6f9df997bb4d924d11932a8c3c8085ca56047613085da604c25992b71f608abb_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a5a06c71d74437dcae891f84a8e0e055624a9bc602dda219c4219576e687925d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a86e8a5d0d81be477483a39327f9a9febe79f33dd77cc5f6a7ac6c35d064a715_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4135e656d237ad471f004d1003c21d0d003785ab4e96cbb6537283affa7027c8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:794ef1d2afc5b727aea163e348c78b1db51270fe18a7032087fc91ba7714a6fe_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8852b6729dd3fe89fee5a0d40a980e66f2d39129ffbbaec66f04fa1a67147235_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8f04bcedf60775b28710d025a0db950aa051e804a8d541ec3030725684356969_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61728",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:39.965024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1197ddbba898fab012bba65029328ca7e89601bd9bd600e86ac705d1d770faa6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:130d7a867a403ec4e78ebb51b31b70de999869f40a08af796b6c03d4b2ab2d9f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:92142d9e0c6d4ce7c400225257b5ba65b96ea64963e148725a0ac74b239d90bf_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e1043190866c846c9a7e36e2ad675a9f1609e6265419f83310a936138686af4a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0509b6e806c267ddd92413e8ba9b45769a816d8600f836a28275b0b21a4c3b5b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:424ebfab2a8e3a792d9d9d06bf59a2b934c0cbfc2c2fe93c52cfe513d0cee68a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4d6077ee4537837e30898604c9076db61542ef587b03ba202a9f935c7a4bef9f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7238ebfc357b3e7dd1fe2a729d94e6b36aa003bdb928ea446c2d9784f8c4bd97_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9bb2d3ff2a97d0c3234e4864fc2d21ff278ce06e725e43c56f43e42bed97dd19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02892ae5abb984a8016cd1e0003a911e88e3f5f2b47928bad6c3ee372aacfe20_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4d1e7ca4ea99d73c269e96037903680159ca0e2506a03fced43f002914a9623e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:8081be29ad8f88a4356c0a91febdc4e22e0648139b43ba88830c447217f52027_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:88b81439ec590b7e69f0e54222e8baf495b14ce7e86e61938bd5f3207a8f53d6_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:56a2201a99766b5fa825f11c2d8e7e9a77abd3d7fc4459c931b6f93b4aa648ef_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:756c2c6a79bfb89215dc218ea2cd1cd37ab6aa0cc1673397ec31834fbbfc0885_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8473237c3df9c8667a3b75f74bcf20a5be41525ad4f207e03f9172ba7d8e5592_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c78dfef02995bd0ac0acabeaa3d0ba5b4776d5c7c52b296a96b40419428cd5ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:69eeac8002044e68ec22119b94fe95b270ec798ac4ad525f06993a773aab387a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6f9df997bb4d924d11932a8c3c8085ca56047613085da604c25992b71f608abb_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a5a06c71d74437dcae891f84a8e0e055624a9bc602dda219c4219576e687925d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a86e8a5d0d81be477483a39327f9a9febe79f33dd77cc5f6a7ac6c35d064a715_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434431"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to be able to process a malicious zip archive with an application using the archive/zip package. Additionally, this vulnerability can cause a Go application to consume an excessive amount of CPU and memory, eventually resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate 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 Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:044d47930afa0388faad107510c8edfc20cf58e575fdb6a3052e98748b1f94fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:334a3cc1eb9c5716a0ce17ce4555d492e5d6e6176734c7e394e758452b53781f_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:478bec31b52c907ed8d1baa66093349c4a25f762e254ca654089944efb7b1622_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8fb63895a6cd6cfb65478a1e13c91c51f0e0a3fca4f9485355357fc19fd473ce_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:07d6c6428acef30f990b6d3df65fbd2c6a6a06992f1e3b1fb7113a8799217f9c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:405aaacf1f71534e5f0c2dea3c8e5b5e7ef0335eae4b09fcb4ff5bb027c70ab0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:589da7e7297bfbab5d1ea8c406447c2832a1194528869ef4046acf1a4651e9ae_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f07600ca1141874684a486a159e47455bb8634863eb7ed23d318c6c95d0ae74b_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1aac55550194674f6ced2b8289d681fb1bcdcbf9b3a3c8951ded8acba9e51dda_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:48fa9f99b3903a555e473fc6ca2664621433146d94ab567c1cb29ea924e4d282_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:731a9504e9911b105c909b11f69b1023f636f373f404d6c608302111f441e0a5_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:fa055641a506ae97ed9feec2d42b1d0553108cbf5e224e0449ce2d36710ffed9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:15e434410d5f5b65951a5bc5f5860295a0fcd7a70186583a2c194172ce47af6a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2c8f189090e91b78b0d981e3d1fb8e29c516da3fce30a7d01500788a845966f2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:684918ab48aab0e95b8f3997294084cfbc8d1a54b69ca2c85db9611ea43c29de_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:8277eb7e9dd3bf9b4bfba4d668968cdd1fbab204cb427f570ccf76ace2838ce0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42967fba6caf53a2803a417ed0f085a1bba078a44b80a4bd50978b95cbfc2ddc_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:89aabbe1685903482dd200470f3ea89be19bb6aeef6443a2d52cd7e5ce1036fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b247d306dcccda057e522750d35967a1eb9bde6a16f0367185b2b88e59c58516_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cafd371205d272b431bd18c98cad6906f079abe089a1bd347a4afe4092110dcd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4135e656d237ad471f004d1003c21d0d003785ab4e96cbb6537283affa7027c8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:794ef1d2afc5b727aea163e348c78b1db51270fe18a7032087fc91ba7714a6fe_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8852b6729dd3fe89fee5a0d40a980e66f2d39129ffbbaec66f04fa1a67147235_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8f04bcedf60775b28710d025a0db950aa051e804a8d541ec3030725684356969_s390x"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1197ddbba898fab012bba65029328ca7e89601bd9bd600e86ac705d1d770faa6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:130d7a867a403ec4e78ebb51b31b70de999869f40a08af796b6c03d4b2ab2d9f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:92142d9e0c6d4ce7c400225257b5ba65b96ea64963e148725a0ac74b239d90bf_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e1043190866c846c9a7e36e2ad675a9f1609e6265419f83310a936138686af4a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0509b6e806c267ddd92413e8ba9b45769a816d8600f836a28275b0b21a4c3b5b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:424ebfab2a8e3a792d9d9d06bf59a2b934c0cbfc2c2fe93c52cfe513d0cee68a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4d6077ee4537837e30898604c9076db61542ef587b03ba202a9f935c7a4bef9f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7238ebfc357b3e7dd1fe2a729d94e6b36aa003bdb928ea446c2d9784f8c4bd97_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9bb2d3ff2a97d0c3234e4864fc2d21ff278ce06e725e43c56f43e42bed97dd19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02892ae5abb984a8016cd1e0003a911e88e3f5f2b47928bad6c3ee372aacfe20_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4d1e7ca4ea99d73c269e96037903680159ca0e2506a03fced43f002914a9623e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:8081be29ad8f88a4356c0a91febdc4e22e0648139b43ba88830c447217f52027_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:88b81439ec590b7e69f0e54222e8baf495b14ce7e86e61938bd5f3207a8f53d6_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:56a2201a99766b5fa825f11c2d8e7e9a77abd3d7fc4459c931b6f93b4aa648ef_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:756c2c6a79bfb89215dc218ea2cd1cd37ab6aa0cc1673397ec31834fbbfc0885_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8473237c3df9c8667a3b75f74bcf20a5be41525ad4f207e03f9172ba7d8e5592_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c78dfef02995bd0ac0acabeaa3d0ba5b4776d5c7c52b296a96b40419428cd5ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:69eeac8002044e68ec22119b94fe95b270ec798ac4ad525f06993a773aab387a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6f9df997bb4d924d11932a8c3c8085ca56047613085da604c25992b71f608abb_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a5a06c71d74437dcae891f84a8e0e055624a9bc602dda219c4219576e687925d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a86e8a5d0d81be477483a39327f9a9febe79f33dd77cc5f6a7ac6c35d064a715_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "RHBZ#2434431",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434431"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://go.dev/cl/736713",
"url": "https://go.dev/cl/736713"
},
{
"category": "external",
"summary": "https://go.dev/issue/77102",
"url": "https://go.dev/issue/77102"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4342",
"url": "https://pkg.go.dev/vuln/GO-2026-4342"
}
],
"release_date": "2026-01-28T19:30:31.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-12T11:53:42+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:044d47930afa0388faad107510c8edfc20cf58e575fdb6a3052e98748b1f94fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:334a3cc1eb9c5716a0ce17ce4555d492e5d6e6176734c7e394e758452b53781f_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:478bec31b52c907ed8d1baa66093349c4a25f762e254ca654089944efb7b1622_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8fb63895a6cd6cfb65478a1e13c91c51f0e0a3fca4f9485355357fc19fd473ce_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:07d6c6428acef30f990b6d3df65fbd2c6a6a06992f1e3b1fb7113a8799217f9c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:405aaacf1f71534e5f0c2dea3c8e5b5e7ef0335eae4b09fcb4ff5bb027c70ab0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:589da7e7297bfbab5d1ea8c406447c2832a1194528869ef4046acf1a4651e9ae_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f07600ca1141874684a486a159e47455bb8634863eb7ed23d318c6c95d0ae74b_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1aac55550194674f6ced2b8289d681fb1bcdcbf9b3a3c8951ded8acba9e51dda_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:48fa9f99b3903a555e473fc6ca2664621433146d94ab567c1cb29ea924e4d282_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:731a9504e9911b105c909b11f69b1023f636f373f404d6c608302111f441e0a5_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:fa055641a506ae97ed9feec2d42b1d0553108cbf5e224e0449ce2d36710ffed9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:15e434410d5f5b65951a5bc5f5860295a0fcd7a70186583a2c194172ce47af6a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2c8f189090e91b78b0d981e3d1fb8e29c516da3fce30a7d01500788a845966f2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:684918ab48aab0e95b8f3997294084cfbc8d1a54b69ca2c85db9611ea43c29de_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:8277eb7e9dd3bf9b4bfba4d668968cdd1fbab204cb427f570ccf76ace2838ce0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42967fba6caf53a2803a417ed0f085a1bba078a44b80a4bd50978b95cbfc2ddc_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:89aabbe1685903482dd200470f3ea89be19bb6aeef6443a2d52cd7e5ce1036fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b247d306dcccda057e522750d35967a1eb9bde6a16f0367185b2b88e59c58516_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cafd371205d272b431bd18c98cad6906f079abe089a1bd347a4afe4092110dcd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4135e656d237ad471f004d1003c21d0d003785ab4e96cbb6537283affa7027c8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:794ef1d2afc5b727aea163e348c78b1db51270fe18a7032087fc91ba7714a6fe_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8852b6729dd3fe89fee5a0d40a980e66f2d39129ffbbaec66f04fa1a67147235_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8f04bcedf60775b28710d025a0db950aa051e804a8d541ec3030725684356969_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4466"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, implement a timeout in your archive/zip processing logic to abort the operation if it exceeds a few seconds, preventing the application from consuming an excessive amount of resources.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1197ddbba898fab012bba65029328ca7e89601bd9bd600e86ac705d1d770faa6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:130d7a867a403ec4e78ebb51b31b70de999869f40a08af796b6c03d4b2ab2d9f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:92142d9e0c6d4ce7c400225257b5ba65b96ea64963e148725a0ac74b239d90bf_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e1043190866c846c9a7e36e2ad675a9f1609e6265419f83310a936138686af4a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0509b6e806c267ddd92413e8ba9b45769a816d8600f836a28275b0b21a4c3b5b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:424ebfab2a8e3a792d9d9d06bf59a2b934c0cbfc2c2fe93c52cfe513d0cee68a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4d6077ee4537837e30898604c9076db61542ef587b03ba202a9f935c7a4bef9f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7238ebfc357b3e7dd1fe2a729d94e6b36aa003bdb928ea446c2d9784f8c4bd97_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:044d47930afa0388faad107510c8edfc20cf58e575fdb6a3052e98748b1f94fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:334a3cc1eb9c5716a0ce17ce4555d492e5d6e6176734c7e394e758452b53781f_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:478bec31b52c907ed8d1baa66093349c4a25f762e254ca654089944efb7b1622_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8fb63895a6cd6cfb65478a1e13c91c51f0e0a3fca4f9485355357fc19fd473ce_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9bb2d3ff2a97d0c3234e4864fc2d21ff278ce06e725e43c56f43e42bed97dd19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:07d6c6428acef30f990b6d3df65fbd2c6a6a06992f1e3b1fb7113a8799217f9c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:405aaacf1f71534e5f0c2dea3c8e5b5e7ef0335eae4b09fcb4ff5bb027c70ab0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:589da7e7297bfbab5d1ea8c406447c2832a1194528869ef4046acf1a4651e9ae_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f07600ca1141874684a486a159e47455bb8634863eb7ed23d318c6c95d0ae74b_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1aac55550194674f6ced2b8289d681fb1bcdcbf9b3a3c8951ded8acba9e51dda_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:48fa9f99b3903a555e473fc6ca2664621433146d94ab567c1cb29ea924e4d282_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:731a9504e9911b105c909b11f69b1023f636f373f404d6c608302111f441e0a5_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:fa055641a506ae97ed9feec2d42b1d0553108cbf5e224e0449ce2d36710ffed9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02892ae5abb984a8016cd1e0003a911e88e3f5f2b47928bad6c3ee372aacfe20_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4d1e7ca4ea99d73c269e96037903680159ca0e2506a03fced43f002914a9623e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:8081be29ad8f88a4356c0a91febdc4e22e0648139b43ba88830c447217f52027_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:88b81439ec590b7e69f0e54222e8baf495b14ce7e86e61938bd5f3207a8f53d6_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:56a2201a99766b5fa825f11c2d8e7e9a77abd3d7fc4459c931b6f93b4aa648ef_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:756c2c6a79bfb89215dc218ea2cd1cd37ab6aa0cc1673397ec31834fbbfc0885_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8473237c3df9c8667a3b75f74bcf20a5be41525ad4f207e03f9172ba7d8e5592_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c78dfef02995bd0ac0acabeaa3d0ba5b4776d5c7c52b296a96b40419428cd5ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:15e434410d5f5b65951a5bc5f5860295a0fcd7a70186583a2c194172ce47af6a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2c8f189090e91b78b0d981e3d1fb8e29c516da3fce30a7d01500788a845966f2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:684918ab48aab0e95b8f3997294084cfbc8d1a54b69ca2c85db9611ea43c29de_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:8277eb7e9dd3bf9b4bfba4d668968cdd1fbab204cb427f570ccf76ace2838ce0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42967fba6caf53a2803a417ed0f085a1bba078a44b80a4bd50978b95cbfc2ddc_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:89aabbe1685903482dd200470f3ea89be19bb6aeef6443a2d52cd7e5ce1036fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b247d306dcccda057e522750d35967a1eb9bde6a16f0367185b2b88e59c58516_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cafd371205d272b431bd18c98cad6906f079abe089a1bd347a4afe4092110dcd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:69eeac8002044e68ec22119b94fe95b270ec798ac4ad525f06993a773aab387a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6f9df997bb4d924d11932a8c3c8085ca56047613085da604c25992b71f608abb_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a5a06c71d74437dcae891f84a8e0e055624a9bc602dda219c4219576e687925d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a86e8a5d0d81be477483a39327f9a9febe79f33dd77cc5f6a7ac6c35d064a715_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4135e656d237ad471f004d1003c21d0d003785ab4e96cbb6537283affa7027c8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:794ef1d2afc5b727aea163e348c78b1db51270fe18a7032087fc91ba7714a6fe_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8852b6729dd3fe89fee5a0d40a980e66f2d39129ffbbaec66f04fa1a67147235_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8f04bcedf60775b28710d025a0db950aa051e804a8d541ec3030725684356969_s390x"
]
}
],
"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 Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1197ddbba898fab012bba65029328ca7e89601bd9bd600e86ac705d1d770faa6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:130d7a867a403ec4e78ebb51b31b70de999869f40a08af796b6c03d4b2ab2d9f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:92142d9e0c6d4ce7c400225257b5ba65b96ea64963e148725a0ac74b239d90bf_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e1043190866c846c9a7e36e2ad675a9f1609e6265419f83310a936138686af4a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0509b6e806c267ddd92413e8ba9b45769a816d8600f836a28275b0b21a4c3b5b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:424ebfab2a8e3a792d9d9d06bf59a2b934c0cbfc2c2fe93c52cfe513d0cee68a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4d6077ee4537837e30898604c9076db61542ef587b03ba202a9f935c7a4bef9f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7238ebfc357b3e7dd1fe2a729d94e6b36aa003bdb928ea446c2d9784f8c4bd97_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:044d47930afa0388faad107510c8edfc20cf58e575fdb6a3052e98748b1f94fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:334a3cc1eb9c5716a0ce17ce4555d492e5d6e6176734c7e394e758452b53781f_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:478bec31b52c907ed8d1baa66093349c4a25f762e254ca654089944efb7b1622_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8fb63895a6cd6cfb65478a1e13c91c51f0e0a3fca4f9485355357fc19fd473ce_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9bb2d3ff2a97d0c3234e4864fc2d21ff278ce06e725e43c56f43e42bed97dd19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:07d6c6428acef30f990b6d3df65fbd2c6a6a06992f1e3b1fb7113a8799217f9c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:405aaacf1f71534e5f0c2dea3c8e5b5e7ef0335eae4b09fcb4ff5bb027c70ab0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:589da7e7297bfbab5d1ea8c406447c2832a1194528869ef4046acf1a4651e9ae_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f07600ca1141874684a486a159e47455bb8634863eb7ed23d318c6c95d0ae74b_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1aac55550194674f6ced2b8289d681fb1bcdcbf9b3a3c8951ded8acba9e51dda_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:48fa9f99b3903a555e473fc6ca2664621433146d94ab567c1cb29ea924e4d282_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:731a9504e9911b105c909b11f69b1023f636f373f404d6c608302111f441e0a5_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:fa055641a506ae97ed9feec2d42b1d0553108cbf5e224e0449ce2d36710ffed9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02892ae5abb984a8016cd1e0003a911e88e3f5f2b47928bad6c3ee372aacfe20_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4d1e7ca4ea99d73c269e96037903680159ca0e2506a03fced43f002914a9623e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:8081be29ad8f88a4356c0a91febdc4e22e0648139b43ba88830c447217f52027_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:88b81439ec590b7e69f0e54222e8baf495b14ce7e86e61938bd5f3207a8f53d6_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:56a2201a99766b5fa825f11c2d8e7e9a77abd3d7fc4459c931b6f93b4aa648ef_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:756c2c6a79bfb89215dc218ea2cd1cd37ab6aa0cc1673397ec31834fbbfc0885_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8473237c3df9c8667a3b75f74bcf20a5be41525ad4f207e03f9172ba7d8e5592_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c78dfef02995bd0ac0acabeaa3d0ba5b4776d5c7c52b296a96b40419428cd5ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:15e434410d5f5b65951a5bc5f5860295a0fcd7a70186583a2c194172ce47af6a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2c8f189090e91b78b0d981e3d1fb8e29c516da3fce30a7d01500788a845966f2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:684918ab48aab0e95b8f3997294084cfbc8d1a54b69ca2c85db9611ea43c29de_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:8277eb7e9dd3bf9b4bfba4d668968cdd1fbab204cb427f570ccf76ace2838ce0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42967fba6caf53a2803a417ed0f085a1bba078a44b80a4bd50978b95cbfc2ddc_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:89aabbe1685903482dd200470f3ea89be19bb6aeef6443a2d52cd7e5ce1036fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b247d306dcccda057e522750d35967a1eb9bde6a16f0367185b2b88e59c58516_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cafd371205d272b431bd18c98cad6906f079abe089a1bd347a4afe4092110dcd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:69eeac8002044e68ec22119b94fe95b270ec798ac4ad525f06993a773aab387a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6f9df997bb4d924d11932a8c3c8085ca56047613085da604c25992b71f608abb_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a5a06c71d74437dcae891f84a8e0e055624a9bc602dda219c4219576e687925d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a86e8a5d0d81be477483a39327f9a9febe79f33dd77cc5f6a7ac6c35d064a715_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4135e656d237ad471f004d1003c21d0d003785ab4e96cbb6537283affa7027c8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:794ef1d2afc5b727aea163e348c78b1db51270fe18a7032087fc91ba7714a6fe_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8852b6729dd3fe89fee5a0d40a980e66f2d39129ffbbaec66f04fa1a67147235_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8f04bcedf60775b28710d025a0db950aa051e804a8d541ec3030725684356969_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0509b6e806c267ddd92413e8ba9b45769a816d8600f836a28275b0b21a4c3b5b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:424ebfab2a8e3a792d9d9d06bf59a2b934c0cbfc2c2fe93c52cfe513d0cee68a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4d6077ee4537837e30898604c9076db61542ef587b03ba202a9f935c7a4bef9f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7238ebfc357b3e7dd1fe2a729d94e6b36aa003bdb928ea446c2d9784f8c4bd97_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9bb2d3ff2a97d0c3234e4864fc2d21ff278ce06e725e43c56f43e42bed97dd19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02892ae5abb984a8016cd1e0003a911e88e3f5f2b47928bad6c3ee372aacfe20_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4d1e7ca4ea99d73c269e96037903680159ca0e2506a03fced43f002914a9623e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:8081be29ad8f88a4356c0a91febdc4e22e0648139b43ba88830c447217f52027_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:88b81439ec590b7e69f0e54222e8baf495b14ce7e86e61938bd5f3207a8f53d6_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:56a2201a99766b5fa825f11c2d8e7e9a77abd3d7fc4459c931b6f93b4aa648ef_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:756c2c6a79bfb89215dc218ea2cd1cd37ab6aa0cc1673397ec31834fbbfc0885_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8473237c3df9c8667a3b75f74bcf20a5be41525ad4f207e03f9172ba7d8e5592_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c78dfef02995bd0ac0acabeaa3d0ba5b4776d5c7c52b296a96b40419428cd5ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:15e434410d5f5b65951a5bc5f5860295a0fcd7a70186583a2c194172ce47af6a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2c8f189090e91b78b0d981e3d1fb8e29c516da3fce30a7d01500788a845966f2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:684918ab48aab0e95b8f3997294084cfbc8d1a54b69ca2c85db9611ea43c29de_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:8277eb7e9dd3bf9b4bfba4d668968cdd1fbab204cb427f570ccf76ace2838ce0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42967fba6caf53a2803a417ed0f085a1bba078a44b80a4bd50978b95cbfc2ddc_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:89aabbe1685903482dd200470f3ea89be19bb6aeef6443a2d52cd7e5ce1036fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b247d306dcccda057e522750d35967a1eb9bde6a16f0367185b2b88e59c58516_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cafd371205d272b431bd18c98cad6906f079abe089a1bd347a4afe4092110dcd_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"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 Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1197ddbba898fab012bba65029328ca7e89601bd9bd600e86ac705d1d770faa6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:130d7a867a403ec4e78ebb51b31b70de999869f40a08af796b6c03d4b2ab2d9f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:92142d9e0c6d4ce7c400225257b5ba65b96ea64963e148725a0ac74b239d90bf_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e1043190866c846c9a7e36e2ad675a9f1609e6265419f83310a936138686af4a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:044d47930afa0388faad107510c8edfc20cf58e575fdb6a3052e98748b1f94fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:334a3cc1eb9c5716a0ce17ce4555d492e5d6e6176734c7e394e758452b53781f_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:478bec31b52c907ed8d1baa66093349c4a25f762e254ca654089944efb7b1622_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8fb63895a6cd6cfb65478a1e13c91c51f0e0a3fca4f9485355357fc19fd473ce_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:07d6c6428acef30f990b6d3df65fbd2c6a6a06992f1e3b1fb7113a8799217f9c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:405aaacf1f71534e5f0c2dea3c8e5b5e7ef0335eae4b09fcb4ff5bb027c70ab0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:589da7e7297bfbab5d1ea8c406447c2832a1194528869ef4046acf1a4651e9ae_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f07600ca1141874684a486a159e47455bb8634863eb7ed23d318c6c95d0ae74b_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1aac55550194674f6ced2b8289d681fb1bcdcbf9b3a3c8951ded8acba9e51dda_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:48fa9f99b3903a555e473fc6ca2664621433146d94ab567c1cb29ea924e4d282_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:731a9504e9911b105c909b11f69b1023f636f373f404d6c608302111f441e0a5_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:fa055641a506ae97ed9feec2d42b1d0553108cbf5e224e0449ce2d36710ffed9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:69eeac8002044e68ec22119b94fe95b270ec798ac4ad525f06993a773aab387a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6f9df997bb4d924d11932a8c3c8085ca56047613085da604c25992b71f608abb_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a5a06c71d74437dcae891f84a8e0e055624a9bc602dda219c4219576e687925d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a86e8a5d0d81be477483a39327f9a9febe79f33dd77cc5f6a7ac6c35d064a715_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4135e656d237ad471f004d1003c21d0d003785ab4e96cbb6537283affa7027c8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:794ef1d2afc5b727aea163e348c78b1db51270fe18a7032087fc91ba7714a6fe_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8852b6729dd3fe89fee5a0d40a980e66f2d39129ffbbaec66f04fa1a67147235_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8f04bcedf60775b28710d025a0db950aa051e804a8d541ec3030725684356969_s390x"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0509b6e806c267ddd92413e8ba9b45769a816d8600f836a28275b0b21a4c3b5b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:424ebfab2a8e3a792d9d9d06bf59a2b934c0cbfc2c2fe93c52cfe513d0cee68a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4d6077ee4537837e30898604c9076db61542ef587b03ba202a9f935c7a4bef9f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7238ebfc357b3e7dd1fe2a729d94e6b36aa003bdb928ea446c2d9784f8c4bd97_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9bb2d3ff2a97d0c3234e4864fc2d21ff278ce06e725e43c56f43e42bed97dd19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02892ae5abb984a8016cd1e0003a911e88e3f5f2b47928bad6c3ee372aacfe20_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4d1e7ca4ea99d73c269e96037903680159ca0e2506a03fced43f002914a9623e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:8081be29ad8f88a4356c0a91febdc4e22e0648139b43ba88830c447217f52027_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:88b81439ec590b7e69f0e54222e8baf495b14ce7e86e61938bd5f3207a8f53d6_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:56a2201a99766b5fa825f11c2d8e7e9a77abd3d7fc4459c931b6f93b4aa648ef_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:756c2c6a79bfb89215dc218ea2cd1cd37ab6aa0cc1673397ec31834fbbfc0885_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8473237c3df9c8667a3b75f74bcf20a5be41525ad4f207e03f9172ba7d8e5592_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c78dfef02995bd0ac0acabeaa3d0ba5b4776d5c7c52b296a96b40419428cd5ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:15e434410d5f5b65951a5bc5f5860295a0fcd7a70186583a2c194172ce47af6a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2c8f189090e91b78b0d981e3d1fb8e29c516da3fce30a7d01500788a845966f2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:684918ab48aab0e95b8f3997294084cfbc8d1a54b69ca2c85db9611ea43c29de_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:8277eb7e9dd3bf9b4bfba4d668968cdd1fbab204cb427f570ccf76ace2838ce0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42967fba6caf53a2803a417ed0f085a1bba078a44b80a4bd50978b95cbfc2ddc_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:89aabbe1685903482dd200470f3ea89be19bb6aeef6443a2d52cd7e5ce1036fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b247d306dcccda057e522750d35967a1eb9bde6a16f0367185b2b88e59c58516_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cafd371205d272b431bd18c98cad6906f079abe089a1bd347a4afe4092110dcd_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-12T11:53:42+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1197ddbba898fab012bba65029328ca7e89601bd9bd600e86ac705d1d770faa6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:130d7a867a403ec4e78ebb51b31b70de999869f40a08af796b6c03d4b2ab2d9f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:92142d9e0c6d4ce7c400225257b5ba65b96ea64963e148725a0ac74b239d90bf_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e1043190866c846c9a7e36e2ad675a9f1609e6265419f83310a936138686af4a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:044d47930afa0388faad107510c8edfc20cf58e575fdb6a3052e98748b1f94fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:334a3cc1eb9c5716a0ce17ce4555d492e5d6e6176734c7e394e758452b53781f_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:478bec31b52c907ed8d1baa66093349c4a25f762e254ca654089944efb7b1622_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8fb63895a6cd6cfb65478a1e13c91c51f0e0a3fca4f9485355357fc19fd473ce_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:07d6c6428acef30f990b6d3df65fbd2c6a6a06992f1e3b1fb7113a8799217f9c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:405aaacf1f71534e5f0c2dea3c8e5b5e7ef0335eae4b09fcb4ff5bb027c70ab0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:589da7e7297bfbab5d1ea8c406447c2832a1194528869ef4046acf1a4651e9ae_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f07600ca1141874684a486a159e47455bb8634863eb7ed23d318c6c95d0ae74b_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1aac55550194674f6ced2b8289d681fb1bcdcbf9b3a3c8951ded8acba9e51dda_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:48fa9f99b3903a555e473fc6ca2664621433146d94ab567c1cb29ea924e4d282_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:731a9504e9911b105c909b11f69b1023f636f373f404d6c608302111f441e0a5_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:fa055641a506ae97ed9feec2d42b1d0553108cbf5e224e0449ce2d36710ffed9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:69eeac8002044e68ec22119b94fe95b270ec798ac4ad525f06993a773aab387a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6f9df997bb4d924d11932a8c3c8085ca56047613085da604c25992b71f608abb_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a5a06c71d74437dcae891f84a8e0e055624a9bc602dda219c4219576e687925d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a86e8a5d0d81be477483a39327f9a9febe79f33dd77cc5f6a7ac6c35d064a715_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4135e656d237ad471f004d1003c21d0d003785ab4e96cbb6537283affa7027c8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:794ef1d2afc5b727aea163e348c78b1db51270fe18a7032087fc91ba7714a6fe_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8852b6729dd3fe89fee5a0d40a980e66f2d39129ffbbaec66f04fa1a67147235_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8f04bcedf60775b28710d025a0db950aa051e804a8d541ec3030725684356969_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4466"
}
],
"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 Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1197ddbba898fab012bba65029328ca7e89601bd9bd600e86ac705d1d770faa6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:130d7a867a403ec4e78ebb51b31b70de999869f40a08af796b6c03d4b2ab2d9f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:92142d9e0c6d4ce7c400225257b5ba65b96ea64963e148725a0ac74b239d90bf_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e1043190866c846c9a7e36e2ad675a9f1609e6265419f83310a936138686af4a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0509b6e806c267ddd92413e8ba9b45769a816d8600f836a28275b0b21a4c3b5b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:424ebfab2a8e3a792d9d9d06bf59a2b934c0cbfc2c2fe93c52cfe513d0cee68a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4d6077ee4537837e30898604c9076db61542ef587b03ba202a9f935c7a4bef9f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7238ebfc357b3e7dd1fe2a729d94e6b36aa003bdb928ea446c2d9784f8c4bd97_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:044d47930afa0388faad107510c8edfc20cf58e575fdb6a3052e98748b1f94fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:334a3cc1eb9c5716a0ce17ce4555d492e5d6e6176734c7e394e758452b53781f_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:478bec31b52c907ed8d1baa66093349c4a25f762e254ca654089944efb7b1622_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8fb63895a6cd6cfb65478a1e13c91c51f0e0a3fca4f9485355357fc19fd473ce_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9bb2d3ff2a97d0c3234e4864fc2d21ff278ce06e725e43c56f43e42bed97dd19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:07d6c6428acef30f990b6d3df65fbd2c6a6a06992f1e3b1fb7113a8799217f9c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:405aaacf1f71534e5f0c2dea3c8e5b5e7ef0335eae4b09fcb4ff5bb027c70ab0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:589da7e7297bfbab5d1ea8c406447c2832a1194528869ef4046acf1a4651e9ae_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f07600ca1141874684a486a159e47455bb8634863eb7ed23d318c6c95d0ae74b_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1aac55550194674f6ced2b8289d681fb1bcdcbf9b3a3c8951ded8acba9e51dda_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:48fa9f99b3903a555e473fc6ca2664621433146d94ab567c1cb29ea924e4d282_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:731a9504e9911b105c909b11f69b1023f636f373f404d6c608302111f441e0a5_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:fa055641a506ae97ed9feec2d42b1d0553108cbf5e224e0449ce2d36710ffed9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02892ae5abb984a8016cd1e0003a911e88e3f5f2b47928bad6c3ee372aacfe20_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4d1e7ca4ea99d73c269e96037903680159ca0e2506a03fced43f002914a9623e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:8081be29ad8f88a4356c0a91febdc4e22e0648139b43ba88830c447217f52027_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:88b81439ec590b7e69f0e54222e8baf495b14ce7e86e61938bd5f3207a8f53d6_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:56a2201a99766b5fa825f11c2d8e7e9a77abd3d7fc4459c931b6f93b4aa648ef_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:756c2c6a79bfb89215dc218ea2cd1cd37ab6aa0cc1673397ec31834fbbfc0885_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8473237c3df9c8667a3b75f74bcf20a5be41525ad4f207e03f9172ba7d8e5592_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c78dfef02995bd0ac0acabeaa3d0ba5b4776d5c7c52b296a96b40419428cd5ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:15e434410d5f5b65951a5bc5f5860295a0fcd7a70186583a2c194172ce47af6a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2c8f189090e91b78b0d981e3d1fb8e29c516da3fce30a7d01500788a845966f2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:684918ab48aab0e95b8f3997294084cfbc8d1a54b69ca2c85db9611ea43c29de_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:8277eb7e9dd3bf9b4bfba4d668968cdd1fbab204cb427f570ccf76ace2838ce0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42967fba6caf53a2803a417ed0f085a1bba078a44b80a4bd50978b95cbfc2ddc_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:89aabbe1685903482dd200470f3ea89be19bb6aeef6443a2d52cd7e5ce1036fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b247d306dcccda057e522750d35967a1eb9bde6a16f0367185b2b88e59c58516_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cafd371205d272b431bd18c98cad6906f079abe089a1bd347a4afe4092110dcd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:69eeac8002044e68ec22119b94fe95b270ec798ac4ad525f06993a773aab387a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6f9df997bb4d924d11932a8c3c8085ca56047613085da604c25992b71f608abb_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a5a06c71d74437dcae891f84a8e0e055624a9bc602dda219c4219576e687925d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a86e8a5d0d81be477483a39327f9a9febe79f33dd77cc5f6a7ac6c35d064a715_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4135e656d237ad471f004d1003c21d0d003785ab4e96cbb6537283affa7027c8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:794ef1d2afc5b727aea163e348c78b1db51270fe18a7032087fc91ba7714a6fe_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8852b6729dd3fe89fee5a0d40a980e66f2d39129ffbbaec66f04fa1a67147235_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8f04bcedf60775b28710d025a0db950aa051e804a8d541ec3030725684356969_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-66418",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-05T17:01:20.277857+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:044d47930afa0388faad107510c8edfc20cf58e575fdb6a3052e98748b1f94fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:334a3cc1eb9c5716a0ce17ce4555d492e5d6e6176734c7e394e758452b53781f_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:478bec31b52c907ed8d1baa66093349c4a25f762e254ca654089944efb7b1622_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8fb63895a6cd6cfb65478a1e13c91c51f0e0a3fca4f9485355357fc19fd473ce_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9bb2d3ff2a97d0c3234e4864fc2d21ff278ce06e725e43c56f43e42bed97dd19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:07d6c6428acef30f990b6d3df65fbd2c6a6a06992f1e3b1fb7113a8799217f9c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:405aaacf1f71534e5f0c2dea3c8e5b5e7ef0335eae4b09fcb4ff5bb027c70ab0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:589da7e7297bfbab5d1ea8c406447c2832a1194528869ef4046acf1a4651e9ae_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f07600ca1141874684a486a159e47455bb8634863eb7ed23d318c6c95d0ae74b_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1aac55550194674f6ced2b8289d681fb1bcdcbf9b3a3c8951ded8acba9e51dda_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:48fa9f99b3903a555e473fc6ca2664621433146d94ab567c1cb29ea924e4d282_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:731a9504e9911b105c909b11f69b1023f636f373f404d6c608302111f441e0a5_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:fa055641a506ae97ed9feec2d42b1d0553108cbf5e224e0449ce2d36710ffed9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:15e434410d5f5b65951a5bc5f5860295a0fcd7a70186583a2c194172ce47af6a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2c8f189090e91b78b0d981e3d1fb8e29c516da3fce30a7d01500788a845966f2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:684918ab48aab0e95b8f3997294084cfbc8d1a54b69ca2c85db9611ea43c29de_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:8277eb7e9dd3bf9b4bfba4d668968cdd1fbab204cb427f570ccf76ace2838ce0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42967fba6caf53a2803a417ed0f085a1bba078a44b80a4bd50978b95cbfc2ddc_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:89aabbe1685903482dd200470f3ea89be19bb6aeef6443a2d52cd7e5ce1036fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b247d306dcccda057e522750d35967a1eb9bde6a16f0367185b2b88e59c58516_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cafd371205d272b431bd18c98cad6906f079abe089a1bd347a4afe4092110dcd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4135e656d237ad471f004d1003c21d0d003785ab4e96cbb6537283affa7027c8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:794ef1d2afc5b727aea163e348c78b1db51270fe18a7032087fc91ba7714a6fe_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8852b6729dd3fe89fee5a0d40a980e66f2d39129ffbbaec66f04fa1a67147235_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8f04bcedf60775b28710d025a0db950aa051e804a8d541ec3030725684356969_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419455"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3 Python library that could lead to a Denial of Service condition. A remote, malicious server can exploit this flaw by responding to a client request with an HTTP message that uses an excessive number of chained compression algorithms. This unlimited decompression chain causes the client system to consume a virtually unbounded amount of CPU resources and memory. The high resource usage leads to service disruption, making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion",
"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 Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1197ddbba898fab012bba65029328ca7e89601bd9bd600e86ac705d1d770faa6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:130d7a867a403ec4e78ebb51b31b70de999869f40a08af796b6c03d4b2ab2d9f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:92142d9e0c6d4ce7c400225257b5ba65b96ea64963e148725a0ac74b239d90bf_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e1043190866c846c9a7e36e2ad675a9f1609e6265419f83310a936138686af4a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0509b6e806c267ddd92413e8ba9b45769a816d8600f836a28275b0b21a4c3b5b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:424ebfab2a8e3a792d9d9d06bf59a2b934c0cbfc2c2fe93c52cfe513d0cee68a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4d6077ee4537837e30898604c9076db61542ef587b03ba202a9f935c7a4bef9f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7238ebfc357b3e7dd1fe2a729d94e6b36aa003bdb928ea446c2d9784f8c4bd97_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02892ae5abb984a8016cd1e0003a911e88e3f5f2b47928bad6c3ee372aacfe20_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4d1e7ca4ea99d73c269e96037903680159ca0e2506a03fced43f002914a9623e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:8081be29ad8f88a4356c0a91febdc4e22e0648139b43ba88830c447217f52027_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:88b81439ec590b7e69f0e54222e8baf495b14ce7e86e61938bd5f3207a8f53d6_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:56a2201a99766b5fa825f11c2d8e7e9a77abd3d7fc4459c931b6f93b4aa648ef_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:756c2c6a79bfb89215dc218ea2cd1cd37ab6aa0cc1673397ec31834fbbfc0885_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8473237c3df9c8667a3b75f74bcf20a5be41525ad4f207e03f9172ba7d8e5592_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c78dfef02995bd0ac0acabeaa3d0ba5b4776d5c7c52b296a96b40419428cd5ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:69eeac8002044e68ec22119b94fe95b270ec798ac4ad525f06993a773aab387a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6f9df997bb4d924d11932a8c3c8085ca56047613085da604c25992b71f608abb_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a5a06c71d74437dcae891f84a8e0e055624a9bc602dda219c4219576e687925d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a86e8a5d0d81be477483a39327f9a9febe79f33dd77cc5f6a7ac6c35d064a715_arm64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:044d47930afa0388faad107510c8edfc20cf58e575fdb6a3052e98748b1f94fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:334a3cc1eb9c5716a0ce17ce4555d492e5d6e6176734c7e394e758452b53781f_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:478bec31b52c907ed8d1baa66093349c4a25f762e254ca654089944efb7b1622_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8fb63895a6cd6cfb65478a1e13c91c51f0e0a3fca4f9485355357fc19fd473ce_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9bb2d3ff2a97d0c3234e4864fc2d21ff278ce06e725e43c56f43e42bed97dd19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:07d6c6428acef30f990b6d3df65fbd2c6a6a06992f1e3b1fb7113a8799217f9c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:405aaacf1f71534e5f0c2dea3c8e5b5e7ef0335eae4b09fcb4ff5bb027c70ab0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:589da7e7297bfbab5d1ea8c406447c2832a1194528869ef4046acf1a4651e9ae_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f07600ca1141874684a486a159e47455bb8634863eb7ed23d318c6c95d0ae74b_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1aac55550194674f6ced2b8289d681fb1bcdcbf9b3a3c8951ded8acba9e51dda_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:48fa9f99b3903a555e473fc6ca2664621433146d94ab567c1cb29ea924e4d282_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:731a9504e9911b105c909b11f69b1023f636f373f404d6c608302111f441e0a5_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:fa055641a506ae97ed9feec2d42b1d0553108cbf5e224e0449ce2d36710ffed9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:15e434410d5f5b65951a5bc5f5860295a0fcd7a70186583a2c194172ce47af6a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2c8f189090e91b78b0d981e3d1fb8e29c516da3fce30a7d01500788a845966f2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:684918ab48aab0e95b8f3997294084cfbc8d1a54b69ca2c85db9611ea43c29de_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:8277eb7e9dd3bf9b4bfba4d668968cdd1fbab204cb427f570ccf76ace2838ce0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42967fba6caf53a2803a417ed0f085a1bba078a44b80a4bd50978b95cbfc2ddc_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:89aabbe1685903482dd200470f3ea89be19bb6aeef6443a2d52cd7e5ce1036fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b247d306dcccda057e522750d35967a1eb9bde6a16f0367185b2b88e59c58516_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cafd371205d272b431bd18c98cad6906f079abe089a1bd347a4afe4092110dcd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4135e656d237ad471f004d1003c21d0d003785ab4e96cbb6537283affa7027c8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:794ef1d2afc5b727aea163e348c78b1db51270fe18a7032087fc91ba7714a6fe_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8852b6729dd3fe89fee5a0d40a980e66f2d39129ffbbaec66f04fa1a67147235_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8f04bcedf60775b28710d025a0db950aa051e804a8d541ec3030725684356969_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "RHBZ#2419455",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419455"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66418"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8",
"url": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53"
}
],
"release_date": "2025-12-05T16:02:15.271000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-12T11:53:42+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1197ddbba898fab012bba65029328ca7e89601bd9bd600e86ac705d1d770faa6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:130d7a867a403ec4e78ebb51b31b70de999869f40a08af796b6c03d4b2ab2d9f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:92142d9e0c6d4ce7c400225257b5ba65b96ea64963e148725a0ac74b239d90bf_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e1043190866c846c9a7e36e2ad675a9f1609e6265419f83310a936138686af4a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0509b6e806c267ddd92413e8ba9b45769a816d8600f836a28275b0b21a4c3b5b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:424ebfab2a8e3a792d9d9d06bf59a2b934c0cbfc2c2fe93c52cfe513d0cee68a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4d6077ee4537837e30898604c9076db61542ef587b03ba202a9f935c7a4bef9f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7238ebfc357b3e7dd1fe2a729d94e6b36aa003bdb928ea446c2d9784f8c4bd97_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02892ae5abb984a8016cd1e0003a911e88e3f5f2b47928bad6c3ee372aacfe20_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4d1e7ca4ea99d73c269e96037903680159ca0e2506a03fced43f002914a9623e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:8081be29ad8f88a4356c0a91febdc4e22e0648139b43ba88830c447217f52027_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:88b81439ec590b7e69f0e54222e8baf495b14ce7e86e61938bd5f3207a8f53d6_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:56a2201a99766b5fa825f11c2d8e7e9a77abd3d7fc4459c931b6f93b4aa648ef_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:756c2c6a79bfb89215dc218ea2cd1cd37ab6aa0cc1673397ec31834fbbfc0885_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8473237c3df9c8667a3b75f74bcf20a5be41525ad4f207e03f9172ba7d8e5592_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c78dfef02995bd0ac0acabeaa3d0ba5b4776d5c7c52b296a96b40419428cd5ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:69eeac8002044e68ec22119b94fe95b270ec798ac4ad525f06993a773aab387a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6f9df997bb4d924d11932a8c3c8085ca56047613085da604c25992b71f608abb_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a5a06c71d74437dcae891f84a8e0e055624a9bc602dda219c4219576e687925d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a86e8a5d0d81be477483a39327f9a9febe79f33dd77cc5f6a7ac6c35d064a715_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4466"
}
],
"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 Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1197ddbba898fab012bba65029328ca7e89601bd9bd600e86ac705d1d770faa6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:130d7a867a403ec4e78ebb51b31b70de999869f40a08af796b6c03d4b2ab2d9f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:92142d9e0c6d4ce7c400225257b5ba65b96ea64963e148725a0ac74b239d90bf_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e1043190866c846c9a7e36e2ad675a9f1609e6265419f83310a936138686af4a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0509b6e806c267ddd92413e8ba9b45769a816d8600f836a28275b0b21a4c3b5b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:424ebfab2a8e3a792d9d9d06bf59a2b934c0cbfc2c2fe93c52cfe513d0cee68a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4d6077ee4537837e30898604c9076db61542ef587b03ba202a9f935c7a4bef9f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7238ebfc357b3e7dd1fe2a729d94e6b36aa003bdb928ea446c2d9784f8c4bd97_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:044d47930afa0388faad107510c8edfc20cf58e575fdb6a3052e98748b1f94fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:334a3cc1eb9c5716a0ce17ce4555d492e5d6e6176734c7e394e758452b53781f_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:478bec31b52c907ed8d1baa66093349c4a25f762e254ca654089944efb7b1622_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8fb63895a6cd6cfb65478a1e13c91c51f0e0a3fca4f9485355357fc19fd473ce_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9bb2d3ff2a97d0c3234e4864fc2d21ff278ce06e725e43c56f43e42bed97dd19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:07d6c6428acef30f990b6d3df65fbd2c6a6a06992f1e3b1fb7113a8799217f9c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:405aaacf1f71534e5f0c2dea3c8e5b5e7ef0335eae4b09fcb4ff5bb027c70ab0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:589da7e7297bfbab5d1ea8c406447c2832a1194528869ef4046acf1a4651e9ae_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f07600ca1141874684a486a159e47455bb8634863eb7ed23d318c6c95d0ae74b_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1aac55550194674f6ced2b8289d681fb1bcdcbf9b3a3c8951ded8acba9e51dda_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:48fa9f99b3903a555e473fc6ca2664621433146d94ab567c1cb29ea924e4d282_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:731a9504e9911b105c909b11f69b1023f636f373f404d6c608302111f441e0a5_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:fa055641a506ae97ed9feec2d42b1d0553108cbf5e224e0449ce2d36710ffed9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02892ae5abb984a8016cd1e0003a911e88e3f5f2b47928bad6c3ee372aacfe20_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4d1e7ca4ea99d73c269e96037903680159ca0e2506a03fced43f002914a9623e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:8081be29ad8f88a4356c0a91febdc4e22e0648139b43ba88830c447217f52027_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:88b81439ec590b7e69f0e54222e8baf495b14ce7e86e61938bd5f3207a8f53d6_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:56a2201a99766b5fa825f11c2d8e7e9a77abd3d7fc4459c931b6f93b4aa648ef_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:756c2c6a79bfb89215dc218ea2cd1cd37ab6aa0cc1673397ec31834fbbfc0885_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8473237c3df9c8667a3b75f74bcf20a5be41525ad4f207e03f9172ba7d8e5592_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c78dfef02995bd0ac0acabeaa3d0ba5b4776d5c7c52b296a96b40419428cd5ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:15e434410d5f5b65951a5bc5f5860295a0fcd7a70186583a2c194172ce47af6a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2c8f189090e91b78b0d981e3d1fb8e29c516da3fce30a7d01500788a845966f2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:684918ab48aab0e95b8f3997294084cfbc8d1a54b69ca2c85db9611ea43c29de_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:8277eb7e9dd3bf9b4bfba4d668968cdd1fbab204cb427f570ccf76ace2838ce0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42967fba6caf53a2803a417ed0f085a1bba078a44b80a4bd50978b95cbfc2ddc_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:89aabbe1685903482dd200470f3ea89be19bb6aeef6443a2d52cd7e5ce1036fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b247d306dcccda057e522750d35967a1eb9bde6a16f0367185b2b88e59c58516_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cafd371205d272b431bd18c98cad6906f079abe089a1bd347a4afe4092110dcd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:69eeac8002044e68ec22119b94fe95b270ec798ac4ad525f06993a773aab387a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6f9df997bb4d924d11932a8c3c8085ca56047613085da604c25992b71f608abb_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a5a06c71d74437dcae891f84a8e0e055624a9bc602dda219c4219576e687925d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a86e8a5d0d81be477483a39327f9a9febe79f33dd77cc5f6a7ac6c35d064a715_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4135e656d237ad471f004d1003c21d0d003785ab4e96cbb6537283affa7027c8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:794ef1d2afc5b727aea163e348c78b1db51270fe18a7032087fc91ba7714a6fe_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8852b6729dd3fe89fee5a0d40a980e66f2d39129ffbbaec66f04fa1a67147235_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8f04bcedf60775b28710d025a0db950aa051e804a8d541ec3030725684356969_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion"
},
{
"cve": "CVE-2025-66471",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2025-12-05T17:02:21.597728+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:044d47930afa0388faad107510c8edfc20cf58e575fdb6a3052e98748b1f94fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:334a3cc1eb9c5716a0ce17ce4555d492e5d6e6176734c7e394e758452b53781f_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:478bec31b52c907ed8d1baa66093349c4a25f762e254ca654089944efb7b1622_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8fb63895a6cd6cfb65478a1e13c91c51f0e0a3fca4f9485355357fc19fd473ce_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9bb2d3ff2a97d0c3234e4864fc2d21ff278ce06e725e43c56f43e42bed97dd19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:07d6c6428acef30f990b6d3df65fbd2c6a6a06992f1e3b1fb7113a8799217f9c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:405aaacf1f71534e5f0c2dea3c8e5b5e7ef0335eae4b09fcb4ff5bb027c70ab0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:589da7e7297bfbab5d1ea8c406447c2832a1194528869ef4046acf1a4651e9ae_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f07600ca1141874684a486a159e47455bb8634863eb7ed23d318c6c95d0ae74b_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1aac55550194674f6ced2b8289d681fb1bcdcbf9b3a3c8951ded8acba9e51dda_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:48fa9f99b3903a555e473fc6ca2664621433146d94ab567c1cb29ea924e4d282_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:731a9504e9911b105c909b11f69b1023f636f373f404d6c608302111f441e0a5_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:fa055641a506ae97ed9feec2d42b1d0553108cbf5e224e0449ce2d36710ffed9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:15e434410d5f5b65951a5bc5f5860295a0fcd7a70186583a2c194172ce47af6a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2c8f189090e91b78b0d981e3d1fb8e29c516da3fce30a7d01500788a845966f2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:684918ab48aab0e95b8f3997294084cfbc8d1a54b69ca2c85db9611ea43c29de_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:8277eb7e9dd3bf9b4bfba4d668968cdd1fbab204cb427f570ccf76ace2838ce0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42967fba6caf53a2803a417ed0f085a1bba078a44b80a4bd50978b95cbfc2ddc_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:89aabbe1685903482dd200470f3ea89be19bb6aeef6443a2d52cd7e5ce1036fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b247d306dcccda057e522750d35967a1eb9bde6a16f0367185b2b88e59c58516_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cafd371205d272b431bd18c98cad6906f079abe089a1bd347a4afe4092110dcd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4135e656d237ad471f004d1003c21d0d003785ab4e96cbb6537283affa7027c8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:794ef1d2afc5b727aea163e348c78b1db51270fe18a7032087fc91ba7714a6fe_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8852b6729dd3fe89fee5a0d40a980e66f2d39129ffbbaec66f04fa1a67147235_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8f04bcedf60775b28710d025a0db950aa051e804a8d541ec3030725684356969_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419467"
}
],
"notes": [
{
"category": "description",
"text": "A decompression handling flaw has been discovered in urllib3. When streaming a compressed response, urllib3 can perform decoding or decompression based on the HTTP Content-Encoding header (e.g., gzip, deflate, br, or zstd). The library must read compressed data from the network and decompress it until the requested chunk size is met. Any resulting decompressed data that exceeds the requested amount is held in an internal buffer for the next read operation. The decompression logic could cause urllib3 to fully decode a small amount of highly compressed data in a single operation. This can result in excessive resource consumption (high CPU usage and massive memory allocation for the decompressed data; CWE-409) on the client side, even if the application only requested a small chunk of data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3 Streaming API improperly handles highly compressed data",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1197ddbba898fab012bba65029328ca7e89601bd9bd600e86ac705d1d770faa6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:130d7a867a403ec4e78ebb51b31b70de999869f40a08af796b6c03d4b2ab2d9f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:92142d9e0c6d4ce7c400225257b5ba65b96ea64963e148725a0ac74b239d90bf_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e1043190866c846c9a7e36e2ad675a9f1609e6265419f83310a936138686af4a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0509b6e806c267ddd92413e8ba9b45769a816d8600f836a28275b0b21a4c3b5b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:424ebfab2a8e3a792d9d9d06bf59a2b934c0cbfc2c2fe93c52cfe513d0cee68a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4d6077ee4537837e30898604c9076db61542ef587b03ba202a9f935c7a4bef9f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7238ebfc357b3e7dd1fe2a729d94e6b36aa003bdb928ea446c2d9784f8c4bd97_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02892ae5abb984a8016cd1e0003a911e88e3f5f2b47928bad6c3ee372aacfe20_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4d1e7ca4ea99d73c269e96037903680159ca0e2506a03fced43f002914a9623e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:8081be29ad8f88a4356c0a91febdc4e22e0648139b43ba88830c447217f52027_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:88b81439ec590b7e69f0e54222e8baf495b14ce7e86e61938bd5f3207a8f53d6_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:56a2201a99766b5fa825f11c2d8e7e9a77abd3d7fc4459c931b6f93b4aa648ef_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:756c2c6a79bfb89215dc218ea2cd1cd37ab6aa0cc1673397ec31834fbbfc0885_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8473237c3df9c8667a3b75f74bcf20a5be41525ad4f207e03f9172ba7d8e5592_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c78dfef02995bd0ac0acabeaa3d0ba5b4776d5c7c52b296a96b40419428cd5ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:69eeac8002044e68ec22119b94fe95b270ec798ac4ad525f06993a773aab387a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6f9df997bb4d924d11932a8c3c8085ca56047613085da604c25992b71f608abb_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a5a06c71d74437dcae891f84a8e0e055624a9bc602dda219c4219576e687925d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a86e8a5d0d81be477483a39327f9a9febe79f33dd77cc5f6a7ac6c35d064a715_arm64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:044d47930afa0388faad107510c8edfc20cf58e575fdb6a3052e98748b1f94fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:334a3cc1eb9c5716a0ce17ce4555d492e5d6e6176734c7e394e758452b53781f_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:478bec31b52c907ed8d1baa66093349c4a25f762e254ca654089944efb7b1622_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8fb63895a6cd6cfb65478a1e13c91c51f0e0a3fca4f9485355357fc19fd473ce_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9bb2d3ff2a97d0c3234e4864fc2d21ff278ce06e725e43c56f43e42bed97dd19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:07d6c6428acef30f990b6d3df65fbd2c6a6a06992f1e3b1fb7113a8799217f9c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:405aaacf1f71534e5f0c2dea3c8e5b5e7ef0335eae4b09fcb4ff5bb027c70ab0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:589da7e7297bfbab5d1ea8c406447c2832a1194528869ef4046acf1a4651e9ae_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f07600ca1141874684a486a159e47455bb8634863eb7ed23d318c6c95d0ae74b_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1aac55550194674f6ced2b8289d681fb1bcdcbf9b3a3c8951ded8acba9e51dda_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:48fa9f99b3903a555e473fc6ca2664621433146d94ab567c1cb29ea924e4d282_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:731a9504e9911b105c909b11f69b1023f636f373f404d6c608302111f441e0a5_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:fa055641a506ae97ed9feec2d42b1d0553108cbf5e224e0449ce2d36710ffed9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:15e434410d5f5b65951a5bc5f5860295a0fcd7a70186583a2c194172ce47af6a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2c8f189090e91b78b0d981e3d1fb8e29c516da3fce30a7d01500788a845966f2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:684918ab48aab0e95b8f3997294084cfbc8d1a54b69ca2c85db9611ea43c29de_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:8277eb7e9dd3bf9b4bfba4d668968cdd1fbab204cb427f570ccf76ace2838ce0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42967fba6caf53a2803a417ed0f085a1bba078a44b80a4bd50978b95cbfc2ddc_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:89aabbe1685903482dd200470f3ea89be19bb6aeef6443a2d52cd7e5ce1036fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b247d306dcccda057e522750d35967a1eb9bde6a16f0367185b2b88e59c58516_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cafd371205d272b431bd18c98cad6906f079abe089a1bd347a4afe4092110dcd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4135e656d237ad471f004d1003c21d0d003785ab4e96cbb6537283affa7027c8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:794ef1d2afc5b727aea163e348c78b1db51270fe18a7032087fc91ba7714a6fe_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8852b6729dd3fe89fee5a0d40a980e66f2d39129ffbbaec66f04fa1a67147235_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8f04bcedf60775b28710d025a0db950aa051e804a8d541ec3030725684356969_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66471"
},
{
"category": "external",
"summary": "RHBZ#2419467",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419467"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66471",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66471"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66471",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66471"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/c19571de34c47de3a766541b041637ba5f716ed7",
"url": "https://github.com/urllib3/urllib3/commit/c19571de34c47de3a766541b041637ba5f716ed7"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-2xpw-w6gg-jr37",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-2xpw-w6gg-jr37"
}
],
"release_date": "2025-12-05T16:06:08.531000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-12T11:53:42+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1197ddbba898fab012bba65029328ca7e89601bd9bd600e86ac705d1d770faa6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:130d7a867a403ec4e78ebb51b31b70de999869f40a08af796b6c03d4b2ab2d9f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:92142d9e0c6d4ce7c400225257b5ba65b96ea64963e148725a0ac74b239d90bf_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e1043190866c846c9a7e36e2ad675a9f1609e6265419f83310a936138686af4a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0509b6e806c267ddd92413e8ba9b45769a816d8600f836a28275b0b21a4c3b5b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:424ebfab2a8e3a792d9d9d06bf59a2b934c0cbfc2c2fe93c52cfe513d0cee68a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4d6077ee4537837e30898604c9076db61542ef587b03ba202a9f935c7a4bef9f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7238ebfc357b3e7dd1fe2a729d94e6b36aa003bdb928ea446c2d9784f8c4bd97_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02892ae5abb984a8016cd1e0003a911e88e3f5f2b47928bad6c3ee372aacfe20_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4d1e7ca4ea99d73c269e96037903680159ca0e2506a03fced43f002914a9623e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:8081be29ad8f88a4356c0a91febdc4e22e0648139b43ba88830c447217f52027_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:88b81439ec590b7e69f0e54222e8baf495b14ce7e86e61938bd5f3207a8f53d6_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:56a2201a99766b5fa825f11c2d8e7e9a77abd3d7fc4459c931b6f93b4aa648ef_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:756c2c6a79bfb89215dc218ea2cd1cd37ab6aa0cc1673397ec31834fbbfc0885_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8473237c3df9c8667a3b75f74bcf20a5be41525ad4f207e03f9172ba7d8e5592_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c78dfef02995bd0ac0acabeaa3d0ba5b4776d5c7c52b296a96b40419428cd5ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:69eeac8002044e68ec22119b94fe95b270ec798ac4ad525f06993a773aab387a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6f9df997bb4d924d11932a8c3c8085ca56047613085da604c25992b71f608abb_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a5a06c71d74437dcae891f84a8e0e055624a9bc602dda219c4219576e687925d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a86e8a5d0d81be477483a39327f9a9febe79f33dd77cc5f6a7ac6c35d064a715_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4466"
},
{
"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 Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1197ddbba898fab012bba65029328ca7e89601bd9bd600e86ac705d1d770faa6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:130d7a867a403ec4e78ebb51b31b70de999869f40a08af796b6c03d4b2ab2d9f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:92142d9e0c6d4ce7c400225257b5ba65b96ea64963e148725a0ac74b239d90bf_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e1043190866c846c9a7e36e2ad675a9f1609e6265419f83310a936138686af4a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0509b6e806c267ddd92413e8ba9b45769a816d8600f836a28275b0b21a4c3b5b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:424ebfab2a8e3a792d9d9d06bf59a2b934c0cbfc2c2fe93c52cfe513d0cee68a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4d6077ee4537837e30898604c9076db61542ef587b03ba202a9f935c7a4bef9f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7238ebfc357b3e7dd1fe2a729d94e6b36aa003bdb928ea446c2d9784f8c4bd97_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:044d47930afa0388faad107510c8edfc20cf58e575fdb6a3052e98748b1f94fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:334a3cc1eb9c5716a0ce17ce4555d492e5d6e6176734c7e394e758452b53781f_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:478bec31b52c907ed8d1baa66093349c4a25f762e254ca654089944efb7b1622_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8fb63895a6cd6cfb65478a1e13c91c51f0e0a3fca4f9485355357fc19fd473ce_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9bb2d3ff2a97d0c3234e4864fc2d21ff278ce06e725e43c56f43e42bed97dd19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:07d6c6428acef30f990b6d3df65fbd2c6a6a06992f1e3b1fb7113a8799217f9c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:405aaacf1f71534e5f0c2dea3c8e5b5e7ef0335eae4b09fcb4ff5bb027c70ab0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:589da7e7297bfbab5d1ea8c406447c2832a1194528869ef4046acf1a4651e9ae_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f07600ca1141874684a486a159e47455bb8634863eb7ed23d318c6c95d0ae74b_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1aac55550194674f6ced2b8289d681fb1bcdcbf9b3a3c8951ded8acba9e51dda_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:48fa9f99b3903a555e473fc6ca2664621433146d94ab567c1cb29ea924e4d282_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:731a9504e9911b105c909b11f69b1023f636f373f404d6c608302111f441e0a5_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:fa055641a506ae97ed9feec2d42b1d0553108cbf5e224e0449ce2d36710ffed9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02892ae5abb984a8016cd1e0003a911e88e3f5f2b47928bad6c3ee372aacfe20_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4d1e7ca4ea99d73c269e96037903680159ca0e2506a03fced43f002914a9623e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:8081be29ad8f88a4356c0a91febdc4e22e0648139b43ba88830c447217f52027_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:88b81439ec590b7e69f0e54222e8baf495b14ce7e86e61938bd5f3207a8f53d6_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:56a2201a99766b5fa825f11c2d8e7e9a77abd3d7fc4459c931b6f93b4aa648ef_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:756c2c6a79bfb89215dc218ea2cd1cd37ab6aa0cc1673397ec31834fbbfc0885_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8473237c3df9c8667a3b75f74bcf20a5be41525ad4f207e03f9172ba7d8e5592_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c78dfef02995bd0ac0acabeaa3d0ba5b4776d5c7c52b296a96b40419428cd5ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:15e434410d5f5b65951a5bc5f5860295a0fcd7a70186583a2c194172ce47af6a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2c8f189090e91b78b0d981e3d1fb8e29c516da3fce30a7d01500788a845966f2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:684918ab48aab0e95b8f3997294084cfbc8d1a54b69ca2c85db9611ea43c29de_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:8277eb7e9dd3bf9b4bfba4d668968cdd1fbab204cb427f570ccf76ace2838ce0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42967fba6caf53a2803a417ed0f085a1bba078a44b80a4bd50978b95cbfc2ddc_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:89aabbe1685903482dd200470f3ea89be19bb6aeef6443a2d52cd7e5ce1036fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b247d306dcccda057e522750d35967a1eb9bde6a16f0367185b2b88e59c58516_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cafd371205d272b431bd18c98cad6906f079abe089a1bd347a4afe4092110dcd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:69eeac8002044e68ec22119b94fe95b270ec798ac4ad525f06993a773aab387a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6f9df997bb4d924d11932a8c3c8085ca56047613085da604c25992b71f608abb_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a5a06c71d74437dcae891f84a8e0e055624a9bc602dda219c4219576e687925d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a86e8a5d0d81be477483a39327f9a9febe79f33dd77cc5f6a7ac6c35d064a715_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4135e656d237ad471f004d1003c21d0d003785ab4e96cbb6537283affa7027c8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:794ef1d2afc5b727aea163e348c78b1db51270fe18a7032087fc91ba7714a6fe_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8852b6729dd3fe89fee5a0d40a980e66f2d39129ffbbaec66f04fa1a67147235_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8f04bcedf60775b28710d025a0db950aa051e804a8d541ec3030725684356969_s390x"
]
}
],
"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 Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1197ddbba898fab012bba65029328ca7e89601bd9bd600e86ac705d1d770faa6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:130d7a867a403ec4e78ebb51b31b70de999869f40a08af796b6c03d4b2ab2d9f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:92142d9e0c6d4ce7c400225257b5ba65b96ea64963e148725a0ac74b239d90bf_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e1043190866c846c9a7e36e2ad675a9f1609e6265419f83310a936138686af4a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0509b6e806c267ddd92413e8ba9b45769a816d8600f836a28275b0b21a4c3b5b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:424ebfab2a8e3a792d9d9d06bf59a2b934c0cbfc2c2fe93c52cfe513d0cee68a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4d6077ee4537837e30898604c9076db61542ef587b03ba202a9f935c7a4bef9f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7238ebfc357b3e7dd1fe2a729d94e6b36aa003bdb928ea446c2d9784f8c4bd97_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:044d47930afa0388faad107510c8edfc20cf58e575fdb6a3052e98748b1f94fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:334a3cc1eb9c5716a0ce17ce4555d492e5d6e6176734c7e394e758452b53781f_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:478bec31b52c907ed8d1baa66093349c4a25f762e254ca654089944efb7b1622_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8fb63895a6cd6cfb65478a1e13c91c51f0e0a3fca4f9485355357fc19fd473ce_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9bb2d3ff2a97d0c3234e4864fc2d21ff278ce06e725e43c56f43e42bed97dd19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:07d6c6428acef30f990b6d3df65fbd2c6a6a06992f1e3b1fb7113a8799217f9c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:405aaacf1f71534e5f0c2dea3c8e5b5e7ef0335eae4b09fcb4ff5bb027c70ab0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:589da7e7297bfbab5d1ea8c406447c2832a1194528869ef4046acf1a4651e9ae_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f07600ca1141874684a486a159e47455bb8634863eb7ed23d318c6c95d0ae74b_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1aac55550194674f6ced2b8289d681fb1bcdcbf9b3a3c8951ded8acba9e51dda_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:48fa9f99b3903a555e473fc6ca2664621433146d94ab567c1cb29ea924e4d282_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:731a9504e9911b105c909b11f69b1023f636f373f404d6c608302111f441e0a5_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:fa055641a506ae97ed9feec2d42b1d0553108cbf5e224e0449ce2d36710ffed9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02892ae5abb984a8016cd1e0003a911e88e3f5f2b47928bad6c3ee372aacfe20_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4d1e7ca4ea99d73c269e96037903680159ca0e2506a03fced43f002914a9623e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:8081be29ad8f88a4356c0a91febdc4e22e0648139b43ba88830c447217f52027_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:88b81439ec590b7e69f0e54222e8baf495b14ce7e86e61938bd5f3207a8f53d6_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:56a2201a99766b5fa825f11c2d8e7e9a77abd3d7fc4459c931b6f93b4aa648ef_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:756c2c6a79bfb89215dc218ea2cd1cd37ab6aa0cc1673397ec31834fbbfc0885_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8473237c3df9c8667a3b75f74bcf20a5be41525ad4f207e03f9172ba7d8e5592_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c78dfef02995bd0ac0acabeaa3d0ba5b4776d5c7c52b296a96b40419428cd5ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:15e434410d5f5b65951a5bc5f5860295a0fcd7a70186583a2c194172ce47af6a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2c8f189090e91b78b0d981e3d1fb8e29c516da3fce30a7d01500788a845966f2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:684918ab48aab0e95b8f3997294084cfbc8d1a54b69ca2c85db9611ea43c29de_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:8277eb7e9dd3bf9b4bfba4d668968cdd1fbab204cb427f570ccf76ace2838ce0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42967fba6caf53a2803a417ed0f085a1bba078a44b80a4bd50978b95cbfc2ddc_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:89aabbe1685903482dd200470f3ea89be19bb6aeef6443a2d52cd7e5ce1036fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b247d306dcccda057e522750d35967a1eb9bde6a16f0367185b2b88e59c58516_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cafd371205d272b431bd18c98cad6906f079abe089a1bd347a4afe4092110dcd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:69eeac8002044e68ec22119b94fe95b270ec798ac4ad525f06993a773aab387a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6f9df997bb4d924d11932a8c3c8085ca56047613085da604c25992b71f608abb_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a5a06c71d74437dcae891f84a8e0e055624a9bc602dda219c4219576e687925d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a86e8a5d0d81be477483a39327f9a9febe79f33dd77cc5f6a7ac6c35d064a715_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4135e656d237ad471f004d1003c21d0d003785ab4e96cbb6537283affa7027c8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:794ef1d2afc5b727aea163e348c78b1db51270fe18a7032087fc91ba7714a6fe_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8852b6729dd3fe89fee5a0d40a980e66f2d39129ffbbaec66f04fa1a67147235_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8f04bcedf60775b28710d025a0db950aa051e804a8d541ec3030725684356969_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3 Streaming API improperly handles highly compressed data"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1197ddbba898fab012bba65029328ca7e89601bd9bd600e86ac705d1d770faa6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:130d7a867a403ec4e78ebb51b31b70de999869f40a08af796b6c03d4b2ab2d9f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:92142d9e0c6d4ce7c400225257b5ba65b96ea64963e148725a0ac74b239d90bf_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e1043190866c846c9a7e36e2ad675a9f1609e6265419f83310a936138686af4a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0509b6e806c267ddd92413e8ba9b45769a816d8600f836a28275b0b21a4c3b5b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:424ebfab2a8e3a792d9d9d06bf59a2b934c0cbfc2c2fe93c52cfe513d0cee68a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4d6077ee4537837e30898604c9076db61542ef587b03ba202a9f935c7a4bef9f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7238ebfc357b3e7dd1fe2a729d94e6b36aa003bdb928ea446c2d9784f8c4bd97_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9bb2d3ff2a97d0c3234e4864fc2d21ff278ce06e725e43c56f43e42bed97dd19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:07d6c6428acef30f990b6d3df65fbd2c6a6a06992f1e3b1fb7113a8799217f9c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:405aaacf1f71534e5f0c2dea3c8e5b5e7ef0335eae4b09fcb4ff5bb027c70ab0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:589da7e7297bfbab5d1ea8c406447c2832a1194528869ef4046acf1a4651e9ae_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f07600ca1141874684a486a159e47455bb8634863eb7ed23d318c6c95d0ae74b_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1aac55550194674f6ced2b8289d681fb1bcdcbf9b3a3c8951ded8acba9e51dda_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:48fa9f99b3903a555e473fc6ca2664621433146d94ab567c1cb29ea924e4d282_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:731a9504e9911b105c909b11f69b1023f636f373f404d6c608302111f441e0a5_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:fa055641a506ae97ed9feec2d42b1d0553108cbf5e224e0449ce2d36710ffed9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02892ae5abb984a8016cd1e0003a911e88e3f5f2b47928bad6c3ee372aacfe20_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4d1e7ca4ea99d73c269e96037903680159ca0e2506a03fced43f002914a9623e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:8081be29ad8f88a4356c0a91febdc4e22e0648139b43ba88830c447217f52027_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:88b81439ec590b7e69f0e54222e8baf495b14ce7e86e61938bd5f3207a8f53d6_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:56a2201a99766b5fa825f11c2d8e7e9a77abd3d7fc4459c931b6f93b4aa648ef_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:756c2c6a79bfb89215dc218ea2cd1cd37ab6aa0cc1673397ec31834fbbfc0885_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8473237c3df9c8667a3b75f74bcf20a5be41525ad4f207e03f9172ba7d8e5592_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c78dfef02995bd0ac0acabeaa3d0ba5b4776d5c7c52b296a96b40419428cd5ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:15e434410d5f5b65951a5bc5f5860295a0fcd7a70186583a2c194172ce47af6a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2c8f189090e91b78b0d981e3d1fb8e29c516da3fce30a7d01500788a845966f2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:684918ab48aab0e95b8f3997294084cfbc8d1a54b69ca2c85db9611ea43c29de_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:8277eb7e9dd3bf9b4bfba4d668968cdd1fbab204cb427f570ccf76ace2838ce0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42967fba6caf53a2803a417ed0f085a1bba078a44b80a4bd50978b95cbfc2ddc_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:89aabbe1685903482dd200470f3ea89be19bb6aeef6443a2d52cd7e5ce1036fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b247d306dcccda057e522750d35967a1eb9bde6a16f0367185b2b88e59c58516_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cafd371205d272b431bd18c98cad6906f079abe089a1bd347a4afe4092110dcd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:69eeac8002044e68ec22119b94fe95b270ec798ac4ad525f06993a773aab387a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6f9df997bb4d924d11932a8c3c8085ca56047613085da604c25992b71f608abb_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a5a06c71d74437dcae891f84a8e0e055624a9bc602dda219c4219576e687925d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a86e8a5d0d81be477483a39327f9a9febe79f33dd77cc5f6a7ac6c35d064a715_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4135e656d237ad471f004d1003c21d0d003785ab4e96cbb6537283affa7027c8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:794ef1d2afc5b727aea163e348c78b1db51270fe18a7032087fc91ba7714a6fe_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8852b6729dd3fe89fee5a0d40a980e66f2d39129ffbbaec66f04fa1a67147235_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8f04bcedf60775b28710d025a0db950aa051e804a8d541ec3030725684356969_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:044d47930afa0388faad107510c8edfc20cf58e575fdb6a3052e98748b1f94fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:334a3cc1eb9c5716a0ce17ce4555d492e5d6e6176734c7e394e758452b53781f_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:478bec31b52c907ed8d1baa66093349c4a25f762e254ca654089944efb7b1622_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8fb63895a6cd6cfb65478a1e13c91c51f0e0a3fca4f9485355357fc19fd473ce_arm64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1197ddbba898fab012bba65029328ca7e89601bd9bd600e86ac705d1d770faa6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:130d7a867a403ec4e78ebb51b31b70de999869f40a08af796b6c03d4b2ab2d9f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:92142d9e0c6d4ce7c400225257b5ba65b96ea64963e148725a0ac74b239d90bf_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e1043190866c846c9a7e36e2ad675a9f1609e6265419f83310a936138686af4a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0509b6e806c267ddd92413e8ba9b45769a816d8600f836a28275b0b21a4c3b5b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:424ebfab2a8e3a792d9d9d06bf59a2b934c0cbfc2c2fe93c52cfe513d0cee68a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4d6077ee4537837e30898604c9076db61542ef587b03ba202a9f935c7a4bef9f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7238ebfc357b3e7dd1fe2a729d94e6b36aa003bdb928ea446c2d9784f8c4bd97_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9bb2d3ff2a97d0c3234e4864fc2d21ff278ce06e725e43c56f43e42bed97dd19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:07d6c6428acef30f990b6d3df65fbd2c6a6a06992f1e3b1fb7113a8799217f9c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:405aaacf1f71534e5f0c2dea3c8e5b5e7ef0335eae4b09fcb4ff5bb027c70ab0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:589da7e7297bfbab5d1ea8c406447c2832a1194528869ef4046acf1a4651e9ae_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f07600ca1141874684a486a159e47455bb8634863eb7ed23d318c6c95d0ae74b_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1aac55550194674f6ced2b8289d681fb1bcdcbf9b3a3c8951ded8acba9e51dda_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:48fa9f99b3903a555e473fc6ca2664621433146d94ab567c1cb29ea924e4d282_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:731a9504e9911b105c909b11f69b1023f636f373f404d6c608302111f441e0a5_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:fa055641a506ae97ed9feec2d42b1d0553108cbf5e224e0449ce2d36710ffed9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02892ae5abb984a8016cd1e0003a911e88e3f5f2b47928bad6c3ee372aacfe20_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4d1e7ca4ea99d73c269e96037903680159ca0e2506a03fced43f002914a9623e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:8081be29ad8f88a4356c0a91febdc4e22e0648139b43ba88830c447217f52027_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:88b81439ec590b7e69f0e54222e8baf495b14ce7e86e61938bd5f3207a8f53d6_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:56a2201a99766b5fa825f11c2d8e7e9a77abd3d7fc4459c931b6f93b4aa648ef_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:756c2c6a79bfb89215dc218ea2cd1cd37ab6aa0cc1673397ec31834fbbfc0885_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8473237c3df9c8667a3b75f74bcf20a5be41525ad4f207e03f9172ba7d8e5592_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c78dfef02995bd0ac0acabeaa3d0ba5b4776d5c7c52b296a96b40419428cd5ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:15e434410d5f5b65951a5bc5f5860295a0fcd7a70186583a2c194172ce47af6a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2c8f189090e91b78b0d981e3d1fb8e29c516da3fce30a7d01500788a845966f2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:684918ab48aab0e95b8f3997294084cfbc8d1a54b69ca2c85db9611ea43c29de_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:8277eb7e9dd3bf9b4bfba4d668968cdd1fbab204cb427f570ccf76ace2838ce0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42967fba6caf53a2803a417ed0f085a1bba078a44b80a4bd50978b95cbfc2ddc_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:89aabbe1685903482dd200470f3ea89be19bb6aeef6443a2d52cd7e5ce1036fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b247d306dcccda057e522750d35967a1eb9bde6a16f0367185b2b88e59c58516_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cafd371205d272b431bd18c98cad6906f079abe089a1bd347a4afe4092110dcd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:69eeac8002044e68ec22119b94fe95b270ec798ac4ad525f06993a773aab387a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6f9df997bb4d924d11932a8c3c8085ca56047613085da604c25992b71f608abb_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a5a06c71d74437dcae891f84a8e0e055624a9bc602dda219c4219576e687925d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a86e8a5d0d81be477483a39327f9a9febe79f33dd77cc5f6a7ac6c35d064a715_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4135e656d237ad471f004d1003c21d0d003785ab4e96cbb6537283affa7027c8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:794ef1d2afc5b727aea163e348c78b1db51270fe18a7032087fc91ba7714a6fe_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8852b6729dd3fe89fee5a0d40a980e66f2d39129ffbbaec66f04fa1a67147235_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8f04bcedf60775b28710d025a0db950aa051e804a8d541ec3030725684356969_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-12T11:53:42+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:044d47930afa0388faad107510c8edfc20cf58e575fdb6a3052e98748b1f94fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:334a3cc1eb9c5716a0ce17ce4555d492e5d6e6176734c7e394e758452b53781f_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:478bec31b52c907ed8d1baa66093349c4a25f762e254ca654089944efb7b1622_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8fb63895a6cd6cfb65478a1e13c91c51f0e0a3fca4f9485355357fc19fd473ce_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4466"
}
],
"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": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1197ddbba898fab012bba65029328ca7e89601bd9bd600e86ac705d1d770faa6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:130d7a867a403ec4e78ebb51b31b70de999869f40a08af796b6c03d4b2ab2d9f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:92142d9e0c6d4ce7c400225257b5ba65b96ea64963e148725a0ac74b239d90bf_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e1043190866c846c9a7e36e2ad675a9f1609e6265419f83310a936138686af4a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0509b6e806c267ddd92413e8ba9b45769a816d8600f836a28275b0b21a4c3b5b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:424ebfab2a8e3a792d9d9d06bf59a2b934c0cbfc2c2fe93c52cfe513d0cee68a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4d6077ee4537837e30898604c9076db61542ef587b03ba202a9f935c7a4bef9f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7238ebfc357b3e7dd1fe2a729d94e6b36aa003bdb928ea446c2d9784f8c4bd97_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:044d47930afa0388faad107510c8edfc20cf58e575fdb6a3052e98748b1f94fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:334a3cc1eb9c5716a0ce17ce4555d492e5d6e6176734c7e394e758452b53781f_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:478bec31b52c907ed8d1baa66093349c4a25f762e254ca654089944efb7b1622_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8fb63895a6cd6cfb65478a1e13c91c51f0e0a3fca4f9485355357fc19fd473ce_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9bb2d3ff2a97d0c3234e4864fc2d21ff278ce06e725e43c56f43e42bed97dd19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:07d6c6428acef30f990b6d3df65fbd2c6a6a06992f1e3b1fb7113a8799217f9c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:405aaacf1f71534e5f0c2dea3c8e5b5e7ef0335eae4b09fcb4ff5bb027c70ab0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:589da7e7297bfbab5d1ea8c406447c2832a1194528869ef4046acf1a4651e9ae_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f07600ca1141874684a486a159e47455bb8634863eb7ed23d318c6c95d0ae74b_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1aac55550194674f6ced2b8289d681fb1bcdcbf9b3a3c8951ded8acba9e51dda_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:48fa9f99b3903a555e473fc6ca2664621433146d94ab567c1cb29ea924e4d282_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:731a9504e9911b105c909b11f69b1023f636f373f404d6c608302111f441e0a5_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:fa055641a506ae97ed9feec2d42b1d0553108cbf5e224e0449ce2d36710ffed9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02892ae5abb984a8016cd1e0003a911e88e3f5f2b47928bad6c3ee372aacfe20_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4d1e7ca4ea99d73c269e96037903680159ca0e2506a03fced43f002914a9623e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:8081be29ad8f88a4356c0a91febdc4e22e0648139b43ba88830c447217f52027_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:88b81439ec590b7e69f0e54222e8baf495b14ce7e86e61938bd5f3207a8f53d6_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:56a2201a99766b5fa825f11c2d8e7e9a77abd3d7fc4459c931b6f93b4aa648ef_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:756c2c6a79bfb89215dc218ea2cd1cd37ab6aa0cc1673397ec31834fbbfc0885_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8473237c3df9c8667a3b75f74bcf20a5be41525ad4f207e03f9172ba7d8e5592_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c78dfef02995bd0ac0acabeaa3d0ba5b4776d5c7c52b296a96b40419428cd5ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:15e434410d5f5b65951a5bc5f5860295a0fcd7a70186583a2c194172ce47af6a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2c8f189090e91b78b0d981e3d1fb8e29c516da3fce30a7d01500788a845966f2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:684918ab48aab0e95b8f3997294084cfbc8d1a54b69ca2c85db9611ea43c29de_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:8277eb7e9dd3bf9b4bfba4d668968cdd1fbab204cb427f570ccf76ace2838ce0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42967fba6caf53a2803a417ed0f085a1bba078a44b80a4bd50978b95cbfc2ddc_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:89aabbe1685903482dd200470f3ea89be19bb6aeef6443a2d52cd7e5ce1036fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b247d306dcccda057e522750d35967a1eb9bde6a16f0367185b2b88e59c58516_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cafd371205d272b431bd18c98cad6906f079abe089a1bd347a4afe4092110dcd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:69eeac8002044e68ec22119b94fe95b270ec798ac4ad525f06993a773aab387a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6f9df997bb4d924d11932a8c3c8085ca56047613085da604c25992b71f608abb_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a5a06c71d74437dcae891f84a8e0e055624a9bc602dda219c4219576e687925d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a86e8a5d0d81be477483a39327f9a9febe79f33dd77cc5f6a7ac6c35d064a715_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4135e656d237ad471f004d1003c21d0d003785ab4e96cbb6537283affa7027c8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:794ef1d2afc5b727aea163e348c78b1db51270fe18a7032087fc91ba7714a6fe_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8852b6729dd3fe89fee5a0d40a980e66f2d39129ffbbaec66f04fa1a67147235_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8f04bcedf60775b28710d025a0db950aa051e804a8d541ec3030725684356969_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-21441",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2026-01-07T23:01:59.422078+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0509b6e806c267ddd92413e8ba9b45769a816d8600f836a28275b0b21a4c3b5b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:424ebfab2a8e3a792d9d9d06bf59a2b934c0cbfc2c2fe93c52cfe513d0cee68a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4d6077ee4537837e30898604c9076db61542ef587b03ba202a9f935c7a4bef9f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7238ebfc357b3e7dd1fe2a729d94e6b36aa003bdb928ea446c2d9784f8c4bd97_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:044d47930afa0388faad107510c8edfc20cf58e575fdb6a3052e98748b1f94fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:334a3cc1eb9c5716a0ce17ce4555d492e5d6e6176734c7e394e758452b53781f_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:478bec31b52c907ed8d1baa66093349c4a25f762e254ca654089944efb7b1622_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8fb63895a6cd6cfb65478a1e13c91c51f0e0a3fca4f9485355357fc19fd473ce_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9bb2d3ff2a97d0c3234e4864fc2d21ff278ce06e725e43c56f43e42bed97dd19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:07d6c6428acef30f990b6d3df65fbd2c6a6a06992f1e3b1fb7113a8799217f9c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:405aaacf1f71534e5f0c2dea3c8e5b5e7ef0335eae4b09fcb4ff5bb027c70ab0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:589da7e7297bfbab5d1ea8c406447c2832a1194528869ef4046acf1a4651e9ae_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f07600ca1141874684a486a159e47455bb8634863eb7ed23d318c6c95d0ae74b_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1aac55550194674f6ced2b8289d681fb1bcdcbf9b3a3c8951ded8acba9e51dda_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:48fa9f99b3903a555e473fc6ca2664621433146d94ab567c1cb29ea924e4d282_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:731a9504e9911b105c909b11f69b1023f636f373f404d6c608302111f441e0a5_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:fa055641a506ae97ed9feec2d42b1d0553108cbf5e224e0449ce2d36710ffed9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:15e434410d5f5b65951a5bc5f5860295a0fcd7a70186583a2c194172ce47af6a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2c8f189090e91b78b0d981e3d1fb8e29c516da3fce30a7d01500788a845966f2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:684918ab48aab0e95b8f3997294084cfbc8d1a54b69ca2c85db9611ea43c29de_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:8277eb7e9dd3bf9b4bfba4d668968cdd1fbab204cb427f570ccf76ace2838ce0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42967fba6caf53a2803a417ed0f085a1bba078a44b80a4bd50978b95cbfc2ddc_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:89aabbe1685903482dd200470f3ea89be19bb6aeef6443a2d52cd7e5ce1036fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b247d306dcccda057e522750d35967a1eb9bde6a16f0367185b2b88e59c58516_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cafd371205d272b431bd18c98cad6906f079abe089a1bd347a4afe4092110dcd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4135e656d237ad471f004d1003c21d0d003785ab4e96cbb6537283affa7027c8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:794ef1d2afc5b727aea163e348c78b1db51270fe18a7032087fc91ba7714a6fe_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8852b6729dd3fe89fee5a0d40a980e66f2d39129ffbbaec66f04fa1a67147235_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8f04bcedf60775b28710d025a0db950aa051e804a8d541ec3030725684356969_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427726"
}
],
"notes": [
{
"category": "description",
"text": "urllib3 is an HTTP client library for Python. urllib3\u0027s streaming API is designed for the efficient handling of large HTTP responses by reading the content in chunks, rather than loading the entire response body into memory at once. urllib3 can perform decoding or decompression based on the HTTP `Content-Encoding` header (e.g., `gzip`, `deflate`, `br`, or `zstd`). When using the streaming API, the library decompresses only the necessary bytes, enabling partial content consumption. Starting in version 1.22 and prior to version 2.6.3, for HTTP redirect responses, the library would read the entire response body to drain the connection and decompress the content unnecessarily. This decompression occurred even before any read methods were called, and configured read limits did not restrict the amount of decompressed data. As a result, there was no safeguard against decompression bombs. A malicious server could exploit this to trigger excessive resource consumption on the client. Applications and libraries are affected when they stream content from untrusted sources by setting `preload_content=False` when they do not disable redirects. Users should upgrade to at least urllib3 v2.6.3, in which the library does not decode content of redirect responses when `preload_content=False`. If upgrading is not immediately possible, disable redirects by setting `redirect=False` for requests to untrusted source.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3 vulnerable to decompression-bomb safeguard bypass when following HTTP redirects (streaming API)",
"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 Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1197ddbba898fab012bba65029328ca7e89601bd9bd600e86ac705d1d770faa6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:130d7a867a403ec4e78ebb51b31b70de999869f40a08af796b6c03d4b2ab2d9f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:92142d9e0c6d4ce7c400225257b5ba65b96ea64963e148725a0ac74b239d90bf_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e1043190866c846c9a7e36e2ad675a9f1609e6265419f83310a936138686af4a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02892ae5abb984a8016cd1e0003a911e88e3f5f2b47928bad6c3ee372aacfe20_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4d1e7ca4ea99d73c269e96037903680159ca0e2506a03fced43f002914a9623e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:8081be29ad8f88a4356c0a91febdc4e22e0648139b43ba88830c447217f52027_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:88b81439ec590b7e69f0e54222e8baf495b14ce7e86e61938bd5f3207a8f53d6_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:56a2201a99766b5fa825f11c2d8e7e9a77abd3d7fc4459c931b6f93b4aa648ef_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:756c2c6a79bfb89215dc218ea2cd1cd37ab6aa0cc1673397ec31834fbbfc0885_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8473237c3df9c8667a3b75f74bcf20a5be41525ad4f207e03f9172ba7d8e5592_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c78dfef02995bd0ac0acabeaa3d0ba5b4776d5c7c52b296a96b40419428cd5ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:69eeac8002044e68ec22119b94fe95b270ec798ac4ad525f06993a773aab387a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6f9df997bb4d924d11932a8c3c8085ca56047613085da604c25992b71f608abb_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a5a06c71d74437dcae891f84a8e0e055624a9bc602dda219c4219576e687925d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a86e8a5d0d81be477483a39327f9a9febe79f33dd77cc5f6a7ac6c35d064a715_arm64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0509b6e806c267ddd92413e8ba9b45769a816d8600f836a28275b0b21a4c3b5b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:424ebfab2a8e3a792d9d9d06bf59a2b934c0cbfc2c2fe93c52cfe513d0cee68a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4d6077ee4537837e30898604c9076db61542ef587b03ba202a9f935c7a4bef9f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7238ebfc357b3e7dd1fe2a729d94e6b36aa003bdb928ea446c2d9784f8c4bd97_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:044d47930afa0388faad107510c8edfc20cf58e575fdb6a3052e98748b1f94fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:334a3cc1eb9c5716a0ce17ce4555d492e5d6e6176734c7e394e758452b53781f_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:478bec31b52c907ed8d1baa66093349c4a25f762e254ca654089944efb7b1622_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8fb63895a6cd6cfb65478a1e13c91c51f0e0a3fca4f9485355357fc19fd473ce_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9bb2d3ff2a97d0c3234e4864fc2d21ff278ce06e725e43c56f43e42bed97dd19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:07d6c6428acef30f990b6d3df65fbd2c6a6a06992f1e3b1fb7113a8799217f9c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:405aaacf1f71534e5f0c2dea3c8e5b5e7ef0335eae4b09fcb4ff5bb027c70ab0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:589da7e7297bfbab5d1ea8c406447c2832a1194528869ef4046acf1a4651e9ae_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f07600ca1141874684a486a159e47455bb8634863eb7ed23d318c6c95d0ae74b_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1aac55550194674f6ced2b8289d681fb1bcdcbf9b3a3c8951ded8acba9e51dda_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:48fa9f99b3903a555e473fc6ca2664621433146d94ab567c1cb29ea924e4d282_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:731a9504e9911b105c909b11f69b1023f636f373f404d6c608302111f441e0a5_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:fa055641a506ae97ed9feec2d42b1d0553108cbf5e224e0449ce2d36710ffed9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:15e434410d5f5b65951a5bc5f5860295a0fcd7a70186583a2c194172ce47af6a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2c8f189090e91b78b0d981e3d1fb8e29c516da3fce30a7d01500788a845966f2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:684918ab48aab0e95b8f3997294084cfbc8d1a54b69ca2c85db9611ea43c29de_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:8277eb7e9dd3bf9b4bfba4d668968cdd1fbab204cb427f570ccf76ace2838ce0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42967fba6caf53a2803a417ed0f085a1bba078a44b80a4bd50978b95cbfc2ddc_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:89aabbe1685903482dd200470f3ea89be19bb6aeef6443a2d52cd7e5ce1036fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b247d306dcccda057e522750d35967a1eb9bde6a16f0367185b2b88e59c58516_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cafd371205d272b431bd18c98cad6906f079abe089a1bd347a4afe4092110dcd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4135e656d237ad471f004d1003c21d0d003785ab4e96cbb6537283affa7027c8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:794ef1d2afc5b727aea163e348c78b1db51270fe18a7032087fc91ba7714a6fe_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8852b6729dd3fe89fee5a0d40a980e66f2d39129ffbbaec66f04fa1a67147235_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8f04bcedf60775b28710d025a0db950aa051e804a8d541ec3030725684356969_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-21441"
},
{
"category": "external",
"summary": "RHBZ#2427726",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427726"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-21441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21441"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-21441",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-21441"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/8864ac407bba8607950025e0979c4c69bc7abc7b",
"url": "https://github.com/urllib3/urllib3/commit/8864ac407bba8607950025e0979c4c69bc7abc7b"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-38jv-5279-wg99",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-38jv-5279-wg99"
}
],
"release_date": "2026-01-07T22:09:01.936000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-12T11:53:42+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1197ddbba898fab012bba65029328ca7e89601bd9bd600e86ac705d1d770faa6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:130d7a867a403ec4e78ebb51b31b70de999869f40a08af796b6c03d4b2ab2d9f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:92142d9e0c6d4ce7c400225257b5ba65b96ea64963e148725a0ac74b239d90bf_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e1043190866c846c9a7e36e2ad675a9f1609e6265419f83310a936138686af4a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02892ae5abb984a8016cd1e0003a911e88e3f5f2b47928bad6c3ee372aacfe20_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4d1e7ca4ea99d73c269e96037903680159ca0e2506a03fced43f002914a9623e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:8081be29ad8f88a4356c0a91febdc4e22e0648139b43ba88830c447217f52027_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:88b81439ec590b7e69f0e54222e8baf495b14ce7e86e61938bd5f3207a8f53d6_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:56a2201a99766b5fa825f11c2d8e7e9a77abd3d7fc4459c931b6f93b4aa648ef_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:756c2c6a79bfb89215dc218ea2cd1cd37ab6aa0cc1673397ec31834fbbfc0885_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8473237c3df9c8667a3b75f74bcf20a5be41525ad4f207e03f9172ba7d8e5592_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c78dfef02995bd0ac0acabeaa3d0ba5b4776d5c7c52b296a96b40419428cd5ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:69eeac8002044e68ec22119b94fe95b270ec798ac4ad525f06993a773aab387a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6f9df997bb4d924d11932a8c3c8085ca56047613085da604c25992b71f608abb_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a5a06c71d74437dcae891f84a8e0e055624a9bc602dda219c4219576e687925d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a86e8a5d0d81be477483a39327f9a9febe79f33dd77cc5f6a7ac6c35d064a715_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4466"
}
],
"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 Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1197ddbba898fab012bba65029328ca7e89601bd9bd600e86ac705d1d770faa6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:130d7a867a403ec4e78ebb51b31b70de999869f40a08af796b6c03d4b2ab2d9f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:92142d9e0c6d4ce7c400225257b5ba65b96ea64963e148725a0ac74b239d90bf_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e1043190866c846c9a7e36e2ad675a9f1609e6265419f83310a936138686af4a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0509b6e806c267ddd92413e8ba9b45769a816d8600f836a28275b0b21a4c3b5b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:424ebfab2a8e3a792d9d9d06bf59a2b934c0cbfc2c2fe93c52cfe513d0cee68a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4d6077ee4537837e30898604c9076db61542ef587b03ba202a9f935c7a4bef9f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7238ebfc357b3e7dd1fe2a729d94e6b36aa003bdb928ea446c2d9784f8c4bd97_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:044d47930afa0388faad107510c8edfc20cf58e575fdb6a3052e98748b1f94fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:334a3cc1eb9c5716a0ce17ce4555d492e5d6e6176734c7e394e758452b53781f_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:478bec31b52c907ed8d1baa66093349c4a25f762e254ca654089944efb7b1622_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8fb63895a6cd6cfb65478a1e13c91c51f0e0a3fca4f9485355357fc19fd473ce_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9bb2d3ff2a97d0c3234e4864fc2d21ff278ce06e725e43c56f43e42bed97dd19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:07d6c6428acef30f990b6d3df65fbd2c6a6a06992f1e3b1fb7113a8799217f9c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:405aaacf1f71534e5f0c2dea3c8e5b5e7ef0335eae4b09fcb4ff5bb027c70ab0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:589da7e7297bfbab5d1ea8c406447c2832a1194528869ef4046acf1a4651e9ae_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f07600ca1141874684a486a159e47455bb8634863eb7ed23d318c6c95d0ae74b_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1aac55550194674f6ced2b8289d681fb1bcdcbf9b3a3c8951ded8acba9e51dda_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:48fa9f99b3903a555e473fc6ca2664621433146d94ab567c1cb29ea924e4d282_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:731a9504e9911b105c909b11f69b1023f636f373f404d6c608302111f441e0a5_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:fa055641a506ae97ed9feec2d42b1d0553108cbf5e224e0449ce2d36710ffed9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02892ae5abb984a8016cd1e0003a911e88e3f5f2b47928bad6c3ee372aacfe20_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4d1e7ca4ea99d73c269e96037903680159ca0e2506a03fced43f002914a9623e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:8081be29ad8f88a4356c0a91febdc4e22e0648139b43ba88830c447217f52027_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:88b81439ec590b7e69f0e54222e8baf495b14ce7e86e61938bd5f3207a8f53d6_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:56a2201a99766b5fa825f11c2d8e7e9a77abd3d7fc4459c931b6f93b4aa648ef_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:756c2c6a79bfb89215dc218ea2cd1cd37ab6aa0cc1673397ec31834fbbfc0885_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8473237c3df9c8667a3b75f74bcf20a5be41525ad4f207e03f9172ba7d8e5592_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c78dfef02995bd0ac0acabeaa3d0ba5b4776d5c7c52b296a96b40419428cd5ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:15e434410d5f5b65951a5bc5f5860295a0fcd7a70186583a2c194172ce47af6a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2c8f189090e91b78b0d981e3d1fb8e29c516da3fce30a7d01500788a845966f2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:684918ab48aab0e95b8f3997294084cfbc8d1a54b69ca2c85db9611ea43c29de_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:8277eb7e9dd3bf9b4bfba4d668968cdd1fbab204cb427f570ccf76ace2838ce0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42967fba6caf53a2803a417ed0f085a1bba078a44b80a4bd50978b95cbfc2ddc_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:89aabbe1685903482dd200470f3ea89be19bb6aeef6443a2d52cd7e5ce1036fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b247d306dcccda057e522750d35967a1eb9bde6a16f0367185b2b88e59c58516_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cafd371205d272b431bd18c98cad6906f079abe089a1bd347a4afe4092110dcd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:69eeac8002044e68ec22119b94fe95b270ec798ac4ad525f06993a773aab387a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6f9df997bb4d924d11932a8c3c8085ca56047613085da604c25992b71f608abb_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a5a06c71d74437dcae891f84a8e0e055624a9bc602dda219c4219576e687925d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a86e8a5d0d81be477483a39327f9a9febe79f33dd77cc5f6a7ac6c35d064a715_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4135e656d237ad471f004d1003c21d0d003785ab4e96cbb6537283affa7027c8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:794ef1d2afc5b727aea163e348c78b1db51270fe18a7032087fc91ba7714a6fe_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8852b6729dd3fe89fee5a0d40a980e66f2d39129ffbbaec66f04fa1a67147235_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8f04bcedf60775b28710d025a0db950aa051e804a8d541ec3030725684356969_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3 vulnerable to decompression-bomb safeguard bypass when following HTTP redirects (streaming API)"
},
{
"cve": "CVE-2026-24040",
"cwe": {
"id": "CWE-820",
"name": "Missing Synchronization"
},
"discovery_date": "2026-02-03T00:02:56.565912+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1197ddbba898fab012bba65029328ca7e89601bd9bd600e86ac705d1d770faa6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:130d7a867a403ec4e78ebb51b31b70de999869f40a08af796b6c03d4b2ab2d9f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:92142d9e0c6d4ce7c400225257b5ba65b96ea64963e148725a0ac74b239d90bf_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e1043190866c846c9a7e36e2ad675a9f1609e6265419f83310a936138686af4a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0509b6e806c267ddd92413e8ba9b45769a816d8600f836a28275b0b21a4c3b5b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:424ebfab2a8e3a792d9d9d06bf59a2b934c0cbfc2c2fe93c52cfe513d0cee68a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4d6077ee4537837e30898604c9076db61542ef587b03ba202a9f935c7a4bef9f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7238ebfc357b3e7dd1fe2a729d94e6b36aa003bdb928ea446c2d9784f8c4bd97_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9bb2d3ff2a97d0c3234e4864fc2d21ff278ce06e725e43c56f43e42bed97dd19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:07d6c6428acef30f990b6d3df65fbd2c6a6a06992f1e3b1fb7113a8799217f9c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:405aaacf1f71534e5f0c2dea3c8e5b5e7ef0335eae4b09fcb4ff5bb027c70ab0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:589da7e7297bfbab5d1ea8c406447c2832a1194528869ef4046acf1a4651e9ae_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f07600ca1141874684a486a159e47455bb8634863eb7ed23d318c6c95d0ae74b_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1aac55550194674f6ced2b8289d681fb1bcdcbf9b3a3c8951ded8acba9e51dda_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:48fa9f99b3903a555e473fc6ca2664621433146d94ab567c1cb29ea924e4d282_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:731a9504e9911b105c909b11f69b1023f636f373f404d6c608302111f441e0a5_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:fa055641a506ae97ed9feec2d42b1d0553108cbf5e224e0449ce2d36710ffed9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02892ae5abb984a8016cd1e0003a911e88e3f5f2b47928bad6c3ee372aacfe20_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4d1e7ca4ea99d73c269e96037903680159ca0e2506a03fced43f002914a9623e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:8081be29ad8f88a4356c0a91febdc4e22e0648139b43ba88830c447217f52027_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:88b81439ec590b7e69f0e54222e8baf495b14ce7e86e61938bd5f3207a8f53d6_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:56a2201a99766b5fa825f11c2d8e7e9a77abd3d7fc4459c931b6f93b4aa648ef_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:756c2c6a79bfb89215dc218ea2cd1cd37ab6aa0cc1673397ec31834fbbfc0885_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8473237c3df9c8667a3b75f74bcf20a5be41525ad4f207e03f9172ba7d8e5592_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c78dfef02995bd0ac0acabeaa3d0ba5b4776d5c7c52b296a96b40419428cd5ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:15e434410d5f5b65951a5bc5f5860295a0fcd7a70186583a2c194172ce47af6a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2c8f189090e91b78b0d981e3d1fb8e29c516da3fce30a7d01500788a845966f2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:684918ab48aab0e95b8f3997294084cfbc8d1a54b69ca2c85db9611ea43c29de_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:8277eb7e9dd3bf9b4bfba4d668968cdd1fbab204cb427f570ccf76ace2838ce0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42967fba6caf53a2803a417ed0f085a1bba078a44b80a4bd50978b95cbfc2ddc_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:89aabbe1685903482dd200470f3ea89be19bb6aeef6443a2d52cd7e5ce1036fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b247d306dcccda057e522750d35967a1eb9bde6a16f0367185b2b88e59c58516_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cafd371205d272b431bd18c98cad6906f079abe089a1bd347a4afe4092110dcd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:69eeac8002044e68ec22119b94fe95b270ec798ac4ad525f06993a773aab387a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6f9df997bb4d924d11932a8c3c8085ca56047613085da604c25992b71f608abb_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a5a06c71d74437dcae891f84a8e0e055624a9bc602dda219c4219576e687925d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a86e8a5d0d81be477483a39327f9a9febe79f33dd77cc5f6a7ac6c35d064a715_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4135e656d237ad471f004d1003c21d0d003785ab4e96cbb6537283affa7027c8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:794ef1d2afc5b727aea163e348c78b1db51270fe18a7032087fc91ba7714a6fe_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8852b6729dd3fe89fee5a0d40a980e66f2d39129ffbbaec66f04fa1a67147235_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8f04bcedf60775b28710d025a0db950aa051e804a8d541ec3030725684356969_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2436133"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jsPDF. When jsPDF is used in a concurrent environment, such as a Node.js web server, a race condition in the addJS method can lead to cross-user data leakage. This occurs because a shared variable used to store JavaScript content can be overwritten by simultaneous requests. As a result, a PDF generated for one user may contain sensitive JavaScript content intended for another user, leading to unauthorized information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jsPDF: jsPDF: Cross-User Data Leakage via race condition in addJS method",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This MODERATE impact vulnerability in jsPDF affects applications utilizing the `addJS` method in a concurrent server-side Node.js environment. A shared module-scoped variable can lead to cross-user data leakage when multiple PDF generation requests occur simultaneously, potentially embedding sensitive data from one user into another\u0027s PDF. This primarily impacts server-side deployments where jsPDF is used to generate documents concurrently.",
"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 Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:044d47930afa0388faad107510c8edfc20cf58e575fdb6a3052e98748b1f94fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:334a3cc1eb9c5716a0ce17ce4555d492e5d6e6176734c7e394e758452b53781f_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:478bec31b52c907ed8d1baa66093349c4a25f762e254ca654089944efb7b1622_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8fb63895a6cd6cfb65478a1e13c91c51f0e0a3fca4f9485355357fc19fd473ce_arm64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1197ddbba898fab012bba65029328ca7e89601bd9bd600e86ac705d1d770faa6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:130d7a867a403ec4e78ebb51b31b70de999869f40a08af796b6c03d4b2ab2d9f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:92142d9e0c6d4ce7c400225257b5ba65b96ea64963e148725a0ac74b239d90bf_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e1043190866c846c9a7e36e2ad675a9f1609e6265419f83310a936138686af4a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0509b6e806c267ddd92413e8ba9b45769a816d8600f836a28275b0b21a4c3b5b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:424ebfab2a8e3a792d9d9d06bf59a2b934c0cbfc2c2fe93c52cfe513d0cee68a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4d6077ee4537837e30898604c9076db61542ef587b03ba202a9f935c7a4bef9f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7238ebfc357b3e7dd1fe2a729d94e6b36aa003bdb928ea446c2d9784f8c4bd97_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9bb2d3ff2a97d0c3234e4864fc2d21ff278ce06e725e43c56f43e42bed97dd19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:07d6c6428acef30f990b6d3df65fbd2c6a6a06992f1e3b1fb7113a8799217f9c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:405aaacf1f71534e5f0c2dea3c8e5b5e7ef0335eae4b09fcb4ff5bb027c70ab0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:589da7e7297bfbab5d1ea8c406447c2832a1194528869ef4046acf1a4651e9ae_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f07600ca1141874684a486a159e47455bb8634863eb7ed23d318c6c95d0ae74b_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1aac55550194674f6ced2b8289d681fb1bcdcbf9b3a3c8951ded8acba9e51dda_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:48fa9f99b3903a555e473fc6ca2664621433146d94ab567c1cb29ea924e4d282_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:731a9504e9911b105c909b11f69b1023f636f373f404d6c608302111f441e0a5_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:fa055641a506ae97ed9feec2d42b1d0553108cbf5e224e0449ce2d36710ffed9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02892ae5abb984a8016cd1e0003a911e88e3f5f2b47928bad6c3ee372aacfe20_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4d1e7ca4ea99d73c269e96037903680159ca0e2506a03fced43f002914a9623e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:8081be29ad8f88a4356c0a91febdc4e22e0648139b43ba88830c447217f52027_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:88b81439ec590b7e69f0e54222e8baf495b14ce7e86e61938bd5f3207a8f53d6_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:56a2201a99766b5fa825f11c2d8e7e9a77abd3d7fc4459c931b6f93b4aa648ef_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:756c2c6a79bfb89215dc218ea2cd1cd37ab6aa0cc1673397ec31834fbbfc0885_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8473237c3df9c8667a3b75f74bcf20a5be41525ad4f207e03f9172ba7d8e5592_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c78dfef02995bd0ac0acabeaa3d0ba5b4776d5c7c52b296a96b40419428cd5ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:15e434410d5f5b65951a5bc5f5860295a0fcd7a70186583a2c194172ce47af6a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2c8f189090e91b78b0d981e3d1fb8e29c516da3fce30a7d01500788a845966f2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:684918ab48aab0e95b8f3997294084cfbc8d1a54b69ca2c85db9611ea43c29de_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:8277eb7e9dd3bf9b4bfba4d668968cdd1fbab204cb427f570ccf76ace2838ce0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42967fba6caf53a2803a417ed0f085a1bba078a44b80a4bd50978b95cbfc2ddc_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:89aabbe1685903482dd200470f3ea89be19bb6aeef6443a2d52cd7e5ce1036fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b247d306dcccda057e522750d35967a1eb9bde6a16f0367185b2b88e59c58516_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cafd371205d272b431bd18c98cad6906f079abe089a1bd347a4afe4092110dcd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:69eeac8002044e68ec22119b94fe95b270ec798ac4ad525f06993a773aab387a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6f9df997bb4d924d11932a8c3c8085ca56047613085da604c25992b71f608abb_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a5a06c71d74437dcae891f84a8e0e055624a9bc602dda219c4219576e687925d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a86e8a5d0d81be477483a39327f9a9febe79f33dd77cc5f6a7ac6c35d064a715_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4135e656d237ad471f004d1003c21d0d003785ab4e96cbb6537283affa7027c8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:794ef1d2afc5b727aea163e348c78b1db51270fe18a7032087fc91ba7714a6fe_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8852b6729dd3fe89fee5a0d40a980e66f2d39129ffbbaec66f04fa1a67147235_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8f04bcedf60775b28710d025a0db950aa051e804a8d541ec3030725684356969_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-24040"
},
{
"category": "external",
"summary": "RHBZ#2436133",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2436133"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-24040",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24040"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-24040",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24040"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/commit/2863e5c26afef211a545e8c174ab4d5fce3b8c0e",
"url": "https://github.com/parallax/jsPDF/commit/2863e5c26afef211a545e8c174ab4d5fce3b8c0e"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/releases/tag/v4.1.0",
"url": "https://github.com/parallax/jsPDF/releases/tag/v4.1.0"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/security/advisories/GHSA-cjw8-79x6-5cj4",
"url": "https://github.com/parallax/jsPDF/security/advisories/GHSA-cjw8-79x6-5cj4"
}
],
"release_date": "2026-02-02T20:38:24.732000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-12T11:53:42+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:044d47930afa0388faad107510c8edfc20cf58e575fdb6a3052e98748b1f94fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:334a3cc1eb9c5716a0ce17ce4555d492e5d6e6176734c7e394e758452b53781f_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:478bec31b52c907ed8d1baa66093349c4a25f762e254ca654089944efb7b1622_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8fb63895a6cd6cfb65478a1e13c91c51f0e0a3fca4f9485355357fc19fd473ce_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4466"
},
{
"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 Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1197ddbba898fab012bba65029328ca7e89601bd9bd600e86ac705d1d770faa6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:130d7a867a403ec4e78ebb51b31b70de999869f40a08af796b6c03d4b2ab2d9f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:92142d9e0c6d4ce7c400225257b5ba65b96ea64963e148725a0ac74b239d90bf_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e1043190866c846c9a7e36e2ad675a9f1609e6265419f83310a936138686af4a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0509b6e806c267ddd92413e8ba9b45769a816d8600f836a28275b0b21a4c3b5b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:424ebfab2a8e3a792d9d9d06bf59a2b934c0cbfc2c2fe93c52cfe513d0cee68a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4d6077ee4537837e30898604c9076db61542ef587b03ba202a9f935c7a4bef9f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7238ebfc357b3e7dd1fe2a729d94e6b36aa003bdb928ea446c2d9784f8c4bd97_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:044d47930afa0388faad107510c8edfc20cf58e575fdb6a3052e98748b1f94fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:334a3cc1eb9c5716a0ce17ce4555d492e5d6e6176734c7e394e758452b53781f_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:478bec31b52c907ed8d1baa66093349c4a25f762e254ca654089944efb7b1622_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8fb63895a6cd6cfb65478a1e13c91c51f0e0a3fca4f9485355357fc19fd473ce_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9bb2d3ff2a97d0c3234e4864fc2d21ff278ce06e725e43c56f43e42bed97dd19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:07d6c6428acef30f990b6d3df65fbd2c6a6a06992f1e3b1fb7113a8799217f9c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:405aaacf1f71534e5f0c2dea3c8e5b5e7ef0335eae4b09fcb4ff5bb027c70ab0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:589da7e7297bfbab5d1ea8c406447c2832a1194528869ef4046acf1a4651e9ae_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f07600ca1141874684a486a159e47455bb8634863eb7ed23d318c6c95d0ae74b_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1aac55550194674f6ced2b8289d681fb1bcdcbf9b3a3c8951ded8acba9e51dda_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:48fa9f99b3903a555e473fc6ca2664621433146d94ab567c1cb29ea924e4d282_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:731a9504e9911b105c909b11f69b1023f636f373f404d6c608302111f441e0a5_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:fa055641a506ae97ed9feec2d42b1d0553108cbf5e224e0449ce2d36710ffed9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02892ae5abb984a8016cd1e0003a911e88e3f5f2b47928bad6c3ee372aacfe20_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4d1e7ca4ea99d73c269e96037903680159ca0e2506a03fced43f002914a9623e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:8081be29ad8f88a4356c0a91febdc4e22e0648139b43ba88830c447217f52027_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:88b81439ec590b7e69f0e54222e8baf495b14ce7e86e61938bd5f3207a8f53d6_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:56a2201a99766b5fa825f11c2d8e7e9a77abd3d7fc4459c931b6f93b4aa648ef_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:756c2c6a79bfb89215dc218ea2cd1cd37ab6aa0cc1673397ec31834fbbfc0885_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8473237c3df9c8667a3b75f74bcf20a5be41525ad4f207e03f9172ba7d8e5592_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c78dfef02995bd0ac0acabeaa3d0ba5b4776d5c7c52b296a96b40419428cd5ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:15e434410d5f5b65951a5bc5f5860295a0fcd7a70186583a2c194172ce47af6a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2c8f189090e91b78b0d981e3d1fb8e29c516da3fce30a7d01500788a845966f2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:684918ab48aab0e95b8f3997294084cfbc8d1a54b69ca2c85db9611ea43c29de_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:8277eb7e9dd3bf9b4bfba4d668968cdd1fbab204cb427f570ccf76ace2838ce0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42967fba6caf53a2803a417ed0f085a1bba078a44b80a4bd50978b95cbfc2ddc_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:89aabbe1685903482dd200470f3ea89be19bb6aeef6443a2d52cd7e5ce1036fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b247d306dcccda057e522750d35967a1eb9bde6a16f0367185b2b88e59c58516_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cafd371205d272b431bd18c98cad6906f079abe089a1bd347a4afe4092110dcd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:69eeac8002044e68ec22119b94fe95b270ec798ac4ad525f06993a773aab387a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6f9df997bb4d924d11932a8c3c8085ca56047613085da604c25992b71f608abb_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a5a06c71d74437dcae891f84a8e0e055624a9bc602dda219c4219576e687925d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a86e8a5d0d81be477483a39327f9a9febe79f33dd77cc5f6a7ac6c35d064a715_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4135e656d237ad471f004d1003c21d0d003785ab4e96cbb6537283affa7027c8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:794ef1d2afc5b727aea163e348c78b1db51270fe18a7032087fc91ba7714a6fe_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8852b6729dd3fe89fee5a0d40a980e66f2d39129ffbbaec66f04fa1a67147235_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8f04bcedf60775b28710d025a0db950aa051e804a8d541ec3030725684356969_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1197ddbba898fab012bba65029328ca7e89601bd9bd600e86ac705d1d770faa6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:130d7a867a403ec4e78ebb51b31b70de999869f40a08af796b6c03d4b2ab2d9f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:92142d9e0c6d4ce7c400225257b5ba65b96ea64963e148725a0ac74b239d90bf_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e1043190866c846c9a7e36e2ad675a9f1609e6265419f83310a936138686af4a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0509b6e806c267ddd92413e8ba9b45769a816d8600f836a28275b0b21a4c3b5b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:424ebfab2a8e3a792d9d9d06bf59a2b934c0cbfc2c2fe93c52cfe513d0cee68a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4d6077ee4537837e30898604c9076db61542ef587b03ba202a9f935c7a4bef9f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7238ebfc357b3e7dd1fe2a729d94e6b36aa003bdb928ea446c2d9784f8c4bd97_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:044d47930afa0388faad107510c8edfc20cf58e575fdb6a3052e98748b1f94fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:334a3cc1eb9c5716a0ce17ce4555d492e5d6e6176734c7e394e758452b53781f_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:478bec31b52c907ed8d1baa66093349c4a25f762e254ca654089944efb7b1622_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8fb63895a6cd6cfb65478a1e13c91c51f0e0a3fca4f9485355357fc19fd473ce_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9bb2d3ff2a97d0c3234e4864fc2d21ff278ce06e725e43c56f43e42bed97dd19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:07d6c6428acef30f990b6d3df65fbd2c6a6a06992f1e3b1fb7113a8799217f9c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:405aaacf1f71534e5f0c2dea3c8e5b5e7ef0335eae4b09fcb4ff5bb027c70ab0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:589da7e7297bfbab5d1ea8c406447c2832a1194528869ef4046acf1a4651e9ae_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f07600ca1141874684a486a159e47455bb8634863eb7ed23d318c6c95d0ae74b_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1aac55550194674f6ced2b8289d681fb1bcdcbf9b3a3c8951ded8acba9e51dda_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:48fa9f99b3903a555e473fc6ca2664621433146d94ab567c1cb29ea924e4d282_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:731a9504e9911b105c909b11f69b1023f636f373f404d6c608302111f441e0a5_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:fa055641a506ae97ed9feec2d42b1d0553108cbf5e224e0449ce2d36710ffed9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02892ae5abb984a8016cd1e0003a911e88e3f5f2b47928bad6c3ee372aacfe20_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4d1e7ca4ea99d73c269e96037903680159ca0e2506a03fced43f002914a9623e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:8081be29ad8f88a4356c0a91febdc4e22e0648139b43ba88830c447217f52027_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:88b81439ec590b7e69f0e54222e8baf495b14ce7e86e61938bd5f3207a8f53d6_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:56a2201a99766b5fa825f11c2d8e7e9a77abd3d7fc4459c931b6f93b4aa648ef_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:756c2c6a79bfb89215dc218ea2cd1cd37ab6aa0cc1673397ec31834fbbfc0885_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8473237c3df9c8667a3b75f74bcf20a5be41525ad4f207e03f9172ba7d8e5592_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c78dfef02995bd0ac0acabeaa3d0ba5b4776d5c7c52b296a96b40419428cd5ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:15e434410d5f5b65951a5bc5f5860295a0fcd7a70186583a2c194172ce47af6a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2c8f189090e91b78b0d981e3d1fb8e29c516da3fce30a7d01500788a845966f2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:684918ab48aab0e95b8f3997294084cfbc8d1a54b69ca2c85db9611ea43c29de_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:8277eb7e9dd3bf9b4bfba4d668968cdd1fbab204cb427f570ccf76ace2838ce0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42967fba6caf53a2803a417ed0f085a1bba078a44b80a4bd50978b95cbfc2ddc_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:89aabbe1685903482dd200470f3ea89be19bb6aeef6443a2d52cd7e5ce1036fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b247d306dcccda057e522750d35967a1eb9bde6a16f0367185b2b88e59c58516_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cafd371205d272b431bd18c98cad6906f079abe089a1bd347a4afe4092110dcd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:69eeac8002044e68ec22119b94fe95b270ec798ac4ad525f06993a773aab387a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6f9df997bb4d924d11932a8c3c8085ca56047613085da604c25992b71f608abb_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a5a06c71d74437dcae891f84a8e0e055624a9bc602dda219c4219576e687925d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a86e8a5d0d81be477483a39327f9a9febe79f33dd77cc5f6a7ac6c35d064a715_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4135e656d237ad471f004d1003c21d0d003785ab4e96cbb6537283affa7027c8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:794ef1d2afc5b727aea163e348c78b1db51270fe18a7032087fc91ba7714a6fe_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8852b6729dd3fe89fee5a0d40a980e66f2d39129ffbbaec66f04fa1a67147235_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8f04bcedf60775b28710d025a0db950aa051e804a8d541ec3030725684356969_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jsPDF: jsPDF: Cross-User Data Leakage via race condition in addJS method"
},
{
"cve": "CVE-2026-24737",
"cwe": {
"id": "CWE-917",
"name": "Improper Neutralization of Special Elements used in an Expression Language Statement (\u0027Expression Language Injection\u0027)"
},
"discovery_date": "2026-02-03T00:01:51.004921+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1197ddbba898fab012bba65029328ca7e89601bd9bd600e86ac705d1d770faa6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:130d7a867a403ec4e78ebb51b31b70de999869f40a08af796b6c03d4b2ab2d9f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:92142d9e0c6d4ce7c400225257b5ba65b96ea64963e148725a0ac74b239d90bf_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e1043190866c846c9a7e36e2ad675a9f1609e6265419f83310a936138686af4a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0509b6e806c267ddd92413e8ba9b45769a816d8600f836a28275b0b21a4c3b5b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:424ebfab2a8e3a792d9d9d06bf59a2b934c0cbfc2c2fe93c52cfe513d0cee68a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4d6077ee4537837e30898604c9076db61542ef587b03ba202a9f935c7a4bef9f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7238ebfc357b3e7dd1fe2a729d94e6b36aa003bdb928ea446c2d9784f8c4bd97_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9bb2d3ff2a97d0c3234e4864fc2d21ff278ce06e725e43c56f43e42bed97dd19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:07d6c6428acef30f990b6d3df65fbd2c6a6a06992f1e3b1fb7113a8799217f9c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:405aaacf1f71534e5f0c2dea3c8e5b5e7ef0335eae4b09fcb4ff5bb027c70ab0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:589da7e7297bfbab5d1ea8c406447c2832a1194528869ef4046acf1a4651e9ae_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f07600ca1141874684a486a159e47455bb8634863eb7ed23d318c6c95d0ae74b_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1aac55550194674f6ced2b8289d681fb1bcdcbf9b3a3c8951ded8acba9e51dda_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:48fa9f99b3903a555e473fc6ca2664621433146d94ab567c1cb29ea924e4d282_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:731a9504e9911b105c909b11f69b1023f636f373f404d6c608302111f441e0a5_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:fa055641a506ae97ed9feec2d42b1d0553108cbf5e224e0449ce2d36710ffed9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02892ae5abb984a8016cd1e0003a911e88e3f5f2b47928bad6c3ee372aacfe20_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4d1e7ca4ea99d73c269e96037903680159ca0e2506a03fced43f002914a9623e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:8081be29ad8f88a4356c0a91febdc4e22e0648139b43ba88830c447217f52027_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:88b81439ec590b7e69f0e54222e8baf495b14ce7e86e61938bd5f3207a8f53d6_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:56a2201a99766b5fa825f11c2d8e7e9a77abd3d7fc4459c931b6f93b4aa648ef_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:756c2c6a79bfb89215dc218ea2cd1cd37ab6aa0cc1673397ec31834fbbfc0885_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8473237c3df9c8667a3b75f74bcf20a5be41525ad4f207e03f9172ba7d8e5592_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c78dfef02995bd0ac0acabeaa3d0ba5b4776d5c7c52b296a96b40419428cd5ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:15e434410d5f5b65951a5bc5f5860295a0fcd7a70186583a2c194172ce47af6a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2c8f189090e91b78b0d981e3d1fb8e29c516da3fce30a7d01500788a845966f2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:684918ab48aab0e95b8f3997294084cfbc8d1a54b69ca2c85db9611ea43c29de_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:8277eb7e9dd3bf9b4bfba4d668968cdd1fbab204cb427f570ccf76ace2838ce0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42967fba6caf53a2803a417ed0f085a1bba078a44b80a4bd50978b95cbfc2ddc_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:89aabbe1685903482dd200470f3ea89be19bb6aeef6443a2d52cd7e5ce1036fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b247d306dcccda057e522750d35967a1eb9bde6a16f0367185b2b88e59c58516_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cafd371205d272b431bd18c98cad6906f079abe089a1bd347a4afe4092110dcd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:69eeac8002044e68ec22119b94fe95b270ec798ac4ad525f06993a773aab387a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6f9df997bb4d924d11932a8c3c8085ca56047613085da604c25992b71f608abb_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a5a06c71d74437dcae891f84a8e0e055624a9bc602dda219c4219576e687925d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a86e8a5d0d81be477483a39327f9a9febe79f33dd77cc5f6a7ac6c35d064a715_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4135e656d237ad471f004d1003c21d0d003785ab4e96cbb6537283affa7027c8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:794ef1d2afc5b727aea163e348c78b1db51270fe18a7032087fc91ba7714a6fe_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8852b6729dd3fe89fee5a0d40a980e66f2d39129ffbbaec66f04fa1a67147235_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8f04bcedf60775b28710d025a0db950aa051e804a8d541ec3030725684356969_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2436115"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jsPDF, a JavaScript library for generating PDFs. A remote attacker could exploit this vulnerability by providing unsanitized input to specific methods within the Acroform module, such as AcroformChoiceField.addOption or AcroFormCheckBox.appearanceState. This allows the attacker to inject arbitrary PDF objects, including JavaScript actions, which are then executed when a victim opens the crafted PDF document, leading to arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jsPDF: jsPDF: Arbitrary code execution via unsanitized input in Acroform module",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This IMPORTANT vulnerability in jsPDF affects Red Hat Advanced Cluster Security (RHACS) where it could allow arbitrary JavaScript execution. The flaw occurs if an attacker provides a specially crafted PDF document containing injected JavaScript actions, and a victim subsequently opens this malicious document. Exploitation requires user interaction with a malicious file.",
"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 Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:044d47930afa0388faad107510c8edfc20cf58e575fdb6a3052e98748b1f94fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:334a3cc1eb9c5716a0ce17ce4555d492e5d6e6176734c7e394e758452b53781f_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:478bec31b52c907ed8d1baa66093349c4a25f762e254ca654089944efb7b1622_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8fb63895a6cd6cfb65478a1e13c91c51f0e0a3fca4f9485355357fc19fd473ce_arm64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1197ddbba898fab012bba65029328ca7e89601bd9bd600e86ac705d1d770faa6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:130d7a867a403ec4e78ebb51b31b70de999869f40a08af796b6c03d4b2ab2d9f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:92142d9e0c6d4ce7c400225257b5ba65b96ea64963e148725a0ac74b239d90bf_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e1043190866c846c9a7e36e2ad675a9f1609e6265419f83310a936138686af4a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0509b6e806c267ddd92413e8ba9b45769a816d8600f836a28275b0b21a4c3b5b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:424ebfab2a8e3a792d9d9d06bf59a2b934c0cbfc2c2fe93c52cfe513d0cee68a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4d6077ee4537837e30898604c9076db61542ef587b03ba202a9f935c7a4bef9f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7238ebfc357b3e7dd1fe2a729d94e6b36aa003bdb928ea446c2d9784f8c4bd97_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9bb2d3ff2a97d0c3234e4864fc2d21ff278ce06e725e43c56f43e42bed97dd19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:07d6c6428acef30f990b6d3df65fbd2c6a6a06992f1e3b1fb7113a8799217f9c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:405aaacf1f71534e5f0c2dea3c8e5b5e7ef0335eae4b09fcb4ff5bb027c70ab0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:589da7e7297bfbab5d1ea8c406447c2832a1194528869ef4046acf1a4651e9ae_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f07600ca1141874684a486a159e47455bb8634863eb7ed23d318c6c95d0ae74b_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1aac55550194674f6ced2b8289d681fb1bcdcbf9b3a3c8951ded8acba9e51dda_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:48fa9f99b3903a555e473fc6ca2664621433146d94ab567c1cb29ea924e4d282_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:731a9504e9911b105c909b11f69b1023f636f373f404d6c608302111f441e0a5_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:fa055641a506ae97ed9feec2d42b1d0553108cbf5e224e0449ce2d36710ffed9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02892ae5abb984a8016cd1e0003a911e88e3f5f2b47928bad6c3ee372aacfe20_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4d1e7ca4ea99d73c269e96037903680159ca0e2506a03fced43f002914a9623e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:8081be29ad8f88a4356c0a91febdc4e22e0648139b43ba88830c447217f52027_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:88b81439ec590b7e69f0e54222e8baf495b14ce7e86e61938bd5f3207a8f53d6_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:56a2201a99766b5fa825f11c2d8e7e9a77abd3d7fc4459c931b6f93b4aa648ef_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:756c2c6a79bfb89215dc218ea2cd1cd37ab6aa0cc1673397ec31834fbbfc0885_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8473237c3df9c8667a3b75f74bcf20a5be41525ad4f207e03f9172ba7d8e5592_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c78dfef02995bd0ac0acabeaa3d0ba5b4776d5c7c52b296a96b40419428cd5ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:15e434410d5f5b65951a5bc5f5860295a0fcd7a70186583a2c194172ce47af6a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2c8f189090e91b78b0d981e3d1fb8e29c516da3fce30a7d01500788a845966f2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:684918ab48aab0e95b8f3997294084cfbc8d1a54b69ca2c85db9611ea43c29de_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:8277eb7e9dd3bf9b4bfba4d668968cdd1fbab204cb427f570ccf76ace2838ce0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42967fba6caf53a2803a417ed0f085a1bba078a44b80a4bd50978b95cbfc2ddc_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:89aabbe1685903482dd200470f3ea89be19bb6aeef6443a2d52cd7e5ce1036fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b247d306dcccda057e522750d35967a1eb9bde6a16f0367185b2b88e59c58516_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cafd371205d272b431bd18c98cad6906f079abe089a1bd347a4afe4092110dcd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:69eeac8002044e68ec22119b94fe95b270ec798ac4ad525f06993a773aab387a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6f9df997bb4d924d11932a8c3c8085ca56047613085da604c25992b71f608abb_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a5a06c71d74437dcae891f84a8e0e055624a9bc602dda219c4219576e687925d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a86e8a5d0d81be477483a39327f9a9febe79f33dd77cc5f6a7ac6c35d064a715_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4135e656d237ad471f004d1003c21d0d003785ab4e96cbb6537283affa7027c8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:794ef1d2afc5b727aea163e348c78b1db51270fe18a7032087fc91ba7714a6fe_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8852b6729dd3fe89fee5a0d40a980e66f2d39129ffbbaec66f04fa1a67147235_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8f04bcedf60775b28710d025a0db950aa051e804a8d541ec3030725684356969_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-24737"
},
{
"category": "external",
"summary": "RHBZ#2436115",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2436115"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-24737",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24737"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-24737",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24737"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/commit/da291a5f01b96282545c9391996702cdb8879f79",
"url": "https://github.com/parallax/jsPDF/commit/da291a5f01b96282545c9391996702cdb8879f79"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/releases/tag/v4.1.0",
"url": "https://github.com/parallax/jsPDF/releases/tag/v4.1.0"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/security/advisories/GHSA-pqxr-3g65-p328",
"url": "https://github.com/parallax/jsPDF/security/advisories/GHSA-pqxr-3g65-p328"
}
],
"release_date": "2026-02-02T20:29:05.011000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-12T11:53:42+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:044d47930afa0388faad107510c8edfc20cf58e575fdb6a3052e98748b1f94fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:334a3cc1eb9c5716a0ce17ce4555d492e5d6e6176734c7e394e758452b53781f_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:478bec31b52c907ed8d1baa66093349c4a25f762e254ca654089944efb7b1622_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8fb63895a6cd6cfb65478a1e13c91c51f0e0a3fca4f9485355357fc19fd473ce_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4466"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, avoid processing untrusted or unverified PDF documents with applications utilizing the jsPDF library. Ensure that any input provided to jsPDF\u0027s AcroForm methods and properties is properly sanitized to prevent the injection of arbitrary PDF objects and JavaScript actions. This operational control reduces the risk of arbitrary JavaScript execution.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1197ddbba898fab012bba65029328ca7e89601bd9bd600e86ac705d1d770faa6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:130d7a867a403ec4e78ebb51b31b70de999869f40a08af796b6c03d4b2ab2d9f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:92142d9e0c6d4ce7c400225257b5ba65b96ea64963e148725a0ac74b239d90bf_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e1043190866c846c9a7e36e2ad675a9f1609e6265419f83310a936138686af4a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0509b6e806c267ddd92413e8ba9b45769a816d8600f836a28275b0b21a4c3b5b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:424ebfab2a8e3a792d9d9d06bf59a2b934c0cbfc2c2fe93c52cfe513d0cee68a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4d6077ee4537837e30898604c9076db61542ef587b03ba202a9f935c7a4bef9f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7238ebfc357b3e7dd1fe2a729d94e6b36aa003bdb928ea446c2d9784f8c4bd97_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:044d47930afa0388faad107510c8edfc20cf58e575fdb6a3052e98748b1f94fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:334a3cc1eb9c5716a0ce17ce4555d492e5d6e6176734c7e394e758452b53781f_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:478bec31b52c907ed8d1baa66093349c4a25f762e254ca654089944efb7b1622_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8fb63895a6cd6cfb65478a1e13c91c51f0e0a3fca4f9485355357fc19fd473ce_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9bb2d3ff2a97d0c3234e4864fc2d21ff278ce06e725e43c56f43e42bed97dd19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:07d6c6428acef30f990b6d3df65fbd2c6a6a06992f1e3b1fb7113a8799217f9c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:405aaacf1f71534e5f0c2dea3c8e5b5e7ef0335eae4b09fcb4ff5bb027c70ab0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:589da7e7297bfbab5d1ea8c406447c2832a1194528869ef4046acf1a4651e9ae_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f07600ca1141874684a486a159e47455bb8634863eb7ed23d318c6c95d0ae74b_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1aac55550194674f6ced2b8289d681fb1bcdcbf9b3a3c8951ded8acba9e51dda_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:48fa9f99b3903a555e473fc6ca2664621433146d94ab567c1cb29ea924e4d282_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:731a9504e9911b105c909b11f69b1023f636f373f404d6c608302111f441e0a5_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:fa055641a506ae97ed9feec2d42b1d0553108cbf5e224e0449ce2d36710ffed9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02892ae5abb984a8016cd1e0003a911e88e3f5f2b47928bad6c3ee372aacfe20_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4d1e7ca4ea99d73c269e96037903680159ca0e2506a03fced43f002914a9623e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:8081be29ad8f88a4356c0a91febdc4e22e0648139b43ba88830c447217f52027_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:88b81439ec590b7e69f0e54222e8baf495b14ce7e86e61938bd5f3207a8f53d6_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:56a2201a99766b5fa825f11c2d8e7e9a77abd3d7fc4459c931b6f93b4aa648ef_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:756c2c6a79bfb89215dc218ea2cd1cd37ab6aa0cc1673397ec31834fbbfc0885_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8473237c3df9c8667a3b75f74bcf20a5be41525ad4f207e03f9172ba7d8e5592_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c78dfef02995bd0ac0acabeaa3d0ba5b4776d5c7c52b296a96b40419428cd5ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:15e434410d5f5b65951a5bc5f5860295a0fcd7a70186583a2c194172ce47af6a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2c8f189090e91b78b0d981e3d1fb8e29c516da3fce30a7d01500788a845966f2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:684918ab48aab0e95b8f3997294084cfbc8d1a54b69ca2c85db9611ea43c29de_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:8277eb7e9dd3bf9b4bfba4d668968cdd1fbab204cb427f570ccf76ace2838ce0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42967fba6caf53a2803a417ed0f085a1bba078a44b80a4bd50978b95cbfc2ddc_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:89aabbe1685903482dd200470f3ea89be19bb6aeef6443a2d52cd7e5ce1036fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b247d306dcccda057e522750d35967a1eb9bde6a16f0367185b2b88e59c58516_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cafd371205d272b431bd18c98cad6906f079abe089a1bd347a4afe4092110dcd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:69eeac8002044e68ec22119b94fe95b270ec798ac4ad525f06993a773aab387a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6f9df997bb4d924d11932a8c3c8085ca56047613085da604c25992b71f608abb_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a5a06c71d74437dcae891f84a8e0e055624a9bc602dda219c4219576e687925d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a86e8a5d0d81be477483a39327f9a9febe79f33dd77cc5f6a7ac6c35d064a715_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4135e656d237ad471f004d1003c21d0d003785ab4e96cbb6537283affa7027c8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:794ef1d2afc5b727aea163e348c78b1db51270fe18a7032087fc91ba7714a6fe_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8852b6729dd3fe89fee5a0d40a980e66f2d39129ffbbaec66f04fa1a67147235_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8f04bcedf60775b28710d025a0db950aa051e804a8d541ec3030725684356969_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:1197ddbba898fab012bba65029328ca7e89601bd9bd600e86ac705d1d770faa6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:130d7a867a403ec4e78ebb51b31b70de999869f40a08af796b6c03d4b2ab2d9f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:92142d9e0c6d4ce7c400225257b5ba65b96ea64963e148725a0ac74b239d90bf_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e1043190866c846c9a7e36e2ad675a9f1609e6265419f83310a936138686af4a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0509b6e806c267ddd92413e8ba9b45769a816d8600f836a28275b0b21a4c3b5b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:424ebfab2a8e3a792d9d9d06bf59a2b934c0cbfc2c2fe93c52cfe513d0cee68a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4d6077ee4537837e30898604c9076db61542ef587b03ba202a9f935c7a4bef9f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:7238ebfc357b3e7dd1fe2a729d94e6b36aa003bdb928ea446c2d9784f8c4bd97_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:044d47930afa0388faad107510c8edfc20cf58e575fdb6a3052e98748b1f94fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:334a3cc1eb9c5716a0ce17ce4555d492e5d6e6176734c7e394e758452b53781f_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:478bec31b52c907ed8d1baa66093349c4a25f762e254ca654089944efb7b1622_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8fb63895a6cd6cfb65478a1e13c91c51f0e0a3fca4f9485355357fc19fd473ce_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:9bb2d3ff2a97d0c3234e4864fc2d21ff278ce06e725e43c56f43e42bed97dd19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:07d6c6428acef30f990b6d3df65fbd2c6a6a06992f1e3b1fb7113a8799217f9c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:405aaacf1f71534e5f0c2dea3c8e5b5e7ef0335eae4b09fcb4ff5bb027c70ab0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:589da7e7297bfbab5d1ea8c406447c2832a1194528869ef4046acf1a4651e9ae_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f07600ca1141874684a486a159e47455bb8634863eb7ed23d318c6c95d0ae74b_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1aac55550194674f6ced2b8289d681fb1bcdcbf9b3a3c8951ded8acba9e51dda_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:48fa9f99b3903a555e473fc6ca2664621433146d94ab567c1cb29ea924e4d282_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:731a9504e9911b105c909b11f69b1023f636f373f404d6c608302111f441e0a5_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:fa055641a506ae97ed9feec2d42b1d0553108cbf5e224e0449ce2d36710ffed9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:02892ae5abb984a8016cd1e0003a911e88e3f5f2b47928bad6c3ee372aacfe20_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:4d1e7ca4ea99d73c269e96037903680159ca0e2506a03fced43f002914a9623e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:8081be29ad8f88a4356c0a91febdc4e22e0648139b43ba88830c447217f52027_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:88b81439ec590b7e69f0e54222e8baf495b14ce7e86e61938bd5f3207a8f53d6_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:56a2201a99766b5fa825f11c2d8e7e9a77abd3d7fc4459c931b6f93b4aa648ef_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:756c2c6a79bfb89215dc218ea2cd1cd37ab6aa0cc1673397ec31834fbbfc0885_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:8473237c3df9c8667a3b75f74bcf20a5be41525ad4f207e03f9172ba7d8e5592_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c78dfef02995bd0ac0acabeaa3d0ba5b4776d5c7c52b296a96b40419428cd5ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:15e434410d5f5b65951a5bc5f5860295a0fcd7a70186583a2c194172ce47af6a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2c8f189090e91b78b0d981e3d1fb8e29c516da3fce30a7d01500788a845966f2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:684918ab48aab0e95b8f3997294084cfbc8d1a54b69ca2c85db9611ea43c29de_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:8277eb7e9dd3bf9b4bfba4d668968cdd1fbab204cb427f570ccf76ace2838ce0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42967fba6caf53a2803a417ed0f085a1bba078a44b80a4bd50978b95cbfc2ddc_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:89aabbe1685903482dd200470f3ea89be19bb6aeef6443a2d52cd7e5ce1036fb_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:b247d306dcccda057e522750d35967a1eb9bde6a16f0367185b2b88e59c58516_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:cafd371205d272b431bd18c98cad6906f079abe089a1bd347a4afe4092110dcd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:69eeac8002044e68ec22119b94fe95b270ec798ac4ad525f06993a773aab387a_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6f9df997bb4d924d11932a8c3c8085ca56047613085da604c25992b71f608abb_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a5a06c71d74437dcae891f84a8e0e055624a9bc602dda219c4219576e687925d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a86e8a5d0d81be477483a39327f9a9febe79f33dd77cc5f6a7ac6c35d064a715_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4135e656d237ad471f004d1003c21d0d003785ab4e96cbb6537283affa7027c8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:794ef1d2afc5b727aea163e348c78b1db51270fe18a7032087fc91ba7714a6fe_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8852b6729dd3fe89fee5a0d40a980e66f2d39129ffbbaec66f04fa1a67147235_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8f04bcedf60775b28710d025a0db950aa051e804a8d541ec3030725684356969_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jsPDF: jsPDF: Arbitrary code execution via unsanitized input in Acroform module"
}
]
}
RHSA-2026:4467
Vulnerability from csaf_redhat - Published: 2026-03-12 11:53 - Updated: 2026-05-26 12:06A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:669b38265ef149e2361e5eada1bee14e895da0de3e687358186e0095483e1897_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8305d417a2b71db82c3563cd0c993bc883787ac60c5dfecb94d66f956f7dd868_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8d0cccce1b9063ed8db8d607c59e393b72bce6795275b41b3190a76db8b4d81c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f3f552180a0328f81481cecc617f75f15b6f34959f5918ce80abd0bfdfb9a9ed_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:2fbd6c61f33b11689b4bf682ae285b4580b616791fd24260d6474432faebe577_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7f14c15d7172a0b25b6e4c641ef3f3277ba3b0dc8dd5747e43b842c002a4a7af_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:90063788a0451b10a750ff4ac79ffd1c6f01d80c6cf0bc383c17764b81316318_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eda563370ee592ce23521c42a5c1776a98771b5ff0b57d93a05bab51765b0c54_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:2f09b2360c12d99319b4059a14947e7732ecd6fb2f654666f277fb287649dee7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:67fc5a13e3e9d36d173cd60a79b8844c118c8b21756f3ce3535ce8048ae51e77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:bf2105e2af0882689a69867150470feee03dbe1b3826d6598377425c0c547d03_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:fa92afd1a8a21b5810a73b588616bd3070a5690d6bc63d7dd12d16dd16305e19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e8e09e694e526ddae4ead8c2a40e961bc434a7a6678286e03fb100663f11fc8e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:46812964173a755fc24a1ac82a1c02984cae161887ccafac4b1e98df6af3c1b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:621bde2cedc94c85edbc9a7818f184c4a025356cbd4d3502b9829062b177bcb9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c09bca8dae3ea50877dee7ed05ac3f8496b4f412f330bd27faa55721f6593083_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c81b58c4932d1b9dd128efaeee6d8717104e12cdaf0b85cd7302d5c4e76392f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2c6a9b7fb8ef88724944ad2fc9cad23660b5df20683796f308e51a0228bc79b9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:63b0a10e5244e9aee244322df92c36b6156bfbf02de0cbcef9c2bb6934c9dafd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7fb0069e5d132b294144ffa692ec27cd942b7ed5a1d02c8c9c1435dd42af805b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b541158df2f62749c531300f6f8e96db77a9aac19f3220b7ac2b3624e0d704df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:14add162eda9e82808a17470e961426fc12745e81a3fce5499128d4511c714dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:623d3fc70fbd9fd7cd8eb92ecabe61a3819b01ee70861d1609173f19a8f720d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:64256707c1aed9efe5bcdcdd10a4cefc64e0fcf207de3856a7f42655149d3770_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:bc9fe2b6a2c34cae54c7790b2c13ee372ffe572c4fbd6ce196cf70e5744b8384_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0d46a6c8df0e85a36db5e373313351a8dd4989f2e2c7ef04709560c3127d7cb8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2de3c8f515be5525cf5ef29a087dc38836185870d1833c23b2e77d999cb98852_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:398aa0d6e7ca2b1721e2efa8dd5d612eb4077328e8443f35143bdcff06a32587_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fe79f11a25d8e1c4c216cf17a2f81ff522e189638bb6fb8883b09fc837995044_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:53b799133c23c23beabe0a6e2b783b373e8e0fc77c782cf992542216883afb0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:56decf73d446bf23e07109fce4972fb01b059d152306d57d9cd056df0ccabc23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5b4ca102775584f3562ec5ec42eeffad78e20cf431e0535aba2914a49262d48e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:aa1d5507c9f318ca06d5f05a944e968c1101c199c4b73a6a7ad6b73369c4e619_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0058c19927fa0217fd083daa9e4bc4ab4be35ce890d71843215ff0bf75584cbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1690ca71e304ab6c9453e4b558aea0c746ae7b8cafe1c9a6342c1e1bc8af749d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:45aff8f94a8e52b6ab94fc9d5cb5a70b21b14f50f741283bdcc84cce2b4a6c45_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f4d48c8a99ccaa58a70f278c31d2b9df7bbdcd92f6f5e47b37518dae622905a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:078d51fd9fc07cb9f66b51fa80586f5ebdbbcd9f77b8c333d494ce78afcab090_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:222574d5490b58fbdbf84f141786941325e13b6db8b9533802d6752b642cbd33_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9545f2d20b75cf42b2c110d8ff299fb1094af010bced15b136a9bb9b1e0e881b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ff04bb49db1c90d29de31a61671d2be5981f94f00420dfa0bdf52e0fbe439859_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:593fd82b504904a203ebd6ef4ff2712ae2b6187f7237ca7be5cce4451d6ef676_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7d2618952016da488d4503c41445358ec9ab7c8d53ef15a39efd12e06acc90b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e6b6bbf67893dd2258469cf659c8cb675ee7ba4173729dd7b83aa1f0448b8d9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9c29874fd3dcfbe07b10f80953e34ede86c030f758361dd1b00cc56ae66958c_s390x | — |
Workaround
|
A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:669b38265ef149e2361e5eada1bee14e895da0de3e687358186e0095483e1897_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8305d417a2b71db82c3563cd0c993bc883787ac60c5dfecb94d66f956f7dd868_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8d0cccce1b9063ed8db8d607c59e393b72bce6795275b41b3190a76db8b4d81c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f3f552180a0328f81481cecc617f75f15b6f34959f5918ce80abd0bfdfb9a9ed_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:46812964173a755fc24a1ac82a1c02984cae161887ccafac4b1e98df6af3c1b2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:621bde2cedc94c85edbc9a7818f184c4a025356cbd4d3502b9829062b177bcb9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c09bca8dae3ea50877dee7ed05ac3f8496b4f412f330bd27faa55721f6593083_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c81b58c4932d1b9dd128efaeee6d8717104e12cdaf0b85cd7302d5c4e76392f4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2c6a9b7fb8ef88724944ad2fc9cad23660b5df20683796f308e51a0228bc79b9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:63b0a10e5244e9aee244322df92c36b6156bfbf02de0cbcef9c2bb6934c9dafd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7fb0069e5d132b294144ffa692ec27cd942b7ed5a1d02c8c9c1435dd42af805b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b541158df2f62749c531300f6f8e96db77a9aac19f3220b7ac2b3624e0d704df_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:53b799133c23c23beabe0a6e2b783b373e8e0fc77c782cf992542216883afb0b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:56decf73d446bf23e07109fce4972fb01b059d152306d57d9cd056df0ccabc23_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5b4ca102775584f3562ec5ec42eeffad78e20cf431e0535aba2914a49262d48e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:aa1d5507c9f318ca06d5f05a944e968c1101c199c4b73a6a7ad6b73369c4e619_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0058c19927fa0217fd083daa9e4bc4ab4be35ce890d71843215ff0bf75584cbf_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1690ca71e304ab6c9453e4b558aea0c746ae7b8cafe1c9a6342c1e1bc8af749d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:45aff8f94a8e52b6ab94fc9d5cb5a70b21b14f50f741283bdcc84cce2b4a6c45_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f4d48c8a99ccaa58a70f278c31d2b9df7bbdcd92f6f5e47b37518dae622905a2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:593fd82b504904a203ebd6ef4ff2712ae2b6187f7237ca7be5cce4451d6ef676_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7d2618952016da488d4503c41445358ec9ab7c8d53ef15a39efd12e06acc90b1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e6b6bbf67893dd2258469cf659c8cb675ee7ba4173729dd7b83aa1f0448b8d9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9c29874fd3dcfbe07b10f80953e34ede86c030f758361dd1b00cc56ae66958c_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:2fbd6c61f33b11689b4bf682ae285b4580b616791fd24260d6474432faebe577_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7f14c15d7172a0b25b6e4c641ef3f3277ba3b0dc8dd5747e43b842c002a4a7af_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:90063788a0451b10a750ff4ac79ffd1c6f01d80c6cf0bc383c17764b81316318_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eda563370ee592ce23521c42a5c1776a98771b5ff0b57d93a05bab51765b0c54_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:2f09b2360c12d99319b4059a14947e7732ecd6fb2f654666f277fb287649dee7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:67fc5a13e3e9d36d173cd60a79b8844c118c8b21756f3ce3535ce8048ae51e77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:bf2105e2af0882689a69867150470feee03dbe1b3826d6598377425c0c547d03_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:fa92afd1a8a21b5810a73b588616bd3070a5690d6bc63d7dd12d16dd16305e19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e8e09e694e526ddae4ead8c2a40e961bc434a7a6678286e03fb100663f11fc8e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:14add162eda9e82808a17470e961426fc12745e81a3fce5499128d4511c714dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:623d3fc70fbd9fd7cd8eb92ecabe61a3819b01ee70861d1609173f19a8f720d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:64256707c1aed9efe5bcdcdd10a4cefc64e0fcf207de3856a7f42655149d3770_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:bc9fe2b6a2c34cae54c7790b2c13ee372ffe572c4fbd6ce196cf70e5744b8384_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0d46a6c8df0e85a36db5e373313351a8dd4989f2e2c7ef04709560c3127d7cb8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2de3c8f515be5525cf5ef29a087dc38836185870d1833c23b2e77d999cb98852_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:398aa0d6e7ca2b1721e2efa8dd5d612eb4077328e8443f35143bdcff06a32587_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fe79f11a25d8e1c4c216cf17a2f81ff522e189638bb6fb8883b09fc837995044_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:078d51fd9fc07cb9f66b51fa80586f5ebdbbcd9f77b8c333d494ce78afcab090_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:222574d5490b58fbdbf84f141786941325e13b6db8b9533802d6752b642cbd33_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9545f2d20b75cf42b2c110d8ff299fb1094af010bced15b136a9bb9b1e0e881b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ff04bb49db1c90d29de31a61671d2be5981f94f00420dfa0bdf52e0fbe439859_ppc64le | — |
Workaround
|
A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:669b38265ef149e2361e5eada1bee14e895da0de3e687358186e0095483e1897_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8305d417a2b71db82c3563cd0c993bc883787ac60c5dfecb94d66f956f7dd868_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8d0cccce1b9063ed8db8d607c59e393b72bce6795275b41b3190a76db8b4d81c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f3f552180a0328f81481cecc617f75f15b6f34959f5918ce80abd0bfdfb9a9ed_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:46812964173a755fc24a1ac82a1c02984cae161887ccafac4b1e98df6af3c1b2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:621bde2cedc94c85edbc9a7818f184c4a025356cbd4d3502b9829062b177bcb9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c09bca8dae3ea50877dee7ed05ac3f8496b4f412f330bd27faa55721f6593083_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c81b58c4932d1b9dd128efaeee6d8717104e12cdaf0b85cd7302d5c4e76392f4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2c6a9b7fb8ef88724944ad2fc9cad23660b5df20683796f308e51a0228bc79b9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:63b0a10e5244e9aee244322df92c36b6156bfbf02de0cbcef9c2bb6934c9dafd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7fb0069e5d132b294144ffa692ec27cd942b7ed5a1d02c8c9c1435dd42af805b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b541158df2f62749c531300f6f8e96db77a9aac19f3220b7ac2b3624e0d704df_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:53b799133c23c23beabe0a6e2b783b373e8e0fc77c782cf992542216883afb0b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:56decf73d446bf23e07109fce4972fb01b059d152306d57d9cd056df0ccabc23_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5b4ca102775584f3562ec5ec42eeffad78e20cf431e0535aba2914a49262d48e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:aa1d5507c9f318ca06d5f05a944e968c1101c199c4b73a6a7ad6b73369c4e619_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0058c19927fa0217fd083daa9e4bc4ab4be35ce890d71843215ff0bf75584cbf_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1690ca71e304ab6c9453e4b558aea0c746ae7b8cafe1c9a6342c1e1bc8af749d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:45aff8f94a8e52b6ab94fc9d5cb5a70b21b14f50f741283bdcc84cce2b4a6c45_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f4d48c8a99ccaa58a70f278c31d2b9df7bbdcd92f6f5e47b37518dae622905a2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:593fd82b504904a203ebd6ef4ff2712ae2b6187f7237ca7be5cce4451d6ef676_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7d2618952016da488d4503c41445358ec9ab7c8d53ef15a39efd12e06acc90b1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e6b6bbf67893dd2258469cf659c8cb675ee7ba4173729dd7b83aa1f0448b8d9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9c29874fd3dcfbe07b10f80953e34ede86c030f758361dd1b00cc56ae66958c_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:2fbd6c61f33b11689b4bf682ae285b4580b616791fd24260d6474432faebe577_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7f14c15d7172a0b25b6e4c641ef3f3277ba3b0dc8dd5747e43b842c002a4a7af_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:90063788a0451b10a750ff4ac79ffd1c6f01d80c6cf0bc383c17764b81316318_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eda563370ee592ce23521c42a5c1776a98771b5ff0b57d93a05bab51765b0c54_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:2f09b2360c12d99319b4059a14947e7732ecd6fb2f654666f277fb287649dee7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:67fc5a13e3e9d36d173cd60a79b8844c118c8b21756f3ce3535ce8048ae51e77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:bf2105e2af0882689a69867150470feee03dbe1b3826d6598377425c0c547d03_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:fa92afd1a8a21b5810a73b588616bd3070a5690d6bc63d7dd12d16dd16305e19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e8e09e694e526ddae4ead8c2a40e961bc434a7a6678286e03fb100663f11fc8e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:14add162eda9e82808a17470e961426fc12745e81a3fce5499128d4511c714dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:623d3fc70fbd9fd7cd8eb92ecabe61a3819b01ee70861d1609173f19a8f720d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:64256707c1aed9efe5bcdcdd10a4cefc64e0fcf207de3856a7f42655149d3770_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:bc9fe2b6a2c34cae54c7790b2c13ee372ffe572c4fbd6ce196cf70e5744b8384_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0d46a6c8df0e85a36db5e373313351a8dd4989f2e2c7ef04709560c3127d7cb8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2de3c8f515be5525cf5ef29a087dc38836185870d1833c23b2e77d999cb98852_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:398aa0d6e7ca2b1721e2efa8dd5d612eb4077328e8443f35143bdcff06a32587_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fe79f11a25d8e1c4c216cf17a2f81ff522e189638bb6fb8883b09fc837995044_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:078d51fd9fc07cb9f66b51fa80586f5ebdbbcd9f77b8c333d494ce78afcab090_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:222574d5490b58fbdbf84f141786941325e13b6db8b9533802d6752b642cbd33_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9545f2d20b75cf42b2c110d8ff299fb1094af010bced15b136a9bb9b1e0e881b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ff04bb49db1c90d29de31a61671d2be5981f94f00420dfa0bdf52e0fbe439859_ppc64le | — |
Workaround
|
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:669b38265ef149e2361e5eada1bee14e895da0de3e687358186e0095483e1897_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8305d417a2b71db82c3563cd0c993bc883787ac60c5dfecb94d66f956f7dd868_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8d0cccce1b9063ed8db8d607c59e393b72bce6795275b41b3190a76db8b4d81c_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f3f552180a0328f81481cecc617f75f15b6f34959f5918ce80abd0bfdfb9a9ed_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:46812964173a755fc24a1ac82a1c02984cae161887ccafac4b1e98df6af3c1b2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:621bde2cedc94c85edbc9a7818f184c4a025356cbd4d3502b9829062b177bcb9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c09bca8dae3ea50877dee7ed05ac3f8496b4f412f330bd27faa55721f6593083_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c81b58c4932d1b9dd128efaeee6d8717104e12cdaf0b85cd7302d5c4e76392f4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2c6a9b7fb8ef88724944ad2fc9cad23660b5df20683796f308e51a0228bc79b9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:63b0a10e5244e9aee244322df92c36b6156bfbf02de0cbcef9c2bb6934c9dafd_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7fb0069e5d132b294144ffa692ec27cd942b7ed5a1d02c8c9c1435dd42af805b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b541158df2f62749c531300f6f8e96db77a9aac19f3220b7ac2b3624e0d704df_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:53b799133c23c23beabe0a6e2b783b373e8e0fc77c782cf992542216883afb0b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:56decf73d446bf23e07109fce4972fb01b059d152306d57d9cd056df0ccabc23_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5b4ca102775584f3562ec5ec42eeffad78e20cf431e0535aba2914a49262d48e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:aa1d5507c9f318ca06d5f05a944e968c1101c199c4b73a6a7ad6b73369c4e619_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0058c19927fa0217fd083daa9e4bc4ab4be35ce890d71843215ff0bf75584cbf_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1690ca71e304ab6c9453e4b558aea0c746ae7b8cafe1c9a6342c1e1bc8af749d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:45aff8f94a8e52b6ab94fc9d5cb5a70b21b14f50f741283bdcc84cce2b4a6c45_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f4d48c8a99ccaa58a70f278c31d2b9df7bbdcd92f6f5e47b37518dae622905a2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:593fd82b504904a203ebd6ef4ff2712ae2b6187f7237ca7be5cce4451d6ef676_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7d2618952016da488d4503c41445358ec9ab7c8d53ef15a39efd12e06acc90b1_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e6b6bbf67893dd2258469cf659c8cb675ee7ba4173729dd7b83aa1f0448b8d9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9c29874fd3dcfbe07b10f80953e34ede86c030f758361dd1b00cc56ae66958c_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:2fbd6c61f33b11689b4bf682ae285b4580b616791fd24260d6474432faebe577_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7f14c15d7172a0b25b6e4c641ef3f3277ba3b0dc8dd5747e43b842c002a4a7af_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:90063788a0451b10a750ff4ac79ffd1c6f01d80c6cf0bc383c17764b81316318_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eda563370ee592ce23521c42a5c1776a98771b5ff0b57d93a05bab51765b0c54_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:2f09b2360c12d99319b4059a14947e7732ecd6fb2f654666f277fb287649dee7_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:67fc5a13e3e9d36d173cd60a79b8844c118c8b21756f3ce3535ce8048ae51e77_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:bf2105e2af0882689a69867150470feee03dbe1b3826d6598377425c0c547d03_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:fa92afd1a8a21b5810a73b588616bd3070a5690d6bc63d7dd12d16dd16305e19_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e8e09e694e526ddae4ead8c2a40e961bc434a7a6678286e03fb100663f11fc8e_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:14add162eda9e82808a17470e961426fc12745e81a3fce5499128d4511c714dd_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:623d3fc70fbd9fd7cd8eb92ecabe61a3819b01ee70861d1609173f19a8f720d3_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:64256707c1aed9efe5bcdcdd10a4cefc64e0fcf207de3856a7f42655149d3770_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:bc9fe2b6a2c34cae54c7790b2c13ee372ffe572c4fbd6ce196cf70e5744b8384_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0d46a6c8df0e85a36db5e373313351a8dd4989f2e2c7ef04709560c3127d7cb8_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2de3c8f515be5525cf5ef29a087dc38836185870d1833c23b2e77d999cb98852_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:398aa0d6e7ca2b1721e2efa8dd5d612eb4077328e8443f35143bdcff06a32587_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fe79f11a25d8e1c4c216cf17a2f81ff522e189638bb6fb8883b09fc837995044_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:078d51fd9fc07cb9f66b51fa80586f5ebdbbcd9f77b8c333d494ce78afcab090_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:222574d5490b58fbdbf84f141786941325e13b6db8b9533802d6752b642cbd33_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9545f2d20b75cf42b2c110d8ff299fb1094af010bced15b136a9bb9b1e0e881b_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ff04bb49db1c90d29de31a61671d2be5981f94f00420dfa0bdf52e0fbe439859_ppc64le | — |
A flaw was found in urllib3 Python library that could lead to a Denial of Service condition. A remote, malicious server can exploit this flaw by responding to a client request with an HTTP message that uses an excessive number of chained compression algorithms. This unlimited decompression chain causes the client system to consume a virtually unbounded amount of CPU resources and memory. The high resource usage leads to service disruption, making the application unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:2fbd6c61f33b11689b4bf682ae285b4580b616791fd24260d6474432faebe577_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7f14c15d7172a0b25b6e4c641ef3f3277ba3b0dc8dd5747e43b842c002a4a7af_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:90063788a0451b10a750ff4ac79ffd1c6f01d80c6cf0bc383c17764b81316318_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eda563370ee592ce23521c42a5c1776a98771b5ff0b57d93a05bab51765b0c54_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:2f09b2360c12d99319b4059a14947e7732ecd6fb2f654666f277fb287649dee7_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:67fc5a13e3e9d36d173cd60a79b8844c118c8b21756f3ce3535ce8048ae51e77_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:bf2105e2af0882689a69867150470feee03dbe1b3826d6598377425c0c547d03_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:fa92afd1a8a21b5810a73b588616bd3070a5690d6bc63d7dd12d16dd16305e19_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:14add162eda9e82808a17470e961426fc12745e81a3fce5499128d4511c714dd_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:623d3fc70fbd9fd7cd8eb92ecabe61a3819b01ee70861d1609173f19a8f720d3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:64256707c1aed9efe5bcdcdd10a4cefc64e0fcf207de3856a7f42655149d3770_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:bc9fe2b6a2c34cae54c7790b2c13ee372ffe572c4fbd6ce196cf70e5744b8384_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:669b38265ef149e2361e5eada1bee14e895da0de3e687358186e0095483e1897_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8305d417a2b71db82c3563cd0c993bc883787ac60c5dfecb94d66f956f7dd868_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8d0cccce1b9063ed8db8d607c59e393b72bce6795275b41b3190a76db8b4d81c_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f3f552180a0328f81481cecc617f75f15b6f34959f5918ce80abd0bfdfb9a9ed_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e8e09e694e526ddae4ead8c2a40e961bc434a7a6678286e03fb100663f11fc8e_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:46812964173a755fc24a1ac82a1c02984cae161887ccafac4b1e98df6af3c1b2_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:621bde2cedc94c85edbc9a7818f184c4a025356cbd4d3502b9829062b177bcb9_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c09bca8dae3ea50877dee7ed05ac3f8496b4f412f330bd27faa55721f6593083_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c81b58c4932d1b9dd128efaeee6d8717104e12cdaf0b85cd7302d5c4e76392f4_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2c6a9b7fb8ef88724944ad2fc9cad23660b5df20683796f308e51a0228bc79b9_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:63b0a10e5244e9aee244322df92c36b6156bfbf02de0cbcef9c2bb6934c9dafd_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7fb0069e5d132b294144ffa692ec27cd942b7ed5a1d02c8c9c1435dd42af805b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b541158df2f62749c531300f6f8e96db77a9aac19f3220b7ac2b3624e0d704df_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0d46a6c8df0e85a36db5e373313351a8dd4989f2e2c7ef04709560c3127d7cb8_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2de3c8f515be5525cf5ef29a087dc38836185870d1833c23b2e77d999cb98852_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:398aa0d6e7ca2b1721e2efa8dd5d612eb4077328e8443f35143bdcff06a32587_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fe79f11a25d8e1c4c216cf17a2f81ff522e189638bb6fb8883b09fc837995044_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:53b799133c23c23beabe0a6e2b783b373e8e0fc77c782cf992542216883afb0b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:56decf73d446bf23e07109fce4972fb01b059d152306d57d9cd056df0ccabc23_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5b4ca102775584f3562ec5ec42eeffad78e20cf431e0535aba2914a49262d48e_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:aa1d5507c9f318ca06d5f05a944e968c1101c199c4b73a6a7ad6b73369c4e619_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0058c19927fa0217fd083daa9e4bc4ab4be35ce890d71843215ff0bf75584cbf_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1690ca71e304ab6c9453e4b558aea0c746ae7b8cafe1c9a6342c1e1bc8af749d_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:45aff8f94a8e52b6ab94fc9d5cb5a70b21b14f50f741283bdcc84cce2b4a6c45_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f4d48c8a99ccaa58a70f278c31d2b9df7bbdcd92f6f5e47b37518dae622905a2_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:078d51fd9fc07cb9f66b51fa80586f5ebdbbcd9f77b8c333d494ce78afcab090_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:222574d5490b58fbdbf84f141786941325e13b6db8b9533802d6752b642cbd33_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9545f2d20b75cf42b2c110d8ff299fb1094af010bced15b136a9bb9b1e0e881b_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ff04bb49db1c90d29de31a61671d2be5981f94f00420dfa0bdf52e0fbe439859_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:593fd82b504904a203ebd6ef4ff2712ae2b6187f7237ca7be5cce4451d6ef676_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7d2618952016da488d4503c41445358ec9ab7c8d53ef15a39efd12e06acc90b1_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e6b6bbf67893dd2258469cf659c8cb675ee7ba4173729dd7b83aa1f0448b8d9_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9c29874fd3dcfbe07b10f80953e34ede86c030f758361dd1b00cc56ae66958c_s390x | — |
A decompression handling flaw has been discovered in urllib3. When streaming a compressed response, urllib3 can perform decoding or decompression based on the HTTP Content-Encoding header (e.g., gzip, deflate, br, or zstd). The library must read compressed data from the network and decompress it until the requested chunk size is met. Any resulting decompressed data that exceeds the requested amount is held in an internal buffer for the next read operation. The decompression logic could cause urllib3 to fully decode a small amount of highly compressed data in a single operation. This can result in excessive resource consumption (high CPU usage and massive memory allocation for the decompressed data; CWE-409) on the client side, even if the application only requested a small chunk of data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:2fbd6c61f33b11689b4bf682ae285b4580b616791fd24260d6474432faebe577_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7f14c15d7172a0b25b6e4c641ef3f3277ba3b0dc8dd5747e43b842c002a4a7af_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:90063788a0451b10a750ff4ac79ffd1c6f01d80c6cf0bc383c17764b81316318_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eda563370ee592ce23521c42a5c1776a98771b5ff0b57d93a05bab51765b0c54_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:2f09b2360c12d99319b4059a14947e7732ecd6fb2f654666f277fb287649dee7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:67fc5a13e3e9d36d173cd60a79b8844c118c8b21756f3ce3535ce8048ae51e77_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:bf2105e2af0882689a69867150470feee03dbe1b3826d6598377425c0c547d03_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:fa92afd1a8a21b5810a73b588616bd3070a5690d6bc63d7dd12d16dd16305e19_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:669b38265ef149e2361e5eada1bee14e895da0de3e687358186e0095483e1897_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8305d417a2b71db82c3563cd0c993bc883787ac60c5dfecb94d66f956f7dd868_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8d0cccce1b9063ed8db8d607c59e393b72bce6795275b41b3190a76db8b4d81c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f3f552180a0328f81481cecc617f75f15b6f34959f5918ce80abd0bfdfb9a9ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e8e09e694e526ddae4ead8c2a40e961bc434a7a6678286e03fb100663f11fc8e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:46812964173a755fc24a1ac82a1c02984cae161887ccafac4b1e98df6af3c1b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:621bde2cedc94c85edbc9a7818f184c4a025356cbd4d3502b9829062b177bcb9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c09bca8dae3ea50877dee7ed05ac3f8496b4f412f330bd27faa55721f6593083_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c81b58c4932d1b9dd128efaeee6d8717104e12cdaf0b85cd7302d5c4e76392f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2c6a9b7fb8ef88724944ad2fc9cad23660b5df20683796f308e51a0228bc79b9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:63b0a10e5244e9aee244322df92c36b6156bfbf02de0cbcef9c2bb6934c9dafd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7fb0069e5d132b294144ffa692ec27cd942b7ed5a1d02c8c9c1435dd42af805b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b541158df2f62749c531300f6f8e96db77a9aac19f3220b7ac2b3624e0d704df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:14add162eda9e82808a17470e961426fc12745e81a3fce5499128d4511c714dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:623d3fc70fbd9fd7cd8eb92ecabe61a3819b01ee70861d1609173f19a8f720d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:64256707c1aed9efe5bcdcdd10a4cefc64e0fcf207de3856a7f42655149d3770_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:bc9fe2b6a2c34cae54c7790b2c13ee372ffe572c4fbd6ce196cf70e5744b8384_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0d46a6c8df0e85a36db5e373313351a8dd4989f2e2c7ef04709560c3127d7cb8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2de3c8f515be5525cf5ef29a087dc38836185870d1833c23b2e77d999cb98852_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:398aa0d6e7ca2b1721e2efa8dd5d612eb4077328e8443f35143bdcff06a32587_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fe79f11a25d8e1c4c216cf17a2f81ff522e189638bb6fb8883b09fc837995044_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:53b799133c23c23beabe0a6e2b783b373e8e0fc77c782cf992542216883afb0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:56decf73d446bf23e07109fce4972fb01b059d152306d57d9cd056df0ccabc23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5b4ca102775584f3562ec5ec42eeffad78e20cf431e0535aba2914a49262d48e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:aa1d5507c9f318ca06d5f05a944e968c1101c199c4b73a6a7ad6b73369c4e619_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0058c19927fa0217fd083daa9e4bc4ab4be35ce890d71843215ff0bf75584cbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1690ca71e304ab6c9453e4b558aea0c746ae7b8cafe1c9a6342c1e1bc8af749d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:45aff8f94a8e52b6ab94fc9d5cb5a70b21b14f50f741283bdcc84cce2b4a6c45_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f4d48c8a99ccaa58a70f278c31d2b9df7bbdcd92f6f5e47b37518dae622905a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:078d51fd9fc07cb9f66b51fa80586f5ebdbbcd9f77b8c333d494ce78afcab090_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:222574d5490b58fbdbf84f141786941325e13b6db8b9533802d6752b642cbd33_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9545f2d20b75cf42b2c110d8ff299fb1094af010bced15b136a9bb9b1e0e881b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ff04bb49db1c90d29de31a61671d2be5981f94f00420dfa0bdf52e0fbe439859_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:593fd82b504904a203ebd6ef4ff2712ae2b6187f7237ca7be5cce4451d6ef676_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7d2618952016da488d4503c41445358ec9ab7c8d53ef15a39efd12e06acc90b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e6b6bbf67893dd2258469cf659c8cb675ee7ba4173729dd7b83aa1f0448b8d9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9c29874fd3dcfbe07b10f80953e34ede86c030f758361dd1b00cc56ae66958c_s390x | — |
Workaround
|
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:669b38265ef149e2361e5eada1bee14e895da0de3e687358186e0095483e1897_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8305d417a2b71db82c3563cd0c993bc883787ac60c5dfecb94d66f956f7dd868_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8d0cccce1b9063ed8db8d607c59e393b72bce6795275b41b3190a76db8b4d81c_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f3f552180a0328f81481cecc617f75f15b6f34959f5918ce80abd0bfdfb9a9ed_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:2fbd6c61f33b11689b4bf682ae285b4580b616791fd24260d6474432faebe577_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7f14c15d7172a0b25b6e4c641ef3f3277ba3b0dc8dd5747e43b842c002a4a7af_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:90063788a0451b10a750ff4ac79ffd1c6f01d80c6cf0bc383c17764b81316318_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eda563370ee592ce23521c42a5c1776a98771b5ff0b57d93a05bab51765b0c54_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:2f09b2360c12d99319b4059a14947e7732ecd6fb2f654666f277fb287649dee7_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:67fc5a13e3e9d36d173cd60a79b8844c118c8b21756f3ce3535ce8048ae51e77_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:bf2105e2af0882689a69867150470feee03dbe1b3826d6598377425c0c547d03_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:fa92afd1a8a21b5810a73b588616bd3070a5690d6bc63d7dd12d16dd16305e19_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e8e09e694e526ddae4ead8c2a40e961bc434a7a6678286e03fb100663f11fc8e_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:46812964173a755fc24a1ac82a1c02984cae161887ccafac4b1e98df6af3c1b2_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:621bde2cedc94c85edbc9a7818f184c4a025356cbd4d3502b9829062b177bcb9_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c09bca8dae3ea50877dee7ed05ac3f8496b4f412f330bd27faa55721f6593083_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c81b58c4932d1b9dd128efaeee6d8717104e12cdaf0b85cd7302d5c4e76392f4_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2c6a9b7fb8ef88724944ad2fc9cad23660b5df20683796f308e51a0228bc79b9_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:63b0a10e5244e9aee244322df92c36b6156bfbf02de0cbcef9c2bb6934c9dafd_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7fb0069e5d132b294144ffa692ec27cd942b7ed5a1d02c8c9c1435dd42af805b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b541158df2f62749c531300f6f8e96db77a9aac19f3220b7ac2b3624e0d704df_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:14add162eda9e82808a17470e961426fc12745e81a3fce5499128d4511c714dd_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:623d3fc70fbd9fd7cd8eb92ecabe61a3819b01ee70861d1609173f19a8f720d3_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:64256707c1aed9efe5bcdcdd10a4cefc64e0fcf207de3856a7f42655149d3770_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:bc9fe2b6a2c34cae54c7790b2c13ee372ffe572c4fbd6ce196cf70e5744b8384_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0d46a6c8df0e85a36db5e373313351a8dd4989f2e2c7ef04709560c3127d7cb8_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2de3c8f515be5525cf5ef29a087dc38836185870d1833c23b2e77d999cb98852_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:398aa0d6e7ca2b1721e2efa8dd5d612eb4077328e8443f35143bdcff06a32587_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fe79f11a25d8e1c4c216cf17a2f81ff522e189638bb6fb8883b09fc837995044_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:53b799133c23c23beabe0a6e2b783b373e8e0fc77c782cf992542216883afb0b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:56decf73d446bf23e07109fce4972fb01b059d152306d57d9cd056df0ccabc23_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5b4ca102775584f3562ec5ec42eeffad78e20cf431e0535aba2914a49262d48e_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:aa1d5507c9f318ca06d5f05a944e968c1101c199c4b73a6a7ad6b73369c4e619_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0058c19927fa0217fd083daa9e4bc4ab4be35ce890d71843215ff0bf75584cbf_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1690ca71e304ab6c9453e4b558aea0c746ae7b8cafe1c9a6342c1e1bc8af749d_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:45aff8f94a8e52b6ab94fc9d5cb5a70b21b14f50f741283bdcc84cce2b4a6c45_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f4d48c8a99ccaa58a70f278c31d2b9df7bbdcd92f6f5e47b37518dae622905a2_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:078d51fd9fc07cb9f66b51fa80586f5ebdbbcd9f77b8c333d494ce78afcab090_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:222574d5490b58fbdbf84f141786941325e13b6db8b9533802d6752b642cbd33_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9545f2d20b75cf42b2c110d8ff299fb1094af010bced15b136a9bb9b1e0e881b_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ff04bb49db1c90d29de31a61671d2be5981f94f00420dfa0bdf52e0fbe439859_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:593fd82b504904a203ebd6ef4ff2712ae2b6187f7237ca7be5cce4451d6ef676_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7d2618952016da488d4503c41445358ec9ab7c8d53ef15a39efd12e06acc90b1_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e6b6bbf67893dd2258469cf659c8cb675ee7ba4173729dd7b83aa1f0448b8d9_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9c29874fd3dcfbe07b10f80953e34ede86c030f758361dd1b00cc56ae66958c_s390x | — |
urllib3 is an HTTP client library for Python. urllib3's streaming API is designed for the efficient handling of large HTTP responses by reading the content in chunks, rather than loading the entire response body into memory at once. urllib3 can perform decoding or decompression based on the HTTP `Content-Encoding` header (e.g., `gzip`, `deflate`, `br`, or `zstd`). When using the streaming API, the library decompresses only the necessary bytes, enabling partial content consumption. Starting in version 1.22 and prior to version 2.6.3, for HTTP redirect responses, the library would read the entire response body to drain the connection and decompress the content unnecessarily. This decompression occurred even before any read methods were called, and configured read limits did not restrict the amount of decompressed data. As a result, there was no safeguard against decompression bombs. A malicious server could exploit this to trigger excessive resource consumption on the client. Applications and libraries are affected when they stream content from untrusted sources by setting `preload_content=False` when they do not disable redirects. Users should upgrade to at least urllib3 v2.6.3, in which the library does not decode content of redirect responses when `preload_content=False`. If upgrading is not immediately possible, disable redirects by setting `redirect=False` for requests to untrusted source.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:2fbd6c61f33b11689b4bf682ae285b4580b616791fd24260d6474432faebe577_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7f14c15d7172a0b25b6e4c641ef3f3277ba3b0dc8dd5747e43b842c002a4a7af_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:90063788a0451b10a750ff4ac79ffd1c6f01d80c6cf0bc383c17764b81316318_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eda563370ee592ce23521c42a5c1776a98771b5ff0b57d93a05bab51765b0c54_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:14add162eda9e82808a17470e961426fc12745e81a3fce5499128d4511c714dd_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:623d3fc70fbd9fd7cd8eb92ecabe61a3819b01ee70861d1609173f19a8f720d3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:64256707c1aed9efe5bcdcdd10a4cefc64e0fcf207de3856a7f42655149d3770_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:bc9fe2b6a2c34cae54c7790b2c13ee372ffe572c4fbd6ce196cf70e5744b8384_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0d46a6c8df0e85a36db5e373313351a8dd4989f2e2c7ef04709560c3127d7cb8_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2de3c8f515be5525cf5ef29a087dc38836185870d1833c23b2e77d999cb98852_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:398aa0d6e7ca2b1721e2efa8dd5d612eb4077328e8443f35143bdcff06a32587_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fe79f11a25d8e1c4c216cf17a2f81ff522e189638bb6fb8883b09fc837995044_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:078d51fd9fc07cb9f66b51fa80586f5ebdbbcd9f77b8c333d494ce78afcab090_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:222574d5490b58fbdbf84f141786941325e13b6db8b9533802d6752b642cbd33_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9545f2d20b75cf42b2c110d8ff299fb1094af010bced15b136a9bb9b1e0e881b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ff04bb49db1c90d29de31a61671d2be5981f94f00420dfa0bdf52e0fbe439859_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:2f09b2360c12d99319b4059a14947e7732ecd6fb2f654666f277fb287649dee7_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:67fc5a13e3e9d36d173cd60a79b8844c118c8b21756f3ce3535ce8048ae51e77_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:bf2105e2af0882689a69867150470feee03dbe1b3826d6598377425c0c547d03_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:fa92afd1a8a21b5810a73b588616bd3070a5690d6bc63d7dd12d16dd16305e19_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:669b38265ef149e2361e5eada1bee14e895da0de3e687358186e0095483e1897_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8305d417a2b71db82c3563cd0c993bc883787ac60c5dfecb94d66f956f7dd868_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8d0cccce1b9063ed8db8d607c59e393b72bce6795275b41b3190a76db8b4d81c_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f3f552180a0328f81481cecc617f75f15b6f34959f5918ce80abd0bfdfb9a9ed_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e8e09e694e526ddae4ead8c2a40e961bc434a7a6678286e03fb100663f11fc8e_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:46812964173a755fc24a1ac82a1c02984cae161887ccafac4b1e98df6af3c1b2_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:621bde2cedc94c85edbc9a7818f184c4a025356cbd4d3502b9829062b177bcb9_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c09bca8dae3ea50877dee7ed05ac3f8496b4f412f330bd27faa55721f6593083_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c81b58c4932d1b9dd128efaeee6d8717104e12cdaf0b85cd7302d5c4e76392f4_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2c6a9b7fb8ef88724944ad2fc9cad23660b5df20683796f308e51a0228bc79b9_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:63b0a10e5244e9aee244322df92c36b6156bfbf02de0cbcef9c2bb6934c9dafd_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7fb0069e5d132b294144ffa692ec27cd942b7ed5a1d02c8c9c1435dd42af805b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b541158df2f62749c531300f6f8e96db77a9aac19f3220b7ac2b3624e0d704df_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:53b799133c23c23beabe0a6e2b783b373e8e0fc77c782cf992542216883afb0b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:56decf73d446bf23e07109fce4972fb01b059d152306d57d9cd056df0ccabc23_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5b4ca102775584f3562ec5ec42eeffad78e20cf431e0535aba2914a49262d48e_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:aa1d5507c9f318ca06d5f05a944e968c1101c199c4b73a6a7ad6b73369c4e619_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0058c19927fa0217fd083daa9e4bc4ab4be35ce890d71843215ff0bf75584cbf_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1690ca71e304ab6c9453e4b558aea0c746ae7b8cafe1c9a6342c1e1bc8af749d_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:45aff8f94a8e52b6ab94fc9d5cb5a70b21b14f50f741283bdcc84cce2b4a6c45_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f4d48c8a99ccaa58a70f278c31d2b9df7bbdcd92f6f5e47b37518dae622905a2_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:593fd82b504904a203ebd6ef4ff2712ae2b6187f7237ca7be5cce4451d6ef676_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7d2618952016da488d4503c41445358ec9ab7c8d53ef15a39efd12e06acc90b1_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e6b6bbf67893dd2258469cf659c8cb675ee7ba4173729dd7b83aa1f0448b8d9_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9c29874fd3dcfbe07b10f80953e34ede86c030f758361dd1b00cc56ae66958c_s390x | — |
A flaw was found in jsPDF. When jsPDF is used in a concurrent environment, such as a Node.js web server, a race condition in the addJS method can lead to cross-user data leakage. This occurs because a shared variable used to store JavaScript content can be overwritten by simultaneous requests. As a result, a PDF generated for one user may contain sensitive JavaScript content intended for another user, leading to unauthorized information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:669b38265ef149e2361e5eada1bee14e895da0de3e687358186e0095483e1897_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8305d417a2b71db82c3563cd0c993bc883787ac60c5dfecb94d66f956f7dd868_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8d0cccce1b9063ed8db8d607c59e393b72bce6795275b41b3190a76db8b4d81c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f3f552180a0328f81481cecc617f75f15b6f34959f5918ce80abd0bfdfb9a9ed_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:2fbd6c61f33b11689b4bf682ae285b4580b616791fd24260d6474432faebe577_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7f14c15d7172a0b25b6e4c641ef3f3277ba3b0dc8dd5747e43b842c002a4a7af_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:90063788a0451b10a750ff4ac79ffd1c6f01d80c6cf0bc383c17764b81316318_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eda563370ee592ce23521c42a5c1776a98771b5ff0b57d93a05bab51765b0c54_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:2f09b2360c12d99319b4059a14947e7732ecd6fb2f654666f277fb287649dee7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:67fc5a13e3e9d36d173cd60a79b8844c118c8b21756f3ce3535ce8048ae51e77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:bf2105e2af0882689a69867150470feee03dbe1b3826d6598377425c0c547d03_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:fa92afd1a8a21b5810a73b588616bd3070a5690d6bc63d7dd12d16dd16305e19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e8e09e694e526ddae4ead8c2a40e961bc434a7a6678286e03fb100663f11fc8e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:46812964173a755fc24a1ac82a1c02984cae161887ccafac4b1e98df6af3c1b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:621bde2cedc94c85edbc9a7818f184c4a025356cbd4d3502b9829062b177bcb9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c09bca8dae3ea50877dee7ed05ac3f8496b4f412f330bd27faa55721f6593083_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c81b58c4932d1b9dd128efaeee6d8717104e12cdaf0b85cd7302d5c4e76392f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2c6a9b7fb8ef88724944ad2fc9cad23660b5df20683796f308e51a0228bc79b9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:63b0a10e5244e9aee244322df92c36b6156bfbf02de0cbcef9c2bb6934c9dafd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7fb0069e5d132b294144ffa692ec27cd942b7ed5a1d02c8c9c1435dd42af805b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b541158df2f62749c531300f6f8e96db77a9aac19f3220b7ac2b3624e0d704df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:14add162eda9e82808a17470e961426fc12745e81a3fce5499128d4511c714dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:623d3fc70fbd9fd7cd8eb92ecabe61a3819b01ee70861d1609173f19a8f720d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:64256707c1aed9efe5bcdcdd10a4cefc64e0fcf207de3856a7f42655149d3770_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:bc9fe2b6a2c34cae54c7790b2c13ee372ffe572c4fbd6ce196cf70e5744b8384_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0d46a6c8df0e85a36db5e373313351a8dd4989f2e2c7ef04709560c3127d7cb8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2de3c8f515be5525cf5ef29a087dc38836185870d1833c23b2e77d999cb98852_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:398aa0d6e7ca2b1721e2efa8dd5d612eb4077328e8443f35143bdcff06a32587_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fe79f11a25d8e1c4c216cf17a2f81ff522e189638bb6fb8883b09fc837995044_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:53b799133c23c23beabe0a6e2b783b373e8e0fc77c782cf992542216883afb0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:56decf73d446bf23e07109fce4972fb01b059d152306d57d9cd056df0ccabc23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5b4ca102775584f3562ec5ec42eeffad78e20cf431e0535aba2914a49262d48e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:aa1d5507c9f318ca06d5f05a944e968c1101c199c4b73a6a7ad6b73369c4e619_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0058c19927fa0217fd083daa9e4bc4ab4be35ce890d71843215ff0bf75584cbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1690ca71e304ab6c9453e4b558aea0c746ae7b8cafe1c9a6342c1e1bc8af749d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:45aff8f94a8e52b6ab94fc9d5cb5a70b21b14f50f741283bdcc84cce2b4a6c45_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f4d48c8a99ccaa58a70f278c31d2b9df7bbdcd92f6f5e47b37518dae622905a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:078d51fd9fc07cb9f66b51fa80586f5ebdbbcd9f77b8c333d494ce78afcab090_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:222574d5490b58fbdbf84f141786941325e13b6db8b9533802d6752b642cbd33_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9545f2d20b75cf42b2c110d8ff299fb1094af010bced15b136a9bb9b1e0e881b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ff04bb49db1c90d29de31a61671d2be5981f94f00420dfa0bdf52e0fbe439859_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:593fd82b504904a203ebd6ef4ff2712ae2b6187f7237ca7be5cce4451d6ef676_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7d2618952016da488d4503c41445358ec9ab7c8d53ef15a39efd12e06acc90b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e6b6bbf67893dd2258469cf659c8cb675ee7ba4173729dd7b83aa1f0448b8d9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9c29874fd3dcfbe07b10f80953e34ede86c030f758361dd1b00cc56ae66958c_s390x | — |
Workaround
|
A flaw was found in jsPDF, a JavaScript library for generating PDFs. A remote attacker could exploit this vulnerability by providing unsanitized input to specific methods within the Acroform module, such as AcroformChoiceField.addOption or AcroFormCheckBox.appearanceState. This allows the attacker to inject arbitrary PDF objects, including JavaScript actions, which are then executed when a victim opens the crafted PDF document, leading to arbitrary code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:669b38265ef149e2361e5eada1bee14e895da0de3e687358186e0095483e1897_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8305d417a2b71db82c3563cd0c993bc883787ac60c5dfecb94d66f956f7dd868_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8d0cccce1b9063ed8db8d607c59e393b72bce6795275b41b3190a76db8b4d81c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f3f552180a0328f81481cecc617f75f15b6f34959f5918ce80abd0bfdfb9a9ed_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:2fbd6c61f33b11689b4bf682ae285b4580b616791fd24260d6474432faebe577_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7f14c15d7172a0b25b6e4c641ef3f3277ba3b0dc8dd5747e43b842c002a4a7af_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:90063788a0451b10a750ff4ac79ffd1c6f01d80c6cf0bc383c17764b81316318_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eda563370ee592ce23521c42a5c1776a98771b5ff0b57d93a05bab51765b0c54_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:2f09b2360c12d99319b4059a14947e7732ecd6fb2f654666f277fb287649dee7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:67fc5a13e3e9d36d173cd60a79b8844c118c8b21756f3ce3535ce8048ae51e77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:bf2105e2af0882689a69867150470feee03dbe1b3826d6598377425c0c547d03_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:fa92afd1a8a21b5810a73b588616bd3070a5690d6bc63d7dd12d16dd16305e19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e8e09e694e526ddae4ead8c2a40e961bc434a7a6678286e03fb100663f11fc8e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:46812964173a755fc24a1ac82a1c02984cae161887ccafac4b1e98df6af3c1b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:621bde2cedc94c85edbc9a7818f184c4a025356cbd4d3502b9829062b177bcb9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c09bca8dae3ea50877dee7ed05ac3f8496b4f412f330bd27faa55721f6593083_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c81b58c4932d1b9dd128efaeee6d8717104e12cdaf0b85cd7302d5c4e76392f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2c6a9b7fb8ef88724944ad2fc9cad23660b5df20683796f308e51a0228bc79b9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:63b0a10e5244e9aee244322df92c36b6156bfbf02de0cbcef9c2bb6934c9dafd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7fb0069e5d132b294144ffa692ec27cd942b7ed5a1d02c8c9c1435dd42af805b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b541158df2f62749c531300f6f8e96db77a9aac19f3220b7ac2b3624e0d704df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:14add162eda9e82808a17470e961426fc12745e81a3fce5499128d4511c714dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:623d3fc70fbd9fd7cd8eb92ecabe61a3819b01ee70861d1609173f19a8f720d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:64256707c1aed9efe5bcdcdd10a4cefc64e0fcf207de3856a7f42655149d3770_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:bc9fe2b6a2c34cae54c7790b2c13ee372ffe572c4fbd6ce196cf70e5744b8384_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0d46a6c8df0e85a36db5e373313351a8dd4989f2e2c7ef04709560c3127d7cb8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2de3c8f515be5525cf5ef29a087dc38836185870d1833c23b2e77d999cb98852_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:398aa0d6e7ca2b1721e2efa8dd5d612eb4077328e8443f35143bdcff06a32587_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fe79f11a25d8e1c4c216cf17a2f81ff522e189638bb6fb8883b09fc837995044_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:53b799133c23c23beabe0a6e2b783b373e8e0fc77c782cf992542216883afb0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:56decf73d446bf23e07109fce4972fb01b059d152306d57d9cd056df0ccabc23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5b4ca102775584f3562ec5ec42eeffad78e20cf431e0535aba2914a49262d48e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:aa1d5507c9f318ca06d5f05a944e968c1101c199c4b73a6a7ad6b73369c4e619_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0058c19927fa0217fd083daa9e4bc4ab4be35ce890d71843215ff0bf75584cbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1690ca71e304ab6c9453e4b558aea0c746ae7b8cafe1c9a6342c1e1bc8af749d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:45aff8f94a8e52b6ab94fc9d5cb5a70b21b14f50f741283bdcc84cce2b4a6c45_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f4d48c8a99ccaa58a70f278c31d2b9df7bbdcd92f6f5e47b37518dae622905a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:078d51fd9fc07cb9f66b51fa80586f5ebdbbcd9f77b8c333d494ce78afcab090_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:222574d5490b58fbdbf84f141786941325e13b6db8b9533802d6752b642cbd33_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9545f2d20b75cf42b2c110d8ff299fb1094af010bced15b136a9bb9b1e0e881b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ff04bb49db1c90d29de31a61671d2be5981f94f00420dfa0bdf52e0fbe439859_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:593fd82b504904a203ebd6ef4ff2712ae2b6187f7237ca7be5cce4451d6ef676_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7d2618952016da488d4503c41445358ec9ab7c8d53ef15a39efd12e06acc90b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e6b6bbf67893dd2258469cf659c8cb675ee7ba4173729dd7b83aa1f0448b8d9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9c29874fd3dcfbe07b10f80953e34ede86c030f758361dd1b00cc56ae66958c_s390x | — |
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": "Updated images are now available for Red Hat Advanced Cluster Security\n(RHACS), which typically include new features, bug fixes, and/or\nsecurity patches.",
"title": "Topic"
},
{
"category": "general",
"text": "See the release notes (link in the references section) for a\ndescription of the fixes and enhancements in this particular release.",
"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:4467",
"url": "https://access.redhat.com/errata/RHSA-2026:4467"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-13465",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61728",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66418",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66471",
"url": "https://access.redhat.com/security/cve/CVE-2025-66471"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68121",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-21441",
"url": "https://access.redhat.com/security/cve/CVE-2026-21441"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-24040",
"url": "https://access.redhat.com/security/cve/CVE-2026-24040"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-24737",
"url": "https://access.redhat.com/security/cve/CVE-2026-24737"
},
{
"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_advanced_cluster_security_for_kubernetes/4.9/html-single/release_notes/index#about-this-release-494_release-notes-49",
"url": "https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_security_for_kubernetes/4.9/html-single/release_notes/index#about-this-release-494_release-notes-49"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_4467.json"
}
],
"title": "Red Hat Security Advisory: RHACS 4.9.4 security and bug fix update",
"tracking": {
"current_release_date": "2026-05-26T12:06:25+00:00",
"generator": {
"date": "2026-05-26T12:06:25+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:4467",
"initial_release_date": "2026-03-12T11:53:58+00:00",
"revision_history": [
{
"date": "2026-03-12T11:53:58+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-30T14:36:39+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-26T12:06:25+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product": {
"name": "Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:advanced_cluster_security:4.9::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Advanced Cluster Security for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:2fbd6c61f33b11689b4bf682ae285b4580b616791fd24260d6474432faebe577_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:2fbd6c61f33b11689b4bf682ae285b4580b616791fd24260d6474432faebe577_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:2fbd6c61f33b11689b4bf682ae285b4580b616791fd24260d6474432faebe577_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256%3A2fbd6c61f33b11689b4bf682ae285b4580b616791fd24260d6474432faebe577?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1773235860"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:fa92afd1a8a21b5810a73b588616bd3070a5690d6bc63d7dd12d16dd16305e19_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:fa92afd1a8a21b5810a73b588616bd3070a5690d6bc63d7dd12d16dd16305e19_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:fa92afd1a8a21b5810a73b588616bd3070a5690d6bc63d7dd12d16dd16305e19_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256%3Afa92afd1a8a21b5810a73b588616bd3070a5690d6bc63d7dd12d16dd16305e19?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1771401314"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8305d417a2b71db82c3563cd0c993bc883787ac60c5dfecb94d66f956f7dd868_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8305d417a2b71db82c3563cd0c993bc883787ac60c5dfecb94d66f956f7dd868_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8305d417a2b71db82c3563cd0c993bc883787ac60c5dfecb94d66f956f7dd868_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256%3A8305d417a2b71db82c3563cd0c993bc883787ac60c5dfecb94d66f956f7dd868?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1773235860"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c81b58c4932d1b9dd128efaeee6d8717104e12cdaf0b85cd7302d5c4e76392f4_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c81b58c4932d1b9dd128efaeee6d8717104e12cdaf0b85cd7302d5c4e76392f4_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c81b58c4932d1b9dd128efaeee6d8717104e12cdaf0b85cd7302d5c4e76392f4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256%3Ac81b58c4932d1b9dd128efaeee6d8717104e12cdaf0b85cd7302d5c4e76392f4?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1773235860"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e8e09e694e526ddae4ead8c2a40e961bc434a7a6678286e03fb100663f11fc8e_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e8e09e694e526ddae4ead8c2a40e961bc434a7a6678286e03fb100663f11fc8e_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e8e09e694e526ddae4ead8c2a40e961bc434a7a6678286e03fb100663f11fc8e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256%3Ae8e09e694e526ddae4ead8c2a40e961bc434a7a6678286e03fb100663f11fc8e?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1773235860"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b541158df2f62749c531300f6f8e96db77a9aac19f3220b7ac2b3624e0d704df_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b541158df2f62749c531300f6f8e96db77a9aac19f3220b7ac2b3624e0d704df_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b541158df2f62749c531300f6f8e96db77a9aac19f3220b7ac2b3624e0d704df_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256%3Ab541158df2f62749c531300f6f8e96db77a9aac19f3220b7ac2b3624e0d704df?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1773235860"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:56decf73d446bf23e07109fce4972fb01b059d152306d57d9cd056df0ccabc23_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:56decf73d446bf23e07109fce4972fb01b059d152306d57d9cd056df0ccabc23_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:56decf73d446bf23e07109fce4972fb01b059d152306d57d9cd056df0ccabc23_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256%3A56decf73d446bf23e07109fce4972fb01b059d152306d57d9cd056df0ccabc23?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1772473062"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:623d3fc70fbd9fd7cd8eb92ecabe61a3819b01ee70861d1609173f19a8f720d3_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:623d3fc70fbd9fd7cd8eb92ecabe61a3819b01ee70861d1609173f19a8f720d3_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:623d3fc70fbd9fd7cd8eb92ecabe61a3819b01ee70861d1609173f19a8f720d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256%3A623d3fc70fbd9fd7cd8eb92ecabe61a3819b01ee70861d1609173f19a8f720d3?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1772473062"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2de3c8f515be5525cf5ef29a087dc38836185870d1833c23b2e77d999cb98852_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2de3c8f515be5525cf5ef29a087dc38836185870d1833c23b2e77d999cb98852_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2de3c8f515be5525cf5ef29a087dc38836185870d1833c23b2e77d999cb98852_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256%3A2de3c8f515be5525cf5ef29a087dc38836185870d1833c23b2e77d999cb98852?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1772473062"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:45aff8f94a8e52b6ab94fc9d5cb5a70b21b14f50f741283bdcc84cce2b4a6c45_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:45aff8f94a8e52b6ab94fc9d5cb5a70b21b14f50f741283bdcc84cce2b4a6c45_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:45aff8f94a8e52b6ab94fc9d5cb5a70b21b14f50f741283bdcc84cce2b4a6c45_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256%3A45aff8f94a8e52b6ab94fc9d5cb5a70b21b14f50f741283bdcc84cce2b4a6c45?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1772473062"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:593fd82b504904a203ebd6ef4ff2712ae2b6187f7237ca7be5cce4451d6ef676_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:593fd82b504904a203ebd6ef4ff2712ae2b6187f7237ca7be5cce4451d6ef676_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:593fd82b504904a203ebd6ef4ff2712ae2b6187f7237ca7be5cce4451d6ef676_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256%3A593fd82b504904a203ebd6ef4ff2712ae2b6187f7237ca7be5cce4451d6ef676?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1773235860"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:078d51fd9fc07cb9f66b51fa80586f5ebdbbcd9f77b8c333d494ce78afcab090_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:078d51fd9fc07cb9f66b51fa80586f5ebdbbcd9f77b8c333d494ce78afcab090_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:078d51fd9fc07cb9f66b51fa80586f5ebdbbcd9f77b8c333d494ce78afcab090_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256%3A078d51fd9fc07cb9f66b51fa80586f5ebdbbcd9f77b8c333d494ce78afcab090?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1773235860"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eda563370ee592ce23521c42a5c1776a98771b5ff0b57d93a05bab51765b0c54_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eda563370ee592ce23521c42a5c1776a98771b5ff0b57d93a05bab51765b0c54_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eda563370ee592ce23521c42a5c1776a98771b5ff0b57d93a05bab51765b0c54_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256%3Aeda563370ee592ce23521c42a5c1776a98771b5ff0b57d93a05bab51765b0c54?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1773235860"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:67fc5a13e3e9d36d173cd60a79b8844c118c8b21756f3ce3535ce8048ae51e77_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:67fc5a13e3e9d36d173cd60a79b8844c118c8b21756f3ce3535ce8048ae51e77_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:67fc5a13e3e9d36d173cd60a79b8844c118c8b21756f3ce3535ce8048ae51e77_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256%3A67fc5a13e3e9d36d173cd60a79b8844c118c8b21756f3ce3535ce8048ae51e77?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1771401314"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8d0cccce1b9063ed8db8d607c59e393b72bce6795275b41b3190a76db8b4d81c_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8d0cccce1b9063ed8db8d607c59e393b72bce6795275b41b3190a76db8b4d81c_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8d0cccce1b9063ed8db8d607c59e393b72bce6795275b41b3190a76db8b4d81c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256%3A8d0cccce1b9063ed8db8d607c59e393b72bce6795275b41b3190a76db8b4d81c?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1773235860"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:46812964173a755fc24a1ac82a1c02984cae161887ccafac4b1e98df6af3c1b2_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:46812964173a755fc24a1ac82a1c02984cae161887ccafac4b1e98df6af3c1b2_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:46812964173a755fc24a1ac82a1c02984cae161887ccafac4b1e98df6af3c1b2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256%3A46812964173a755fc24a1ac82a1c02984cae161887ccafac4b1e98df6af3c1b2?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1773235860"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7fb0069e5d132b294144ffa692ec27cd942b7ed5a1d02c8c9c1435dd42af805b_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7fb0069e5d132b294144ffa692ec27cd942b7ed5a1d02c8c9c1435dd42af805b_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7fb0069e5d132b294144ffa692ec27cd942b7ed5a1d02c8c9c1435dd42af805b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256%3A7fb0069e5d132b294144ffa692ec27cd942b7ed5a1d02c8c9c1435dd42af805b?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1773235860"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:53b799133c23c23beabe0a6e2b783b373e8e0fc77c782cf992542216883afb0b_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:53b799133c23c23beabe0a6e2b783b373e8e0fc77c782cf992542216883afb0b_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:53b799133c23c23beabe0a6e2b783b373e8e0fc77c782cf992542216883afb0b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256%3A53b799133c23c23beabe0a6e2b783b373e8e0fc77c782cf992542216883afb0b?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1772473062"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:14add162eda9e82808a17470e961426fc12745e81a3fce5499128d4511c714dd_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:14add162eda9e82808a17470e961426fc12745e81a3fce5499128d4511c714dd_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:14add162eda9e82808a17470e961426fc12745e81a3fce5499128d4511c714dd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256%3A14add162eda9e82808a17470e961426fc12745e81a3fce5499128d4511c714dd?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1772473062"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:398aa0d6e7ca2b1721e2efa8dd5d612eb4077328e8443f35143bdcff06a32587_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:398aa0d6e7ca2b1721e2efa8dd5d612eb4077328e8443f35143bdcff06a32587_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:398aa0d6e7ca2b1721e2efa8dd5d612eb4077328e8443f35143bdcff06a32587_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256%3A398aa0d6e7ca2b1721e2efa8dd5d612eb4077328e8443f35143bdcff06a32587?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1772473062"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0058c19927fa0217fd083daa9e4bc4ab4be35ce890d71843215ff0bf75584cbf_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0058c19927fa0217fd083daa9e4bc4ab4be35ce890d71843215ff0bf75584cbf_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0058c19927fa0217fd083daa9e4bc4ab4be35ce890d71843215ff0bf75584cbf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256%3A0058c19927fa0217fd083daa9e4bc4ab4be35ce890d71843215ff0bf75584cbf?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1772473062"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7d2618952016da488d4503c41445358ec9ab7c8d53ef15a39efd12e06acc90b1_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7d2618952016da488d4503c41445358ec9ab7c8d53ef15a39efd12e06acc90b1_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7d2618952016da488d4503c41445358ec9ab7c8d53ef15a39efd12e06acc90b1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256%3A7d2618952016da488d4503c41445358ec9ab7c8d53ef15a39efd12e06acc90b1?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1773235860"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:222574d5490b58fbdbf84f141786941325e13b6db8b9533802d6752b642cbd33_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:222574d5490b58fbdbf84f141786941325e13b6db8b9533802d6752b642cbd33_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:222574d5490b58fbdbf84f141786941325e13b6db8b9533802d6752b642cbd33_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256%3A222574d5490b58fbdbf84f141786941325e13b6db8b9533802d6752b642cbd33?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1773235860"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7f14c15d7172a0b25b6e4c641ef3f3277ba3b0dc8dd5747e43b842c002a4a7af_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7f14c15d7172a0b25b6e4c641ef3f3277ba3b0dc8dd5747e43b842c002a4a7af_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7f14c15d7172a0b25b6e4c641ef3f3277ba3b0dc8dd5747e43b842c002a4a7af_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256%3A7f14c15d7172a0b25b6e4c641ef3f3277ba3b0dc8dd5747e43b842c002a4a7af?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1773235860"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:2f09b2360c12d99319b4059a14947e7732ecd6fb2f654666f277fb287649dee7_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:2f09b2360c12d99319b4059a14947e7732ecd6fb2f654666f277fb287649dee7_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:2f09b2360c12d99319b4059a14947e7732ecd6fb2f654666f277fb287649dee7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256%3A2f09b2360c12d99319b4059a14947e7732ecd6fb2f654666f277fb287649dee7?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1771401314"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f3f552180a0328f81481cecc617f75f15b6f34959f5918ce80abd0bfdfb9a9ed_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f3f552180a0328f81481cecc617f75f15b6f34959f5918ce80abd0bfdfb9a9ed_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f3f552180a0328f81481cecc617f75f15b6f34959f5918ce80abd0bfdfb9a9ed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256%3Af3f552180a0328f81481cecc617f75f15b6f34959f5918ce80abd0bfdfb9a9ed?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1773235860"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c09bca8dae3ea50877dee7ed05ac3f8496b4f412f330bd27faa55721f6593083_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c09bca8dae3ea50877dee7ed05ac3f8496b4f412f330bd27faa55721f6593083_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c09bca8dae3ea50877dee7ed05ac3f8496b4f412f330bd27faa55721f6593083_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256%3Ac09bca8dae3ea50877dee7ed05ac3f8496b4f412f330bd27faa55721f6593083?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1773235860"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:63b0a10e5244e9aee244322df92c36b6156bfbf02de0cbcef9c2bb6934c9dafd_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:63b0a10e5244e9aee244322df92c36b6156bfbf02de0cbcef9c2bb6934c9dafd_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:63b0a10e5244e9aee244322df92c36b6156bfbf02de0cbcef9c2bb6934c9dafd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256%3A63b0a10e5244e9aee244322df92c36b6156bfbf02de0cbcef9c2bb6934c9dafd?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1773235860"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:aa1d5507c9f318ca06d5f05a944e968c1101c199c4b73a6a7ad6b73369c4e619_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:aa1d5507c9f318ca06d5f05a944e968c1101c199c4b73a6a7ad6b73369c4e619_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:aa1d5507c9f318ca06d5f05a944e968c1101c199c4b73a6a7ad6b73369c4e619_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256%3Aaa1d5507c9f318ca06d5f05a944e968c1101c199c4b73a6a7ad6b73369c4e619?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1772473062"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:bc9fe2b6a2c34cae54c7790b2c13ee372ffe572c4fbd6ce196cf70e5744b8384_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:bc9fe2b6a2c34cae54c7790b2c13ee372ffe572c4fbd6ce196cf70e5744b8384_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:bc9fe2b6a2c34cae54c7790b2c13ee372ffe572c4fbd6ce196cf70e5744b8384_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256%3Abc9fe2b6a2c34cae54c7790b2c13ee372ffe572c4fbd6ce196cf70e5744b8384?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1772473062"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fe79f11a25d8e1c4c216cf17a2f81ff522e189638bb6fb8883b09fc837995044_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fe79f11a25d8e1c4c216cf17a2f81ff522e189638bb6fb8883b09fc837995044_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fe79f11a25d8e1c4c216cf17a2f81ff522e189638bb6fb8883b09fc837995044_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256%3Afe79f11a25d8e1c4c216cf17a2f81ff522e189638bb6fb8883b09fc837995044?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1772473062"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f4d48c8a99ccaa58a70f278c31d2b9df7bbdcd92f6f5e47b37518dae622905a2_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f4d48c8a99ccaa58a70f278c31d2b9df7bbdcd92f6f5e47b37518dae622905a2_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f4d48c8a99ccaa58a70f278c31d2b9df7bbdcd92f6f5e47b37518dae622905a2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256%3Af4d48c8a99ccaa58a70f278c31d2b9df7bbdcd92f6f5e47b37518dae622905a2?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1772473062"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e6b6bbf67893dd2258469cf659c8cb675ee7ba4173729dd7b83aa1f0448b8d9_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e6b6bbf67893dd2258469cf659c8cb675ee7ba4173729dd7b83aa1f0448b8d9_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e6b6bbf67893dd2258469cf659c8cb675ee7ba4173729dd7b83aa1f0448b8d9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256%3A7e6b6bbf67893dd2258469cf659c8cb675ee7ba4173729dd7b83aa1f0448b8d9?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1773235860"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ff04bb49db1c90d29de31a61671d2be5981f94f00420dfa0bdf52e0fbe439859_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ff04bb49db1c90d29de31a61671d2be5981f94f00420dfa0bdf52e0fbe439859_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ff04bb49db1c90d29de31a61671d2be5981f94f00420dfa0bdf52e0fbe439859_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256%3Aff04bb49db1c90d29de31a61671d2be5981f94f00420dfa0bdf52e0fbe439859?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1773235860"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:90063788a0451b10a750ff4ac79ffd1c6f01d80c6cf0bc383c17764b81316318_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:90063788a0451b10a750ff4ac79ffd1c6f01d80c6cf0bc383c17764b81316318_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:90063788a0451b10a750ff4ac79ffd1c6f01d80c6cf0bc383c17764b81316318_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256%3A90063788a0451b10a750ff4ac79ffd1c6f01d80c6cf0bc383c17764b81316318?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1773235860"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:bf2105e2af0882689a69867150470feee03dbe1b3826d6598377425c0c547d03_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:bf2105e2af0882689a69867150470feee03dbe1b3826d6598377425c0c547d03_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:bf2105e2af0882689a69867150470feee03dbe1b3826d6598377425c0c547d03_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256%3Abf2105e2af0882689a69867150470feee03dbe1b3826d6598377425c0c547d03?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1771401314"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:669b38265ef149e2361e5eada1bee14e895da0de3e687358186e0095483e1897_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:669b38265ef149e2361e5eada1bee14e895da0de3e687358186e0095483e1897_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:669b38265ef149e2361e5eada1bee14e895da0de3e687358186e0095483e1897_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256%3A669b38265ef149e2361e5eada1bee14e895da0de3e687358186e0095483e1897?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1773235860"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:621bde2cedc94c85edbc9a7818f184c4a025356cbd4d3502b9829062b177bcb9_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:621bde2cedc94c85edbc9a7818f184c4a025356cbd4d3502b9829062b177bcb9_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:621bde2cedc94c85edbc9a7818f184c4a025356cbd4d3502b9829062b177bcb9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256%3A621bde2cedc94c85edbc9a7818f184c4a025356cbd4d3502b9829062b177bcb9?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1773235860"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2c6a9b7fb8ef88724944ad2fc9cad23660b5df20683796f308e51a0228bc79b9_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2c6a9b7fb8ef88724944ad2fc9cad23660b5df20683796f308e51a0228bc79b9_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2c6a9b7fb8ef88724944ad2fc9cad23660b5df20683796f308e51a0228bc79b9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256%3A2c6a9b7fb8ef88724944ad2fc9cad23660b5df20683796f308e51a0228bc79b9?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1773235860"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5b4ca102775584f3562ec5ec42eeffad78e20cf431e0535aba2914a49262d48e_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5b4ca102775584f3562ec5ec42eeffad78e20cf431e0535aba2914a49262d48e_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5b4ca102775584f3562ec5ec42eeffad78e20cf431e0535aba2914a49262d48e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256%3A5b4ca102775584f3562ec5ec42eeffad78e20cf431e0535aba2914a49262d48e?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1772473062"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:64256707c1aed9efe5bcdcdd10a4cefc64e0fcf207de3856a7f42655149d3770_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:64256707c1aed9efe5bcdcdd10a4cefc64e0fcf207de3856a7f42655149d3770_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:64256707c1aed9efe5bcdcdd10a4cefc64e0fcf207de3856a7f42655149d3770_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256%3A64256707c1aed9efe5bcdcdd10a4cefc64e0fcf207de3856a7f42655149d3770?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1772473062"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0d46a6c8df0e85a36db5e373313351a8dd4989f2e2c7ef04709560c3127d7cb8_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0d46a6c8df0e85a36db5e373313351a8dd4989f2e2c7ef04709560c3127d7cb8_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0d46a6c8df0e85a36db5e373313351a8dd4989f2e2c7ef04709560c3127d7cb8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256%3A0d46a6c8df0e85a36db5e373313351a8dd4989f2e2c7ef04709560c3127d7cb8?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1772473062"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1690ca71e304ab6c9453e4b558aea0c746ae7b8cafe1c9a6342c1e1bc8af749d_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1690ca71e304ab6c9453e4b558aea0c746ae7b8cafe1c9a6342c1e1bc8af749d_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1690ca71e304ab6c9453e4b558aea0c746ae7b8cafe1c9a6342c1e1bc8af749d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256%3A1690ca71e304ab6c9453e4b558aea0c746ae7b8cafe1c9a6342c1e1bc8af749d?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1772473062"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9c29874fd3dcfbe07b10f80953e34ede86c030f758361dd1b00cc56ae66958c_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9c29874fd3dcfbe07b10f80953e34ede86c030f758361dd1b00cc56ae66958c_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9c29874fd3dcfbe07b10f80953e34ede86c030f758361dd1b00cc56ae66958c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256%3Ae9c29874fd3dcfbe07b10f80953e34ede86c030f758361dd1b00cc56ae66958c?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1773235860"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9545f2d20b75cf42b2c110d8ff299fb1094af010bced15b136a9bb9b1e0e881b_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9545f2d20b75cf42b2c110d8ff299fb1094af010bced15b136a9bb9b1e0e881b_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9545f2d20b75cf42b2c110d8ff299fb1094af010bced15b136a9bb9b1e0e881b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256%3A9545f2d20b75cf42b2c110d8ff299fb1094af010bced15b136a9bb9b1e0e881b?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1773235860"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:2fbd6c61f33b11689b4bf682ae285b4580b616791fd24260d6474432faebe577_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:2fbd6c61f33b11689b4bf682ae285b4580b616791fd24260d6474432faebe577_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:2fbd6c61f33b11689b4bf682ae285b4580b616791fd24260d6474432faebe577_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7f14c15d7172a0b25b6e4c641ef3f3277ba3b0dc8dd5747e43b842c002a4a7af_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7f14c15d7172a0b25b6e4c641ef3f3277ba3b0dc8dd5747e43b842c002a4a7af_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7f14c15d7172a0b25b6e4c641ef3f3277ba3b0dc8dd5747e43b842c002a4a7af_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:90063788a0451b10a750ff4ac79ffd1c6f01d80c6cf0bc383c17764b81316318_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:90063788a0451b10a750ff4ac79ffd1c6f01d80c6cf0bc383c17764b81316318_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:90063788a0451b10a750ff4ac79ffd1c6f01d80c6cf0bc383c17764b81316318_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eda563370ee592ce23521c42a5c1776a98771b5ff0b57d93a05bab51765b0c54_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eda563370ee592ce23521c42a5c1776a98771b5ff0b57d93a05bab51765b0c54_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eda563370ee592ce23521c42a5c1776a98771b5ff0b57d93a05bab51765b0c54_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:2f09b2360c12d99319b4059a14947e7732ecd6fb2f654666f277fb287649dee7_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:2f09b2360c12d99319b4059a14947e7732ecd6fb2f654666f277fb287649dee7_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:2f09b2360c12d99319b4059a14947e7732ecd6fb2f654666f277fb287649dee7_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:67fc5a13e3e9d36d173cd60a79b8844c118c8b21756f3ce3535ce8048ae51e77_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:67fc5a13e3e9d36d173cd60a79b8844c118c8b21756f3ce3535ce8048ae51e77_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:67fc5a13e3e9d36d173cd60a79b8844c118c8b21756f3ce3535ce8048ae51e77_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:bf2105e2af0882689a69867150470feee03dbe1b3826d6598377425c0c547d03_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:bf2105e2af0882689a69867150470feee03dbe1b3826d6598377425c0c547d03_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:bf2105e2af0882689a69867150470feee03dbe1b3826d6598377425c0c547d03_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:fa92afd1a8a21b5810a73b588616bd3070a5690d6bc63d7dd12d16dd16305e19_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:fa92afd1a8a21b5810a73b588616bd3070a5690d6bc63d7dd12d16dd16305e19_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:fa92afd1a8a21b5810a73b588616bd3070a5690d6bc63d7dd12d16dd16305e19_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:669b38265ef149e2361e5eada1bee14e895da0de3e687358186e0095483e1897_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:669b38265ef149e2361e5eada1bee14e895da0de3e687358186e0095483e1897_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:669b38265ef149e2361e5eada1bee14e895da0de3e687358186e0095483e1897_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8305d417a2b71db82c3563cd0c993bc883787ac60c5dfecb94d66f956f7dd868_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8305d417a2b71db82c3563cd0c993bc883787ac60c5dfecb94d66f956f7dd868_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8305d417a2b71db82c3563cd0c993bc883787ac60c5dfecb94d66f956f7dd868_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8d0cccce1b9063ed8db8d607c59e393b72bce6795275b41b3190a76db8b4d81c_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8d0cccce1b9063ed8db8d607c59e393b72bce6795275b41b3190a76db8b4d81c_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8d0cccce1b9063ed8db8d607c59e393b72bce6795275b41b3190a76db8b4d81c_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f3f552180a0328f81481cecc617f75f15b6f34959f5918ce80abd0bfdfb9a9ed_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f3f552180a0328f81481cecc617f75f15b6f34959f5918ce80abd0bfdfb9a9ed_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f3f552180a0328f81481cecc617f75f15b6f34959f5918ce80abd0bfdfb9a9ed_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e8e09e694e526ddae4ead8c2a40e961bc434a7a6678286e03fb100663f11fc8e_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e8e09e694e526ddae4ead8c2a40e961bc434a7a6678286e03fb100663f11fc8e_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e8e09e694e526ddae4ead8c2a40e961bc434a7a6678286e03fb100663f11fc8e_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:46812964173a755fc24a1ac82a1c02984cae161887ccafac4b1e98df6af3c1b2_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:46812964173a755fc24a1ac82a1c02984cae161887ccafac4b1e98df6af3c1b2_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:46812964173a755fc24a1ac82a1c02984cae161887ccafac4b1e98df6af3c1b2_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:621bde2cedc94c85edbc9a7818f184c4a025356cbd4d3502b9829062b177bcb9_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:621bde2cedc94c85edbc9a7818f184c4a025356cbd4d3502b9829062b177bcb9_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:621bde2cedc94c85edbc9a7818f184c4a025356cbd4d3502b9829062b177bcb9_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c09bca8dae3ea50877dee7ed05ac3f8496b4f412f330bd27faa55721f6593083_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c09bca8dae3ea50877dee7ed05ac3f8496b4f412f330bd27faa55721f6593083_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c09bca8dae3ea50877dee7ed05ac3f8496b4f412f330bd27faa55721f6593083_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c81b58c4932d1b9dd128efaeee6d8717104e12cdaf0b85cd7302d5c4e76392f4_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c81b58c4932d1b9dd128efaeee6d8717104e12cdaf0b85cd7302d5c4e76392f4_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c81b58c4932d1b9dd128efaeee6d8717104e12cdaf0b85cd7302d5c4e76392f4_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2c6a9b7fb8ef88724944ad2fc9cad23660b5df20683796f308e51a0228bc79b9_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2c6a9b7fb8ef88724944ad2fc9cad23660b5df20683796f308e51a0228bc79b9_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2c6a9b7fb8ef88724944ad2fc9cad23660b5df20683796f308e51a0228bc79b9_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:63b0a10e5244e9aee244322df92c36b6156bfbf02de0cbcef9c2bb6934c9dafd_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:63b0a10e5244e9aee244322df92c36b6156bfbf02de0cbcef9c2bb6934c9dafd_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:63b0a10e5244e9aee244322df92c36b6156bfbf02de0cbcef9c2bb6934c9dafd_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7fb0069e5d132b294144ffa692ec27cd942b7ed5a1d02c8c9c1435dd42af805b_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7fb0069e5d132b294144ffa692ec27cd942b7ed5a1d02c8c9c1435dd42af805b_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7fb0069e5d132b294144ffa692ec27cd942b7ed5a1d02c8c9c1435dd42af805b_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b541158df2f62749c531300f6f8e96db77a9aac19f3220b7ac2b3624e0d704df_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b541158df2f62749c531300f6f8e96db77a9aac19f3220b7ac2b3624e0d704df_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b541158df2f62749c531300f6f8e96db77a9aac19f3220b7ac2b3624e0d704df_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:14add162eda9e82808a17470e961426fc12745e81a3fce5499128d4511c714dd_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:14add162eda9e82808a17470e961426fc12745e81a3fce5499128d4511c714dd_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:14add162eda9e82808a17470e961426fc12745e81a3fce5499128d4511c714dd_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:623d3fc70fbd9fd7cd8eb92ecabe61a3819b01ee70861d1609173f19a8f720d3_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:623d3fc70fbd9fd7cd8eb92ecabe61a3819b01ee70861d1609173f19a8f720d3_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:623d3fc70fbd9fd7cd8eb92ecabe61a3819b01ee70861d1609173f19a8f720d3_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:64256707c1aed9efe5bcdcdd10a4cefc64e0fcf207de3856a7f42655149d3770_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:64256707c1aed9efe5bcdcdd10a4cefc64e0fcf207de3856a7f42655149d3770_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:64256707c1aed9efe5bcdcdd10a4cefc64e0fcf207de3856a7f42655149d3770_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:bc9fe2b6a2c34cae54c7790b2c13ee372ffe572c4fbd6ce196cf70e5744b8384_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:bc9fe2b6a2c34cae54c7790b2c13ee372ffe572c4fbd6ce196cf70e5744b8384_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:bc9fe2b6a2c34cae54c7790b2c13ee372ffe572c4fbd6ce196cf70e5744b8384_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0d46a6c8df0e85a36db5e373313351a8dd4989f2e2c7ef04709560c3127d7cb8_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0d46a6c8df0e85a36db5e373313351a8dd4989f2e2c7ef04709560c3127d7cb8_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0d46a6c8df0e85a36db5e373313351a8dd4989f2e2c7ef04709560c3127d7cb8_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2de3c8f515be5525cf5ef29a087dc38836185870d1833c23b2e77d999cb98852_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2de3c8f515be5525cf5ef29a087dc38836185870d1833c23b2e77d999cb98852_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2de3c8f515be5525cf5ef29a087dc38836185870d1833c23b2e77d999cb98852_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:398aa0d6e7ca2b1721e2efa8dd5d612eb4077328e8443f35143bdcff06a32587_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:398aa0d6e7ca2b1721e2efa8dd5d612eb4077328e8443f35143bdcff06a32587_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:398aa0d6e7ca2b1721e2efa8dd5d612eb4077328e8443f35143bdcff06a32587_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fe79f11a25d8e1c4c216cf17a2f81ff522e189638bb6fb8883b09fc837995044_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fe79f11a25d8e1c4c216cf17a2f81ff522e189638bb6fb8883b09fc837995044_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fe79f11a25d8e1c4c216cf17a2f81ff522e189638bb6fb8883b09fc837995044_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:53b799133c23c23beabe0a6e2b783b373e8e0fc77c782cf992542216883afb0b_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:53b799133c23c23beabe0a6e2b783b373e8e0fc77c782cf992542216883afb0b_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:53b799133c23c23beabe0a6e2b783b373e8e0fc77c782cf992542216883afb0b_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:56decf73d446bf23e07109fce4972fb01b059d152306d57d9cd056df0ccabc23_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:56decf73d446bf23e07109fce4972fb01b059d152306d57d9cd056df0ccabc23_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:56decf73d446bf23e07109fce4972fb01b059d152306d57d9cd056df0ccabc23_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5b4ca102775584f3562ec5ec42eeffad78e20cf431e0535aba2914a49262d48e_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5b4ca102775584f3562ec5ec42eeffad78e20cf431e0535aba2914a49262d48e_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5b4ca102775584f3562ec5ec42eeffad78e20cf431e0535aba2914a49262d48e_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:aa1d5507c9f318ca06d5f05a944e968c1101c199c4b73a6a7ad6b73369c4e619_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:aa1d5507c9f318ca06d5f05a944e968c1101c199c4b73a6a7ad6b73369c4e619_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:aa1d5507c9f318ca06d5f05a944e968c1101c199c4b73a6a7ad6b73369c4e619_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0058c19927fa0217fd083daa9e4bc4ab4be35ce890d71843215ff0bf75584cbf_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0058c19927fa0217fd083daa9e4bc4ab4be35ce890d71843215ff0bf75584cbf_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0058c19927fa0217fd083daa9e4bc4ab4be35ce890d71843215ff0bf75584cbf_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1690ca71e304ab6c9453e4b558aea0c746ae7b8cafe1c9a6342c1e1bc8af749d_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1690ca71e304ab6c9453e4b558aea0c746ae7b8cafe1c9a6342c1e1bc8af749d_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1690ca71e304ab6c9453e4b558aea0c746ae7b8cafe1c9a6342c1e1bc8af749d_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:45aff8f94a8e52b6ab94fc9d5cb5a70b21b14f50f741283bdcc84cce2b4a6c45_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:45aff8f94a8e52b6ab94fc9d5cb5a70b21b14f50f741283bdcc84cce2b4a6c45_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:45aff8f94a8e52b6ab94fc9d5cb5a70b21b14f50f741283bdcc84cce2b4a6c45_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f4d48c8a99ccaa58a70f278c31d2b9df7bbdcd92f6f5e47b37518dae622905a2_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f4d48c8a99ccaa58a70f278c31d2b9df7bbdcd92f6f5e47b37518dae622905a2_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f4d48c8a99ccaa58a70f278c31d2b9df7bbdcd92f6f5e47b37518dae622905a2_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:078d51fd9fc07cb9f66b51fa80586f5ebdbbcd9f77b8c333d494ce78afcab090_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:078d51fd9fc07cb9f66b51fa80586f5ebdbbcd9f77b8c333d494ce78afcab090_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:078d51fd9fc07cb9f66b51fa80586f5ebdbbcd9f77b8c333d494ce78afcab090_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:222574d5490b58fbdbf84f141786941325e13b6db8b9533802d6752b642cbd33_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:222574d5490b58fbdbf84f141786941325e13b6db8b9533802d6752b642cbd33_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:222574d5490b58fbdbf84f141786941325e13b6db8b9533802d6752b642cbd33_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9545f2d20b75cf42b2c110d8ff299fb1094af010bced15b136a9bb9b1e0e881b_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9545f2d20b75cf42b2c110d8ff299fb1094af010bced15b136a9bb9b1e0e881b_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9545f2d20b75cf42b2c110d8ff299fb1094af010bced15b136a9bb9b1e0e881b_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ff04bb49db1c90d29de31a61671d2be5981f94f00420dfa0bdf52e0fbe439859_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ff04bb49db1c90d29de31a61671d2be5981f94f00420dfa0bdf52e0fbe439859_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ff04bb49db1c90d29de31a61671d2be5981f94f00420dfa0bdf52e0fbe439859_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:593fd82b504904a203ebd6ef4ff2712ae2b6187f7237ca7be5cce4451d6ef676_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:593fd82b504904a203ebd6ef4ff2712ae2b6187f7237ca7be5cce4451d6ef676_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:593fd82b504904a203ebd6ef4ff2712ae2b6187f7237ca7be5cce4451d6ef676_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7d2618952016da488d4503c41445358ec9ab7c8d53ef15a39efd12e06acc90b1_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7d2618952016da488d4503c41445358ec9ab7c8d53ef15a39efd12e06acc90b1_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7d2618952016da488d4503c41445358ec9ab7c8d53ef15a39efd12e06acc90b1_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e6b6bbf67893dd2258469cf659c8cb675ee7ba4173729dd7b83aa1f0448b8d9_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e6b6bbf67893dd2258469cf659c8cb675ee7ba4173729dd7b83aa1f0448b8d9_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e6b6bbf67893dd2258469cf659c8cb675ee7ba4173729dd7b83aa1f0448b8d9_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9c29874fd3dcfbe07b10f80953e34ede86c030f758361dd1b00cc56ae66958c_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9c29874fd3dcfbe07b10f80953e34ede86c030f758361dd1b00cc56ae66958c_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9c29874fd3dcfbe07b10f80953e34ede86c030f758361dd1b00cc56ae66958c_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-13465",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2026-01-21T20:01:28.774829+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:2fbd6c61f33b11689b4bf682ae285b4580b616791fd24260d6474432faebe577_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7f14c15d7172a0b25b6e4c641ef3f3277ba3b0dc8dd5747e43b842c002a4a7af_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:90063788a0451b10a750ff4ac79ffd1c6f01d80c6cf0bc383c17764b81316318_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eda563370ee592ce23521c42a5c1776a98771b5ff0b57d93a05bab51765b0c54_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:2f09b2360c12d99319b4059a14947e7732ecd6fb2f654666f277fb287649dee7_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:67fc5a13e3e9d36d173cd60a79b8844c118c8b21756f3ce3535ce8048ae51e77_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:bf2105e2af0882689a69867150470feee03dbe1b3826d6598377425c0c547d03_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:fa92afd1a8a21b5810a73b588616bd3070a5690d6bc63d7dd12d16dd16305e19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e8e09e694e526ddae4ead8c2a40e961bc434a7a6678286e03fb100663f11fc8e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:46812964173a755fc24a1ac82a1c02984cae161887ccafac4b1e98df6af3c1b2_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:621bde2cedc94c85edbc9a7818f184c4a025356cbd4d3502b9829062b177bcb9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c09bca8dae3ea50877dee7ed05ac3f8496b4f412f330bd27faa55721f6593083_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c81b58c4932d1b9dd128efaeee6d8717104e12cdaf0b85cd7302d5c4e76392f4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2c6a9b7fb8ef88724944ad2fc9cad23660b5df20683796f308e51a0228bc79b9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:63b0a10e5244e9aee244322df92c36b6156bfbf02de0cbcef9c2bb6934c9dafd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7fb0069e5d132b294144ffa692ec27cd942b7ed5a1d02c8c9c1435dd42af805b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b541158df2f62749c531300f6f8e96db77a9aac19f3220b7ac2b3624e0d704df_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:14add162eda9e82808a17470e961426fc12745e81a3fce5499128d4511c714dd_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:623d3fc70fbd9fd7cd8eb92ecabe61a3819b01ee70861d1609173f19a8f720d3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:64256707c1aed9efe5bcdcdd10a4cefc64e0fcf207de3856a7f42655149d3770_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:bc9fe2b6a2c34cae54c7790b2c13ee372ffe572c4fbd6ce196cf70e5744b8384_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0d46a6c8df0e85a36db5e373313351a8dd4989f2e2c7ef04709560c3127d7cb8_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2de3c8f515be5525cf5ef29a087dc38836185870d1833c23b2e77d999cb98852_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:398aa0d6e7ca2b1721e2efa8dd5d612eb4077328e8443f35143bdcff06a32587_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fe79f11a25d8e1c4c216cf17a2f81ff522e189638bb6fb8883b09fc837995044_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:53b799133c23c23beabe0a6e2b783b373e8e0fc77c782cf992542216883afb0b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:56decf73d446bf23e07109fce4972fb01b059d152306d57d9cd056df0ccabc23_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5b4ca102775584f3562ec5ec42eeffad78e20cf431e0535aba2914a49262d48e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:aa1d5507c9f318ca06d5f05a944e968c1101c199c4b73a6a7ad6b73369c4e619_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0058c19927fa0217fd083daa9e4bc4ab4be35ce890d71843215ff0bf75584cbf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1690ca71e304ab6c9453e4b558aea0c746ae7b8cafe1c9a6342c1e1bc8af749d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:45aff8f94a8e52b6ab94fc9d5cb5a70b21b14f50f741283bdcc84cce2b4a6c45_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f4d48c8a99ccaa58a70f278c31d2b9df7bbdcd92f6f5e47b37518dae622905a2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:078d51fd9fc07cb9f66b51fa80586f5ebdbbcd9f77b8c333d494ce78afcab090_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:222574d5490b58fbdbf84f141786941325e13b6db8b9533802d6752b642cbd33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9545f2d20b75cf42b2c110d8ff299fb1094af010bced15b136a9bb9b1e0e881b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ff04bb49db1c90d29de31a61671d2be5981f94f00420dfa0bdf52e0fbe439859_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:593fd82b504904a203ebd6ef4ff2712ae2b6187f7237ca7be5cce4451d6ef676_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7d2618952016da488d4503c41445358ec9ab7c8d53ef15a39efd12e06acc90b1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e6b6bbf67893dd2258469cf659c8cb675ee7ba4173729dd7b83aa1f0448b8d9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9c29874fd3dcfbe07b10f80953e34ede86c030f758361dd1b00cc56ae66958c_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431740"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "lodash: prototype pollution in _.unset and _.omit functions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is only exploitable by applications using the _.unset and _.omit functions on an object and allowing user input to determine the path of the property to be removed. This issue only allows the deletion of properties but does not allow overwriting their behavior, limiting the impact to a denial of service. Due to this reason, this vulnerability has been rated with an important severity.\n\nIn Grafana, JavaScript code runs only in the browser, while the server side is all Golang. Therefore, the worst-case scenario is a loss of functionality in the client application inside the browser. To reflect this, the CVSS availability metric and the severity of the Grafana and the Grafana-PCP component have been updated to low and moderate, respectively.\n\nThe lodash dependency is bundled and used by the pcs-web-ui component of the PCS package. In Red Hat Enterprise Linux 8.10, the pcs-web-ui component is no longer included in the PCS package. As a result, RHEL 8.10 does not ship the vulnerable lodash component within PCS and is therefore not-affected by this CVE.",
"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 Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:669b38265ef149e2361e5eada1bee14e895da0de3e687358186e0095483e1897_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8305d417a2b71db82c3563cd0c993bc883787ac60c5dfecb94d66f956f7dd868_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8d0cccce1b9063ed8db8d607c59e393b72bce6795275b41b3190a76db8b4d81c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f3f552180a0328f81481cecc617f75f15b6f34959f5918ce80abd0bfdfb9a9ed_ppc64le"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:2fbd6c61f33b11689b4bf682ae285b4580b616791fd24260d6474432faebe577_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7f14c15d7172a0b25b6e4c641ef3f3277ba3b0dc8dd5747e43b842c002a4a7af_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:90063788a0451b10a750ff4ac79ffd1c6f01d80c6cf0bc383c17764b81316318_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eda563370ee592ce23521c42a5c1776a98771b5ff0b57d93a05bab51765b0c54_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:2f09b2360c12d99319b4059a14947e7732ecd6fb2f654666f277fb287649dee7_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:67fc5a13e3e9d36d173cd60a79b8844c118c8b21756f3ce3535ce8048ae51e77_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:bf2105e2af0882689a69867150470feee03dbe1b3826d6598377425c0c547d03_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:fa92afd1a8a21b5810a73b588616bd3070a5690d6bc63d7dd12d16dd16305e19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e8e09e694e526ddae4ead8c2a40e961bc434a7a6678286e03fb100663f11fc8e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:46812964173a755fc24a1ac82a1c02984cae161887ccafac4b1e98df6af3c1b2_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:621bde2cedc94c85edbc9a7818f184c4a025356cbd4d3502b9829062b177bcb9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c09bca8dae3ea50877dee7ed05ac3f8496b4f412f330bd27faa55721f6593083_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c81b58c4932d1b9dd128efaeee6d8717104e12cdaf0b85cd7302d5c4e76392f4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2c6a9b7fb8ef88724944ad2fc9cad23660b5df20683796f308e51a0228bc79b9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:63b0a10e5244e9aee244322df92c36b6156bfbf02de0cbcef9c2bb6934c9dafd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7fb0069e5d132b294144ffa692ec27cd942b7ed5a1d02c8c9c1435dd42af805b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b541158df2f62749c531300f6f8e96db77a9aac19f3220b7ac2b3624e0d704df_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:14add162eda9e82808a17470e961426fc12745e81a3fce5499128d4511c714dd_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:623d3fc70fbd9fd7cd8eb92ecabe61a3819b01ee70861d1609173f19a8f720d3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:64256707c1aed9efe5bcdcdd10a4cefc64e0fcf207de3856a7f42655149d3770_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:bc9fe2b6a2c34cae54c7790b2c13ee372ffe572c4fbd6ce196cf70e5744b8384_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0d46a6c8df0e85a36db5e373313351a8dd4989f2e2c7ef04709560c3127d7cb8_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2de3c8f515be5525cf5ef29a087dc38836185870d1833c23b2e77d999cb98852_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:398aa0d6e7ca2b1721e2efa8dd5d612eb4077328e8443f35143bdcff06a32587_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fe79f11a25d8e1c4c216cf17a2f81ff522e189638bb6fb8883b09fc837995044_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:53b799133c23c23beabe0a6e2b783b373e8e0fc77c782cf992542216883afb0b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:56decf73d446bf23e07109fce4972fb01b059d152306d57d9cd056df0ccabc23_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5b4ca102775584f3562ec5ec42eeffad78e20cf431e0535aba2914a49262d48e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:aa1d5507c9f318ca06d5f05a944e968c1101c199c4b73a6a7ad6b73369c4e619_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0058c19927fa0217fd083daa9e4bc4ab4be35ce890d71843215ff0bf75584cbf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1690ca71e304ab6c9453e4b558aea0c746ae7b8cafe1c9a6342c1e1bc8af749d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:45aff8f94a8e52b6ab94fc9d5cb5a70b21b14f50f741283bdcc84cce2b4a6c45_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f4d48c8a99ccaa58a70f278c31d2b9df7bbdcd92f6f5e47b37518dae622905a2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:078d51fd9fc07cb9f66b51fa80586f5ebdbbcd9f77b8c333d494ce78afcab090_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:222574d5490b58fbdbf84f141786941325e13b6db8b9533802d6752b642cbd33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9545f2d20b75cf42b2c110d8ff299fb1094af010bced15b136a9bb9b1e0e881b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ff04bb49db1c90d29de31a61671d2be5981f94f00420dfa0bdf52e0fbe439859_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:593fd82b504904a203ebd6ef4ff2712ae2b6187f7237ca7be5cce4451d6ef676_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7d2618952016da488d4503c41445358ec9ab7c8d53ef15a39efd12e06acc90b1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e6b6bbf67893dd2258469cf659c8cb675ee7ba4173729dd7b83aa1f0448b8d9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9c29874fd3dcfbe07b10f80953e34ede86c030f758361dd1b00cc56ae66958c_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "RHBZ#2431740",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431740"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-13465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13465"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg",
"url": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg"
}
],
"release_date": "2026-01-21T19:05:28.846000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-12T11:53:58+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:669b38265ef149e2361e5eada1bee14e895da0de3e687358186e0095483e1897_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8305d417a2b71db82c3563cd0c993bc883787ac60c5dfecb94d66f956f7dd868_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8d0cccce1b9063ed8db8d607c59e393b72bce6795275b41b3190a76db8b4d81c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f3f552180a0328f81481cecc617f75f15b6f34959f5918ce80abd0bfdfb9a9ed_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4467"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement strict input validation before passing any property paths to the _.unset and _.omit functions to block attempts to access the prototype chain. Ensure that strings like __proto__, constructor and prototype are blocked, for example.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:2fbd6c61f33b11689b4bf682ae285b4580b616791fd24260d6474432faebe577_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7f14c15d7172a0b25b6e4c641ef3f3277ba3b0dc8dd5747e43b842c002a4a7af_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:90063788a0451b10a750ff4ac79ffd1c6f01d80c6cf0bc383c17764b81316318_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eda563370ee592ce23521c42a5c1776a98771b5ff0b57d93a05bab51765b0c54_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:2f09b2360c12d99319b4059a14947e7732ecd6fb2f654666f277fb287649dee7_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:67fc5a13e3e9d36d173cd60a79b8844c118c8b21756f3ce3535ce8048ae51e77_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:bf2105e2af0882689a69867150470feee03dbe1b3826d6598377425c0c547d03_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:fa92afd1a8a21b5810a73b588616bd3070a5690d6bc63d7dd12d16dd16305e19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:669b38265ef149e2361e5eada1bee14e895da0de3e687358186e0095483e1897_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8305d417a2b71db82c3563cd0c993bc883787ac60c5dfecb94d66f956f7dd868_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8d0cccce1b9063ed8db8d607c59e393b72bce6795275b41b3190a76db8b4d81c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f3f552180a0328f81481cecc617f75f15b6f34959f5918ce80abd0bfdfb9a9ed_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e8e09e694e526ddae4ead8c2a40e961bc434a7a6678286e03fb100663f11fc8e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:46812964173a755fc24a1ac82a1c02984cae161887ccafac4b1e98df6af3c1b2_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:621bde2cedc94c85edbc9a7818f184c4a025356cbd4d3502b9829062b177bcb9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c09bca8dae3ea50877dee7ed05ac3f8496b4f412f330bd27faa55721f6593083_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c81b58c4932d1b9dd128efaeee6d8717104e12cdaf0b85cd7302d5c4e76392f4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2c6a9b7fb8ef88724944ad2fc9cad23660b5df20683796f308e51a0228bc79b9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:63b0a10e5244e9aee244322df92c36b6156bfbf02de0cbcef9c2bb6934c9dafd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7fb0069e5d132b294144ffa692ec27cd942b7ed5a1d02c8c9c1435dd42af805b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b541158df2f62749c531300f6f8e96db77a9aac19f3220b7ac2b3624e0d704df_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:14add162eda9e82808a17470e961426fc12745e81a3fce5499128d4511c714dd_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:623d3fc70fbd9fd7cd8eb92ecabe61a3819b01ee70861d1609173f19a8f720d3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:64256707c1aed9efe5bcdcdd10a4cefc64e0fcf207de3856a7f42655149d3770_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:bc9fe2b6a2c34cae54c7790b2c13ee372ffe572c4fbd6ce196cf70e5744b8384_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0d46a6c8df0e85a36db5e373313351a8dd4989f2e2c7ef04709560c3127d7cb8_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2de3c8f515be5525cf5ef29a087dc38836185870d1833c23b2e77d999cb98852_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:398aa0d6e7ca2b1721e2efa8dd5d612eb4077328e8443f35143bdcff06a32587_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fe79f11a25d8e1c4c216cf17a2f81ff522e189638bb6fb8883b09fc837995044_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:53b799133c23c23beabe0a6e2b783b373e8e0fc77c782cf992542216883afb0b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:56decf73d446bf23e07109fce4972fb01b059d152306d57d9cd056df0ccabc23_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5b4ca102775584f3562ec5ec42eeffad78e20cf431e0535aba2914a49262d48e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:aa1d5507c9f318ca06d5f05a944e968c1101c199c4b73a6a7ad6b73369c4e619_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0058c19927fa0217fd083daa9e4bc4ab4be35ce890d71843215ff0bf75584cbf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1690ca71e304ab6c9453e4b558aea0c746ae7b8cafe1c9a6342c1e1bc8af749d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:45aff8f94a8e52b6ab94fc9d5cb5a70b21b14f50f741283bdcc84cce2b4a6c45_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f4d48c8a99ccaa58a70f278c31d2b9df7bbdcd92f6f5e47b37518dae622905a2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:078d51fd9fc07cb9f66b51fa80586f5ebdbbcd9f77b8c333d494ce78afcab090_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:222574d5490b58fbdbf84f141786941325e13b6db8b9533802d6752b642cbd33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9545f2d20b75cf42b2c110d8ff299fb1094af010bced15b136a9bb9b1e0e881b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ff04bb49db1c90d29de31a61671d2be5981f94f00420dfa0bdf52e0fbe439859_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:593fd82b504904a203ebd6ef4ff2712ae2b6187f7237ca7be5cce4451d6ef676_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7d2618952016da488d4503c41445358ec9ab7c8d53ef15a39efd12e06acc90b1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e6b6bbf67893dd2258469cf659c8cb675ee7ba4173729dd7b83aa1f0448b8d9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9c29874fd3dcfbe07b10f80953e34ede86c030f758361dd1b00cc56ae66958c_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:2fbd6c61f33b11689b4bf682ae285b4580b616791fd24260d6474432faebe577_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7f14c15d7172a0b25b6e4c641ef3f3277ba3b0dc8dd5747e43b842c002a4a7af_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:90063788a0451b10a750ff4ac79ffd1c6f01d80c6cf0bc383c17764b81316318_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eda563370ee592ce23521c42a5c1776a98771b5ff0b57d93a05bab51765b0c54_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:2f09b2360c12d99319b4059a14947e7732ecd6fb2f654666f277fb287649dee7_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:67fc5a13e3e9d36d173cd60a79b8844c118c8b21756f3ce3535ce8048ae51e77_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:bf2105e2af0882689a69867150470feee03dbe1b3826d6598377425c0c547d03_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:fa92afd1a8a21b5810a73b588616bd3070a5690d6bc63d7dd12d16dd16305e19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:669b38265ef149e2361e5eada1bee14e895da0de3e687358186e0095483e1897_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8305d417a2b71db82c3563cd0c993bc883787ac60c5dfecb94d66f956f7dd868_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8d0cccce1b9063ed8db8d607c59e393b72bce6795275b41b3190a76db8b4d81c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f3f552180a0328f81481cecc617f75f15b6f34959f5918ce80abd0bfdfb9a9ed_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e8e09e694e526ddae4ead8c2a40e961bc434a7a6678286e03fb100663f11fc8e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:46812964173a755fc24a1ac82a1c02984cae161887ccafac4b1e98df6af3c1b2_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:621bde2cedc94c85edbc9a7818f184c4a025356cbd4d3502b9829062b177bcb9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c09bca8dae3ea50877dee7ed05ac3f8496b4f412f330bd27faa55721f6593083_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c81b58c4932d1b9dd128efaeee6d8717104e12cdaf0b85cd7302d5c4e76392f4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2c6a9b7fb8ef88724944ad2fc9cad23660b5df20683796f308e51a0228bc79b9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:63b0a10e5244e9aee244322df92c36b6156bfbf02de0cbcef9c2bb6934c9dafd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7fb0069e5d132b294144ffa692ec27cd942b7ed5a1d02c8c9c1435dd42af805b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b541158df2f62749c531300f6f8e96db77a9aac19f3220b7ac2b3624e0d704df_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:14add162eda9e82808a17470e961426fc12745e81a3fce5499128d4511c714dd_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:623d3fc70fbd9fd7cd8eb92ecabe61a3819b01ee70861d1609173f19a8f720d3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:64256707c1aed9efe5bcdcdd10a4cefc64e0fcf207de3856a7f42655149d3770_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:bc9fe2b6a2c34cae54c7790b2c13ee372ffe572c4fbd6ce196cf70e5744b8384_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0d46a6c8df0e85a36db5e373313351a8dd4989f2e2c7ef04709560c3127d7cb8_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2de3c8f515be5525cf5ef29a087dc38836185870d1833c23b2e77d999cb98852_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:398aa0d6e7ca2b1721e2efa8dd5d612eb4077328e8443f35143bdcff06a32587_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fe79f11a25d8e1c4c216cf17a2f81ff522e189638bb6fb8883b09fc837995044_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:53b799133c23c23beabe0a6e2b783b373e8e0fc77c782cf992542216883afb0b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:56decf73d446bf23e07109fce4972fb01b059d152306d57d9cd056df0ccabc23_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5b4ca102775584f3562ec5ec42eeffad78e20cf431e0535aba2914a49262d48e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:aa1d5507c9f318ca06d5f05a944e968c1101c199c4b73a6a7ad6b73369c4e619_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0058c19927fa0217fd083daa9e4bc4ab4be35ce890d71843215ff0bf75584cbf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1690ca71e304ab6c9453e4b558aea0c746ae7b8cafe1c9a6342c1e1bc8af749d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:45aff8f94a8e52b6ab94fc9d5cb5a70b21b14f50f741283bdcc84cce2b4a6c45_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f4d48c8a99ccaa58a70f278c31d2b9df7bbdcd92f6f5e47b37518dae622905a2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:078d51fd9fc07cb9f66b51fa80586f5ebdbbcd9f77b8c333d494ce78afcab090_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:222574d5490b58fbdbf84f141786941325e13b6db8b9533802d6752b642cbd33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9545f2d20b75cf42b2c110d8ff299fb1094af010bced15b136a9bb9b1e0e881b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ff04bb49db1c90d29de31a61671d2be5981f94f00420dfa0bdf52e0fbe439859_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:593fd82b504904a203ebd6ef4ff2712ae2b6187f7237ca7be5cce4451d6ef676_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7d2618952016da488d4503c41445358ec9ab7c8d53ef15a39efd12e06acc90b1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e6b6bbf67893dd2258469cf659c8cb675ee7ba4173729dd7b83aa1f0448b8d9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9c29874fd3dcfbe07b10f80953e34ede86c030f758361dd1b00cc56ae66958c_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: prototype pollution in _.unset and _.omit functions"
},
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:2fbd6c61f33b11689b4bf682ae285b4580b616791fd24260d6474432faebe577_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7f14c15d7172a0b25b6e4c641ef3f3277ba3b0dc8dd5747e43b842c002a4a7af_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:90063788a0451b10a750ff4ac79ffd1c6f01d80c6cf0bc383c17764b81316318_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eda563370ee592ce23521c42a5c1776a98771b5ff0b57d93a05bab51765b0c54_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:2f09b2360c12d99319b4059a14947e7732ecd6fb2f654666f277fb287649dee7_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:67fc5a13e3e9d36d173cd60a79b8844c118c8b21756f3ce3535ce8048ae51e77_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:bf2105e2af0882689a69867150470feee03dbe1b3826d6598377425c0c547d03_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:fa92afd1a8a21b5810a73b588616bd3070a5690d6bc63d7dd12d16dd16305e19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e8e09e694e526ddae4ead8c2a40e961bc434a7a6678286e03fb100663f11fc8e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:14add162eda9e82808a17470e961426fc12745e81a3fce5499128d4511c714dd_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:623d3fc70fbd9fd7cd8eb92ecabe61a3819b01ee70861d1609173f19a8f720d3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:64256707c1aed9efe5bcdcdd10a4cefc64e0fcf207de3856a7f42655149d3770_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:bc9fe2b6a2c34cae54c7790b2c13ee372ffe572c4fbd6ce196cf70e5744b8384_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0d46a6c8df0e85a36db5e373313351a8dd4989f2e2c7ef04709560c3127d7cb8_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2de3c8f515be5525cf5ef29a087dc38836185870d1833c23b2e77d999cb98852_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:398aa0d6e7ca2b1721e2efa8dd5d612eb4077328e8443f35143bdcff06a32587_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fe79f11a25d8e1c4c216cf17a2f81ff522e189638bb6fb8883b09fc837995044_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:078d51fd9fc07cb9f66b51fa80586f5ebdbbcd9f77b8c333d494ce78afcab090_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:222574d5490b58fbdbf84f141786941325e13b6db8b9533802d6752b642cbd33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9545f2d20b75cf42b2c110d8ff299fb1094af010bced15b136a9bb9b1e0e881b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ff04bb49db1c90d29de31a61671d2be5981f94f00420dfa0bdf52e0fbe439859_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, 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 Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:669b38265ef149e2361e5eada1bee14e895da0de3e687358186e0095483e1897_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8305d417a2b71db82c3563cd0c993bc883787ac60c5dfecb94d66f956f7dd868_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8d0cccce1b9063ed8db8d607c59e393b72bce6795275b41b3190a76db8b4d81c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f3f552180a0328f81481cecc617f75f15b6f34959f5918ce80abd0bfdfb9a9ed_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:46812964173a755fc24a1ac82a1c02984cae161887ccafac4b1e98df6af3c1b2_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:621bde2cedc94c85edbc9a7818f184c4a025356cbd4d3502b9829062b177bcb9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c09bca8dae3ea50877dee7ed05ac3f8496b4f412f330bd27faa55721f6593083_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c81b58c4932d1b9dd128efaeee6d8717104e12cdaf0b85cd7302d5c4e76392f4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2c6a9b7fb8ef88724944ad2fc9cad23660b5df20683796f308e51a0228bc79b9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:63b0a10e5244e9aee244322df92c36b6156bfbf02de0cbcef9c2bb6934c9dafd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7fb0069e5d132b294144ffa692ec27cd942b7ed5a1d02c8c9c1435dd42af805b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b541158df2f62749c531300f6f8e96db77a9aac19f3220b7ac2b3624e0d704df_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:53b799133c23c23beabe0a6e2b783b373e8e0fc77c782cf992542216883afb0b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:56decf73d446bf23e07109fce4972fb01b059d152306d57d9cd056df0ccabc23_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5b4ca102775584f3562ec5ec42eeffad78e20cf431e0535aba2914a49262d48e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:aa1d5507c9f318ca06d5f05a944e968c1101c199c4b73a6a7ad6b73369c4e619_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0058c19927fa0217fd083daa9e4bc4ab4be35ce890d71843215ff0bf75584cbf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1690ca71e304ab6c9453e4b558aea0c746ae7b8cafe1c9a6342c1e1bc8af749d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:45aff8f94a8e52b6ab94fc9d5cb5a70b21b14f50f741283bdcc84cce2b4a6c45_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f4d48c8a99ccaa58a70f278c31d2b9df7bbdcd92f6f5e47b37518dae622905a2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:593fd82b504904a203ebd6ef4ff2712ae2b6187f7237ca7be5cce4451d6ef676_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7d2618952016da488d4503c41445358ec9ab7c8d53ef15a39efd12e06acc90b1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e6b6bbf67893dd2258469cf659c8cb675ee7ba4173729dd7b83aa1f0448b8d9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9c29874fd3dcfbe07b10f80953e34ede86c030f758361dd1b00cc56ae66958c_s390x"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:2fbd6c61f33b11689b4bf682ae285b4580b616791fd24260d6474432faebe577_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7f14c15d7172a0b25b6e4c641ef3f3277ba3b0dc8dd5747e43b842c002a4a7af_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:90063788a0451b10a750ff4ac79ffd1c6f01d80c6cf0bc383c17764b81316318_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eda563370ee592ce23521c42a5c1776a98771b5ff0b57d93a05bab51765b0c54_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:2f09b2360c12d99319b4059a14947e7732ecd6fb2f654666f277fb287649dee7_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:67fc5a13e3e9d36d173cd60a79b8844c118c8b21756f3ce3535ce8048ae51e77_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:bf2105e2af0882689a69867150470feee03dbe1b3826d6598377425c0c547d03_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:fa92afd1a8a21b5810a73b588616bd3070a5690d6bc63d7dd12d16dd16305e19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e8e09e694e526ddae4ead8c2a40e961bc434a7a6678286e03fb100663f11fc8e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:14add162eda9e82808a17470e961426fc12745e81a3fce5499128d4511c714dd_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:623d3fc70fbd9fd7cd8eb92ecabe61a3819b01ee70861d1609173f19a8f720d3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:64256707c1aed9efe5bcdcdd10a4cefc64e0fcf207de3856a7f42655149d3770_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:bc9fe2b6a2c34cae54c7790b2c13ee372ffe572c4fbd6ce196cf70e5744b8384_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0d46a6c8df0e85a36db5e373313351a8dd4989f2e2c7ef04709560c3127d7cb8_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2de3c8f515be5525cf5ef29a087dc38836185870d1833c23b2e77d999cb98852_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:398aa0d6e7ca2b1721e2efa8dd5d612eb4077328e8443f35143bdcff06a32587_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fe79f11a25d8e1c4c216cf17a2f81ff522e189638bb6fb8883b09fc837995044_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:078d51fd9fc07cb9f66b51fa80586f5ebdbbcd9f77b8c333d494ce78afcab090_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:222574d5490b58fbdbf84f141786941325e13b6db8b9533802d6752b642cbd33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9545f2d20b75cf42b2c110d8ff299fb1094af010bced15b136a9bb9b1e0e881b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ff04bb49db1c90d29de31a61671d2be5981f94f00420dfa0bdf52e0fbe439859_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-12T11:53:58+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:669b38265ef149e2361e5eada1bee14e895da0de3e687358186e0095483e1897_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8305d417a2b71db82c3563cd0c993bc883787ac60c5dfecb94d66f956f7dd868_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8d0cccce1b9063ed8db8d607c59e393b72bce6795275b41b3190a76db8b4d81c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f3f552180a0328f81481cecc617f75f15b6f34959f5918ce80abd0bfdfb9a9ed_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:46812964173a755fc24a1ac82a1c02984cae161887ccafac4b1e98df6af3c1b2_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:621bde2cedc94c85edbc9a7818f184c4a025356cbd4d3502b9829062b177bcb9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c09bca8dae3ea50877dee7ed05ac3f8496b4f412f330bd27faa55721f6593083_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c81b58c4932d1b9dd128efaeee6d8717104e12cdaf0b85cd7302d5c4e76392f4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2c6a9b7fb8ef88724944ad2fc9cad23660b5df20683796f308e51a0228bc79b9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:63b0a10e5244e9aee244322df92c36b6156bfbf02de0cbcef9c2bb6934c9dafd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7fb0069e5d132b294144ffa692ec27cd942b7ed5a1d02c8c9c1435dd42af805b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b541158df2f62749c531300f6f8e96db77a9aac19f3220b7ac2b3624e0d704df_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:53b799133c23c23beabe0a6e2b783b373e8e0fc77c782cf992542216883afb0b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:56decf73d446bf23e07109fce4972fb01b059d152306d57d9cd056df0ccabc23_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5b4ca102775584f3562ec5ec42eeffad78e20cf431e0535aba2914a49262d48e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:aa1d5507c9f318ca06d5f05a944e968c1101c199c4b73a6a7ad6b73369c4e619_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0058c19927fa0217fd083daa9e4bc4ab4be35ce890d71843215ff0bf75584cbf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1690ca71e304ab6c9453e4b558aea0c746ae7b8cafe1c9a6342c1e1bc8af749d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:45aff8f94a8e52b6ab94fc9d5cb5a70b21b14f50f741283bdcc84cce2b4a6c45_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f4d48c8a99ccaa58a70f278c31d2b9df7bbdcd92f6f5e47b37518dae622905a2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:593fd82b504904a203ebd6ef4ff2712ae2b6187f7237ca7be5cce4451d6ef676_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7d2618952016da488d4503c41445358ec9ab7c8d53ef15a39efd12e06acc90b1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e6b6bbf67893dd2258469cf659c8cb675ee7ba4173729dd7b83aa1f0448b8d9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9c29874fd3dcfbe07b10f80953e34ede86c030f758361dd1b00cc56ae66958c_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4467"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:2fbd6c61f33b11689b4bf682ae285b4580b616791fd24260d6474432faebe577_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7f14c15d7172a0b25b6e4c641ef3f3277ba3b0dc8dd5747e43b842c002a4a7af_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:90063788a0451b10a750ff4ac79ffd1c6f01d80c6cf0bc383c17764b81316318_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eda563370ee592ce23521c42a5c1776a98771b5ff0b57d93a05bab51765b0c54_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:2f09b2360c12d99319b4059a14947e7732ecd6fb2f654666f277fb287649dee7_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:67fc5a13e3e9d36d173cd60a79b8844c118c8b21756f3ce3535ce8048ae51e77_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:bf2105e2af0882689a69867150470feee03dbe1b3826d6598377425c0c547d03_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:fa92afd1a8a21b5810a73b588616bd3070a5690d6bc63d7dd12d16dd16305e19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:669b38265ef149e2361e5eada1bee14e895da0de3e687358186e0095483e1897_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8305d417a2b71db82c3563cd0c993bc883787ac60c5dfecb94d66f956f7dd868_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8d0cccce1b9063ed8db8d607c59e393b72bce6795275b41b3190a76db8b4d81c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f3f552180a0328f81481cecc617f75f15b6f34959f5918ce80abd0bfdfb9a9ed_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e8e09e694e526ddae4ead8c2a40e961bc434a7a6678286e03fb100663f11fc8e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:46812964173a755fc24a1ac82a1c02984cae161887ccafac4b1e98df6af3c1b2_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:621bde2cedc94c85edbc9a7818f184c4a025356cbd4d3502b9829062b177bcb9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c09bca8dae3ea50877dee7ed05ac3f8496b4f412f330bd27faa55721f6593083_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c81b58c4932d1b9dd128efaeee6d8717104e12cdaf0b85cd7302d5c4e76392f4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2c6a9b7fb8ef88724944ad2fc9cad23660b5df20683796f308e51a0228bc79b9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:63b0a10e5244e9aee244322df92c36b6156bfbf02de0cbcef9c2bb6934c9dafd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7fb0069e5d132b294144ffa692ec27cd942b7ed5a1d02c8c9c1435dd42af805b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b541158df2f62749c531300f6f8e96db77a9aac19f3220b7ac2b3624e0d704df_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:14add162eda9e82808a17470e961426fc12745e81a3fce5499128d4511c714dd_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:623d3fc70fbd9fd7cd8eb92ecabe61a3819b01ee70861d1609173f19a8f720d3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:64256707c1aed9efe5bcdcdd10a4cefc64e0fcf207de3856a7f42655149d3770_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:bc9fe2b6a2c34cae54c7790b2c13ee372ffe572c4fbd6ce196cf70e5744b8384_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0d46a6c8df0e85a36db5e373313351a8dd4989f2e2c7ef04709560c3127d7cb8_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2de3c8f515be5525cf5ef29a087dc38836185870d1833c23b2e77d999cb98852_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:398aa0d6e7ca2b1721e2efa8dd5d612eb4077328e8443f35143bdcff06a32587_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fe79f11a25d8e1c4c216cf17a2f81ff522e189638bb6fb8883b09fc837995044_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:53b799133c23c23beabe0a6e2b783b373e8e0fc77c782cf992542216883afb0b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:56decf73d446bf23e07109fce4972fb01b059d152306d57d9cd056df0ccabc23_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5b4ca102775584f3562ec5ec42eeffad78e20cf431e0535aba2914a49262d48e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:aa1d5507c9f318ca06d5f05a944e968c1101c199c4b73a6a7ad6b73369c4e619_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0058c19927fa0217fd083daa9e4bc4ab4be35ce890d71843215ff0bf75584cbf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1690ca71e304ab6c9453e4b558aea0c746ae7b8cafe1c9a6342c1e1bc8af749d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:45aff8f94a8e52b6ab94fc9d5cb5a70b21b14f50f741283bdcc84cce2b4a6c45_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f4d48c8a99ccaa58a70f278c31d2b9df7bbdcd92f6f5e47b37518dae622905a2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:078d51fd9fc07cb9f66b51fa80586f5ebdbbcd9f77b8c333d494ce78afcab090_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:222574d5490b58fbdbf84f141786941325e13b6db8b9533802d6752b642cbd33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9545f2d20b75cf42b2c110d8ff299fb1094af010bced15b136a9bb9b1e0e881b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ff04bb49db1c90d29de31a61671d2be5981f94f00420dfa0bdf52e0fbe439859_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:593fd82b504904a203ebd6ef4ff2712ae2b6187f7237ca7be5cce4451d6ef676_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7d2618952016da488d4503c41445358ec9ab7c8d53ef15a39efd12e06acc90b1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e6b6bbf67893dd2258469cf659c8cb675ee7ba4173729dd7b83aa1f0448b8d9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9c29874fd3dcfbe07b10f80953e34ede86c030f758361dd1b00cc56ae66958c_s390x"
]
}
],
"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 Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:2fbd6c61f33b11689b4bf682ae285b4580b616791fd24260d6474432faebe577_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7f14c15d7172a0b25b6e4c641ef3f3277ba3b0dc8dd5747e43b842c002a4a7af_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:90063788a0451b10a750ff4ac79ffd1c6f01d80c6cf0bc383c17764b81316318_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eda563370ee592ce23521c42a5c1776a98771b5ff0b57d93a05bab51765b0c54_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:2f09b2360c12d99319b4059a14947e7732ecd6fb2f654666f277fb287649dee7_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:67fc5a13e3e9d36d173cd60a79b8844c118c8b21756f3ce3535ce8048ae51e77_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:bf2105e2af0882689a69867150470feee03dbe1b3826d6598377425c0c547d03_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:fa92afd1a8a21b5810a73b588616bd3070a5690d6bc63d7dd12d16dd16305e19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:669b38265ef149e2361e5eada1bee14e895da0de3e687358186e0095483e1897_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8305d417a2b71db82c3563cd0c993bc883787ac60c5dfecb94d66f956f7dd868_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8d0cccce1b9063ed8db8d607c59e393b72bce6795275b41b3190a76db8b4d81c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f3f552180a0328f81481cecc617f75f15b6f34959f5918ce80abd0bfdfb9a9ed_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e8e09e694e526ddae4ead8c2a40e961bc434a7a6678286e03fb100663f11fc8e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:46812964173a755fc24a1ac82a1c02984cae161887ccafac4b1e98df6af3c1b2_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:621bde2cedc94c85edbc9a7818f184c4a025356cbd4d3502b9829062b177bcb9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c09bca8dae3ea50877dee7ed05ac3f8496b4f412f330bd27faa55721f6593083_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c81b58c4932d1b9dd128efaeee6d8717104e12cdaf0b85cd7302d5c4e76392f4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2c6a9b7fb8ef88724944ad2fc9cad23660b5df20683796f308e51a0228bc79b9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:63b0a10e5244e9aee244322df92c36b6156bfbf02de0cbcef9c2bb6934c9dafd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7fb0069e5d132b294144ffa692ec27cd942b7ed5a1d02c8c9c1435dd42af805b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b541158df2f62749c531300f6f8e96db77a9aac19f3220b7ac2b3624e0d704df_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:14add162eda9e82808a17470e961426fc12745e81a3fce5499128d4511c714dd_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:623d3fc70fbd9fd7cd8eb92ecabe61a3819b01ee70861d1609173f19a8f720d3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:64256707c1aed9efe5bcdcdd10a4cefc64e0fcf207de3856a7f42655149d3770_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:bc9fe2b6a2c34cae54c7790b2c13ee372ffe572c4fbd6ce196cf70e5744b8384_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0d46a6c8df0e85a36db5e373313351a8dd4989f2e2c7ef04709560c3127d7cb8_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2de3c8f515be5525cf5ef29a087dc38836185870d1833c23b2e77d999cb98852_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:398aa0d6e7ca2b1721e2efa8dd5d612eb4077328e8443f35143bdcff06a32587_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fe79f11a25d8e1c4c216cf17a2f81ff522e189638bb6fb8883b09fc837995044_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:53b799133c23c23beabe0a6e2b783b373e8e0fc77c782cf992542216883afb0b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:56decf73d446bf23e07109fce4972fb01b059d152306d57d9cd056df0ccabc23_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5b4ca102775584f3562ec5ec42eeffad78e20cf431e0535aba2914a49262d48e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:aa1d5507c9f318ca06d5f05a944e968c1101c199c4b73a6a7ad6b73369c4e619_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0058c19927fa0217fd083daa9e4bc4ab4be35ce890d71843215ff0bf75584cbf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1690ca71e304ab6c9453e4b558aea0c746ae7b8cafe1c9a6342c1e1bc8af749d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:45aff8f94a8e52b6ab94fc9d5cb5a70b21b14f50f741283bdcc84cce2b4a6c45_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f4d48c8a99ccaa58a70f278c31d2b9df7bbdcd92f6f5e47b37518dae622905a2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:078d51fd9fc07cb9f66b51fa80586f5ebdbbcd9f77b8c333d494ce78afcab090_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:222574d5490b58fbdbf84f141786941325e13b6db8b9533802d6752b642cbd33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9545f2d20b75cf42b2c110d8ff299fb1094af010bced15b136a9bb9b1e0e881b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ff04bb49db1c90d29de31a61671d2be5981f94f00420dfa0bdf52e0fbe439859_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:593fd82b504904a203ebd6ef4ff2712ae2b6187f7237ca7be5cce4451d6ef676_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7d2618952016da488d4503c41445358ec9ab7c8d53ef15a39efd12e06acc90b1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e6b6bbf67893dd2258469cf659c8cb675ee7ba4173729dd7b83aa1f0448b8d9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9c29874fd3dcfbe07b10f80953e34ede86c030f758361dd1b00cc56ae66958c_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61728",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:39.965024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:2fbd6c61f33b11689b4bf682ae285b4580b616791fd24260d6474432faebe577_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7f14c15d7172a0b25b6e4c641ef3f3277ba3b0dc8dd5747e43b842c002a4a7af_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:90063788a0451b10a750ff4ac79ffd1c6f01d80c6cf0bc383c17764b81316318_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eda563370ee592ce23521c42a5c1776a98771b5ff0b57d93a05bab51765b0c54_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:2f09b2360c12d99319b4059a14947e7732ecd6fb2f654666f277fb287649dee7_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:67fc5a13e3e9d36d173cd60a79b8844c118c8b21756f3ce3535ce8048ae51e77_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:bf2105e2af0882689a69867150470feee03dbe1b3826d6598377425c0c547d03_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:fa92afd1a8a21b5810a73b588616bd3070a5690d6bc63d7dd12d16dd16305e19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e8e09e694e526ddae4ead8c2a40e961bc434a7a6678286e03fb100663f11fc8e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:14add162eda9e82808a17470e961426fc12745e81a3fce5499128d4511c714dd_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:623d3fc70fbd9fd7cd8eb92ecabe61a3819b01ee70861d1609173f19a8f720d3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:64256707c1aed9efe5bcdcdd10a4cefc64e0fcf207de3856a7f42655149d3770_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:bc9fe2b6a2c34cae54c7790b2c13ee372ffe572c4fbd6ce196cf70e5744b8384_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0d46a6c8df0e85a36db5e373313351a8dd4989f2e2c7ef04709560c3127d7cb8_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2de3c8f515be5525cf5ef29a087dc38836185870d1833c23b2e77d999cb98852_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:398aa0d6e7ca2b1721e2efa8dd5d612eb4077328e8443f35143bdcff06a32587_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fe79f11a25d8e1c4c216cf17a2f81ff522e189638bb6fb8883b09fc837995044_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:078d51fd9fc07cb9f66b51fa80586f5ebdbbcd9f77b8c333d494ce78afcab090_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:222574d5490b58fbdbf84f141786941325e13b6db8b9533802d6752b642cbd33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9545f2d20b75cf42b2c110d8ff299fb1094af010bced15b136a9bb9b1e0e881b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ff04bb49db1c90d29de31a61671d2be5981f94f00420dfa0bdf52e0fbe439859_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434431"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to be able to process a malicious zip archive with an application using the archive/zip package. Additionally, this vulnerability can cause a Go application to consume an excessive amount of CPU and memory, eventually resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate 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 Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:669b38265ef149e2361e5eada1bee14e895da0de3e687358186e0095483e1897_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8305d417a2b71db82c3563cd0c993bc883787ac60c5dfecb94d66f956f7dd868_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8d0cccce1b9063ed8db8d607c59e393b72bce6795275b41b3190a76db8b4d81c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f3f552180a0328f81481cecc617f75f15b6f34959f5918ce80abd0bfdfb9a9ed_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:46812964173a755fc24a1ac82a1c02984cae161887ccafac4b1e98df6af3c1b2_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:621bde2cedc94c85edbc9a7818f184c4a025356cbd4d3502b9829062b177bcb9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c09bca8dae3ea50877dee7ed05ac3f8496b4f412f330bd27faa55721f6593083_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c81b58c4932d1b9dd128efaeee6d8717104e12cdaf0b85cd7302d5c4e76392f4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2c6a9b7fb8ef88724944ad2fc9cad23660b5df20683796f308e51a0228bc79b9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:63b0a10e5244e9aee244322df92c36b6156bfbf02de0cbcef9c2bb6934c9dafd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7fb0069e5d132b294144ffa692ec27cd942b7ed5a1d02c8c9c1435dd42af805b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b541158df2f62749c531300f6f8e96db77a9aac19f3220b7ac2b3624e0d704df_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:53b799133c23c23beabe0a6e2b783b373e8e0fc77c782cf992542216883afb0b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:56decf73d446bf23e07109fce4972fb01b059d152306d57d9cd056df0ccabc23_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5b4ca102775584f3562ec5ec42eeffad78e20cf431e0535aba2914a49262d48e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:aa1d5507c9f318ca06d5f05a944e968c1101c199c4b73a6a7ad6b73369c4e619_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0058c19927fa0217fd083daa9e4bc4ab4be35ce890d71843215ff0bf75584cbf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1690ca71e304ab6c9453e4b558aea0c746ae7b8cafe1c9a6342c1e1bc8af749d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:45aff8f94a8e52b6ab94fc9d5cb5a70b21b14f50f741283bdcc84cce2b4a6c45_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f4d48c8a99ccaa58a70f278c31d2b9df7bbdcd92f6f5e47b37518dae622905a2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:593fd82b504904a203ebd6ef4ff2712ae2b6187f7237ca7be5cce4451d6ef676_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7d2618952016da488d4503c41445358ec9ab7c8d53ef15a39efd12e06acc90b1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e6b6bbf67893dd2258469cf659c8cb675ee7ba4173729dd7b83aa1f0448b8d9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9c29874fd3dcfbe07b10f80953e34ede86c030f758361dd1b00cc56ae66958c_s390x"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:2fbd6c61f33b11689b4bf682ae285b4580b616791fd24260d6474432faebe577_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7f14c15d7172a0b25b6e4c641ef3f3277ba3b0dc8dd5747e43b842c002a4a7af_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:90063788a0451b10a750ff4ac79ffd1c6f01d80c6cf0bc383c17764b81316318_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eda563370ee592ce23521c42a5c1776a98771b5ff0b57d93a05bab51765b0c54_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:2f09b2360c12d99319b4059a14947e7732ecd6fb2f654666f277fb287649dee7_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:67fc5a13e3e9d36d173cd60a79b8844c118c8b21756f3ce3535ce8048ae51e77_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:bf2105e2af0882689a69867150470feee03dbe1b3826d6598377425c0c547d03_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:fa92afd1a8a21b5810a73b588616bd3070a5690d6bc63d7dd12d16dd16305e19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e8e09e694e526ddae4ead8c2a40e961bc434a7a6678286e03fb100663f11fc8e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:14add162eda9e82808a17470e961426fc12745e81a3fce5499128d4511c714dd_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:623d3fc70fbd9fd7cd8eb92ecabe61a3819b01ee70861d1609173f19a8f720d3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:64256707c1aed9efe5bcdcdd10a4cefc64e0fcf207de3856a7f42655149d3770_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:bc9fe2b6a2c34cae54c7790b2c13ee372ffe572c4fbd6ce196cf70e5744b8384_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0d46a6c8df0e85a36db5e373313351a8dd4989f2e2c7ef04709560c3127d7cb8_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2de3c8f515be5525cf5ef29a087dc38836185870d1833c23b2e77d999cb98852_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:398aa0d6e7ca2b1721e2efa8dd5d612eb4077328e8443f35143bdcff06a32587_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fe79f11a25d8e1c4c216cf17a2f81ff522e189638bb6fb8883b09fc837995044_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:078d51fd9fc07cb9f66b51fa80586f5ebdbbcd9f77b8c333d494ce78afcab090_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:222574d5490b58fbdbf84f141786941325e13b6db8b9533802d6752b642cbd33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9545f2d20b75cf42b2c110d8ff299fb1094af010bced15b136a9bb9b1e0e881b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ff04bb49db1c90d29de31a61671d2be5981f94f00420dfa0bdf52e0fbe439859_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "RHBZ#2434431",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434431"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://go.dev/cl/736713",
"url": "https://go.dev/cl/736713"
},
{
"category": "external",
"summary": "https://go.dev/issue/77102",
"url": "https://go.dev/issue/77102"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4342",
"url": "https://pkg.go.dev/vuln/GO-2026-4342"
}
],
"release_date": "2026-01-28T19:30:31.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-12T11:53:58+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:669b38265ef149e2361e5eada1bee14e895da0de3e687358186e0095483e1897_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8305d417a2b71db82c3563cd0c993bc883787ac60c5dfecb94d66f956f7dd868_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8d0cccce1b9063ed8db8d607c59e393b72bce6795275b41b3190a76db8b4d81c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f3f552180a0328f81481cecc617f75f15b6f34959f5918ce80abd0bfdfb9a9ed_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:46812964173a755fc24a1ac82a1c02984cae161887ccafac4b1e98df6af3c1b2_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:621bde2cedc94c85edbc9a7818f184c4a025356cbd4d3502b9829062b177bcb9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c09bca8dae3ea50877dee7ed05ac3f8496b4f412f330bd27faa55721f6593083_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c81b58c4932d1b9dd128efaeee6d8717104e12cdaf0b85cd7302d5c4e76392f4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2c6a9b7fb8ef88724944ad2fc9cad23660b5df20683796f308e51a0228bc79b9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:63b0a10e5244e9aee244322df92c36b6156bfbf02de0cbcef9c2bb6934c9dafd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7fb0069e5d132b294144ffa692ec27cd942b7ed5a1d02c8c9c1435dd42af805b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b541158df2f62749c531300f6f8e96db77a9aac19f3220b7ac2b3624e0d704df_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:53b799133c23c23beabe0a6e2b783b373e8e0fc77c782cf992542216883afb0b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:56decf73d446bf23e07109fce4972fb01b059d152306d57d9cd056df0ccabc23_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5b4ca102775584f3562ec5ec42eeffad78e20cf431e0535aba2914a49262d48e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:aa1d5507c9f318ca06d5f05a944e968c1101c199c4b73a6a7ad6b73369c4e619_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0058c19927fa0217fd083daa9e4bc4ab4be35ce890d71843215ff0bf75584cbf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1690ca71e304ab6c9453e4b558aea0c746ae7b8cafe1c9a6342c1e1bc8af749d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:45aff8f94a8e52b6ab94fc9d5cb5a70b21b14f50f741283bdcc84cce2b4a6c45_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f4d48c8a99ccaa58a70f278c31d2b9df7bbdcd92f6f5e47b37518dae622905a2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:593fd82b504904a203ebd6ef4ff2712ae2b6187f7237ca7be5cce4451d6ef676_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7d2618952016da488d4503c41445358ec9ab7c8d53ef15a39efd12e06acc90b1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e6b6bbf67893dd2258469cf659c8cb675ee7ba4173729dd7b83aa1f0448b8d9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9c29874fd3dcfbe07b10f80953e34ede86c030f758361dd1b00cc56ae66958c_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4467"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, implement a timeout in your archive/zip processing logic to abort the operation if it exceeds a few seconds, preventing the application from consuming an excessive amount of resources.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:2fbd6c61f33b11689b4bf682ae285b4580b616791fd24260d6474432faebe577_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7f14c15d7172a0b25b6e4c641ef3f3277ba3b0dc8dd5747e43b842c002a4a7af_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:90063788a0451b10a750ff4ac79ffd1c6f01d80c6cf0bc383c17764b81316318_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eda563370ee592ce23521c42a5c1776a98771b5ff0b57d93a05bab51765b0c54_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:2f09b2360c12d99319b4059a14947e7732ecd6fb2f654666f277fb287649dee7_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:67fc5a13e3e9d36d173cd60a79b8844c118c8b21756f3ce3535ce8048ae51e77_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:bf2105e2af0882689a69867150470feee03dbe1b3826d6598377425c0c547d03_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:fa92afd1a8a21b5810a73b588616bd3070a5690d6bc63d7dd12d16dd16305e19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:669b38265ef149e2361e5eada1bee14e895da0de3e687358186e0095483e1897_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8305d417a2b71db82c3563cd0c993bc883787ac60c5dfecb94d66f956f7dd868_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8d0cccce1b9063ed8db8d607c59e393b72bce6795275b41b3190a76db8b4d81c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f3f552180a0328f81481cecc617f75f15b6f34959f5918ce80abd0bfdfb9a9ed_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e8e09e694e526ddae4ead8c2a40e961bc434a7a6678286e03fb100663f11fc8e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:46812964173a755fc24a1ac82a1c02984cae161887ccafac4b1e98df6af3c1b2_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:621bde2cedc94c85edbc9a7818f184c4a025356cbd4d3502b9829062b177bcb9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c09bca8dae3ea50877dee7ed05ac3f8496b4f412f330bd27faa55721f6593083_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c81b58c4932d1b9dd128efaeee6d8717104e12cdaf0b85cd7302d5c4e76392f4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2c6a9b7fb8ef88724944ad2fc9cad23660b5df20683796f308e51a0228bc79b9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:63b0a10e5244e9aee244322df92c36b6156bfbf02de0cbcef9c2bb6934c9dafd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7fb0069e5d132b294144ffa692ec27cd942b7ed5a1d02c8c9c1435dd42af805b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b541158df2f62749c531300f6f8e96db77a9aac19f3220b7ac2b3624e0d704df_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:14add162eda9e82808a17470e961426fc12745e81a3fce5499128d4511c714dd_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:623d3fc70fbd9fd7cd8eb92ecabe61a3819b01ee70861d1609173f19a8f720d3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:64256707c1aed9efe5bcdcdd10a4cefc64e0fcf207de3856a7f42655149d3770_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:bc9fe2b6a2c34cae54c7790b2c13ee372ffe572c4fbd6ce196cf70e5744b8384_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0d46a6c8df0e85a36db5e373313351a8dd4989f2e2c7ef04709560c3127d7cb8_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2de3c8f515be5525cf5ef29a087dc38836185870d1833c23b2e77d999cb98852_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:398aa0d6e7ca2b1721e2efa8dd5d612eb4077328e8443f35143bdcff06a32587_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fe79f11a25d8e1c4c216cf17a2f81ff522e189638bb6fb8883b09fc837995044_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:53b799133c23c23beabe0a6e2b783b373e8e0fc77c782cf992542216883afb0b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:56decf73d446bf23e07109fce4972fb01b059d152306d57d9cd056df0ccabc23_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5b4ca102775584f3562ec5ec42eeffad78e20cf431e0535aba2914a49262d48e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:aa1d5507c9f318ca06d5f05a944e968c1101c199c4b73a6a7ad6b73369c4e619_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0058c19927fa0217fd083daa9e4bc4ab4be35ce890d71843215ff0bf75584cbf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1690ca71e304ab6c9453e4b558aea0c746ae7b8cafe1c9a6342c1e1bc8af749d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:45aff8f94a8e52b6ab94fc9d5cb5a70b21b14f50f741283bdcc84cce2b4a6c45_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f4d48c8a99ccaa58a70f278c31d2b9df7bbdcd92f6f5e47b37518dae622905a2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:078d51fd9fc07cb9f66b51fa80586f5ebdbbcd9f77b8c333d494ce78afcab090_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:222574d5490b58fbdbf84f141786941325e13b6db8b9533802d6752b642cbd33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9545f2d20b75cf42b2c110d8ff299fb1094af010bced15b136a9bb9b1e0e881b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ff04bb49db1c90d29de31a61671d2be5981f94f00420dfa0bdf52e0fbe439859_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:593fd82b504904a203ebd6ef4ff2712ae2b6187f7237ca7be5cce4451d6ef676_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7d2618952016da488d4503c41445358ec9ab7c8d53ef15a39efd12e06acc90b1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e6b6bbf67893dd2258469cf659c8cb675ee7ba4173729dd7b83aa1f0448b8d9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9c29874fd3dcfbe07b10f80953e34ede86c030f758361dd1b00cc56ae66958c_s390x"
]
}
],
"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 Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:2fbd6c61f33b11689b4bf682ae285b4580b616791fd24260d6474432faebe577_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7f14c15d7172a0b25b6e4c641ef3f3277ba3b0dc8dd5747e43b842c002a4a7af_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:90063788a0451b10a750ff4ac79ffd1c6f01d80c6cf0bc383c17764b81316318_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eda563370ee592ce23521c42a5c1776a98771b5ff0b57d93a05bab51765b0c54_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:2f09b2360c12d99319b4059a14947e7732ecd6fb2f654666f277fb287649dee7_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:67fc5a13e3e9d36d173cd60a79b8844c118c8b21756f3ce3535ce8048ae51e77_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:bf2105e2af0882689a69867150470feee03dbe1b3826d6598377425c0c547d03_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:fa92afd1a8a21b5810a73b588616bd3070a5690d6bc63d7dd12d16dd16305e19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:669b38265ef149e2361e5eada1bee14e895da0de3e687358186e0095483e1897_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8305d417a2b71db82c3563cd0c993bc883787ac60c5dfecb94d66f956f7dd868_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8d0cccce1b9063ed8db8d607c59e393b72bce6795275b41b3190a76db8b4d81c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f3f552180a0328f81481cecc617f75f15b6f34959f5918ce80abd0bfdfb9a9ed_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e8e09e694e526ddae4ead8c2a40e961bc434a7a6678286e03fb100663f11fc8e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:46812964173a755fc24a1ac82a1c02984cae161887ccafac4b1e98df6af3c1b2_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:621bde2cedc94c85edbc9a7818f184c4a025356cbd4d3502b9829062b177bcb9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c09bca8dae3ea50877dee7ed05ac3f8496b4f412f330bd27faa55721f6593083_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c81b58c4932d1b9dd128efaeee6d8717104e12cdaf0b85cd7302d5c4e76392f4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2c6a9b7fb8ef88724944ad2fc9cad23660b5df20683796f308e51a0228bc79b9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:63b0a10e5244e9aee244322df92c36b6156bfbf02de0cbcef9c2bb6934c9dafd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7fb0069e5d132b294144ffa692ec27cd942b7ed5a1d02c8c9c1435dd42af805b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b541158df2f62749c531300f6f8e96db77a9aac19f3220b7ac2b3624e0d704df_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:14add162eda9e82808a17470e961426fc12745e81a3fce5499128d4511c714dd_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:623d3fc70fbd9fd7cd8eb92ecabe61a3819b01ee70861d1609173f19a8f720d3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:64256707c1aed9efe5bcdcdd10a4cefc64e0fcf207de3856a7f42655149d3770_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:bc9fe2b6a2c34cae54c7790b2c13ee372ffe572c4fbd6ce196cf70e5744b8384_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0d46a6c8df0e85a36db5e373313351a8dd4989f2e2c7ef04709560c3127d7cb8_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2de3c8f515be5525cf5ef29a087dc38836185870d1833c23b2e77d999cb98852_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:398aa0d6e7ca2b1721e2efa8dd5d612eb4077328e8443f35143bdcff06a32587_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fe79f11a25d8e1c4c216cf17a2f81ff522e189638bb6fb8883b09fc837995044_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:53b799133c23c23beabe0a6e2b783b373e8e0fc77c782cf992542216883afb0b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:56decf73d446bf23e07109fce4972fb01b059d152306d57d9cd056df0ccabc23_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5b4ca102775584f3562ec5ec42eeffad78e20cf431e0535aba2914a49262d48e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:aa1d5507c9f318ca06d5f05a944e968c1101c199c4b73a6a7ad6b73369c4e619_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0058c19927fa0217fd083daa9e4bc4ab4be35ce890d71843215ff0bf75584cbf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1690ca71e304ab6c9453e4b558aea0c746ae7b8cafe1c9a6342c1e1bc8af749d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:45aff8f94a8e52b6ab94fc9d5cb5a70b21b14f50f741283bdcc84cce2b4a6c45_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f4d48c8a99ccaa58a70f278c31d2b9df7bbdcd92f6f5e47b37518dae622905a2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:078d51fd9fc07cb9f66b51fa80586f5ebdbbcd9f77b8c333d494ce78afcab090_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:222574d5490b58fbdbf84f141786941325e13b6db8b9533802d6752b642cbd33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9545f2d20b75cf42b2c110d8ff299fb1094af010bced15b136a9bb9b1e0e881b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ff04bb49db1c90d29de31a61671d2be5981f94f00420dfa0bdf52e0fbe439859_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:593fd82b504904a203ebd6ef4ff2712ae2b6187f7237ca7be5cce4451d6ef676_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7d2618952016da488d4503c41445358ec9ab7c8d53ef15a39efd12e06acc90b1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e6b6bbf67893dd2258469cf659c8cb675ee7ba4173729dd7b83aa1f0448b8d9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9c29874fd3dcfbe07b10f80953e34ede86c030f758361dd1b00cc56ae66958c_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:2fbd6c61f33b11689b4bf682ae285b4580b616791fd24260d6474432faebe577_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7f14c15d7172a0b25b6e4c641ef3f3277ba3b0dc8dd5747e43b842c002a4a7af_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:90063788a0451b10a750ff4ac79ffd1c6f01d80c6cf0bc383c17764b81316318_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eda563370ee592ce23521c42a5c1776a98771b5ff0b57d93a05bab51765b0c54_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:2f09b2360c12d99319b4059a14947e7732ecd6fb2f654666f277fb287649dee7_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:67fc5a13e3e9d36d173cd60a79b8844c118c8b21756f3ce3535ce8048ae51e77_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:bf2105e2af0882689a69867150470feee03dbe1b3826d6598377425c0c547d03_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:fa92afd1a8a21b5810a73b588616bd3070a5690d6bc63d7dd12d16dd16305e19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e8e09e694e526ddae4ead8c2a40e961bc434a7a6678286e03fb100663f11fc8e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:14add162eda9e82808a17470e961426fc12745e81a3fce5499128d4511c714dd_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:623d3fc70fbd9fd7cd8eb92ecabe61a3819b01ee70861d1609173f19a8f720d3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:64256707c1aed9efe5bcdcdd10a4cefc64e0fcf207de3856a7f42655149d3770_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:bc9fe2b6a2c34cae54c7790b2c13ee372ffe572c4fbd6ce196cf70e5744b8384_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0d46a6c8df0e85a36db5e373313351a8dd4989f2e2c7ef04709560c3127d7cb8_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2de3c8f515be5525cf5ef29a087dc38836185870d1833c23b2e77d999cb98852_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:398aa0d6e7ca2b1721e2efa8dd5d612eb4077328e8443f35143bdcff06a32587_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fe79f11a25d8e1c4c216cf17a2f81ff522e189638bb6fb8883b09fc837995044_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:078d51fd9fc07cb9f66b51fa80586f5ebdbbcd9f77b8c333d494ce78afcab090_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:222574d5490b58fbdbf84f141786941325e13b6db8b9533802d6752b642cbd33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9545f2d20b75cf42b2c110d8ff299fb1094af010bced15b136a9bb9b1e0e881b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ff04bb49db1c90d29de31a61671d2be5981f94f00420dfa0bdf52e0fbe439859_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"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 Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:669b38265ef149e2361e5eada1bee14e895da0de3e687358186e0095483e1897_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8305d417a2b71db82c3563cd0c993bc883787ac60c5dfecb94d66f956f7dd868_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8d0cccce1b9063ed8db8d607c59e393b72bce6795275b41b3190a76db8b4d81c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f3f552180a0328f81481cecc617f75f15b6f34959f5918ce80abd0bfdfb9a9ed_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:46812964173a755fc24a1ac82a1c02984cae161887ccafac4b1e98df6af3c1b2_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:621bde2cedc94c85edbc9a7818f184c4a025356cbd4d3502b9829062b177bcb9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c09bca8dae3ea50877dee7ed05ac3f8496b4f412f330bd27faa55721f6593083_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c81b58c4932d1b9dd128efaeee6d8717104e12cdaf0b85cd7302d5c4e76392f4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2c6a9b7fb8ef88724944ad2fc9cad23660b5df20683796f308e51a0228bc79b9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:63b0a10e5244e9aee244322df92c36b6156bfbf02de0cbcef9c2bb6934c9dafd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7fb0069e5d132b294144ffa692ec27cd942b7ed5a1d02c8c9c1435dd42af805b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b541158df2f62749c531300f6f8e96db77a9aac19f3220b7ac2b3624e0d704df_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:53b799133c23c23beabe0a6e2b783b373e8e0fc77c782cf992542216883afb0b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:56decf73d446bf23e07109fce4972fb01b059d152306d57d9cd056df0ccabc23_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5b4ca102775584f3562ec5ec42eeffad78e20cf431e0535aba2914a49262d48e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:aa1d5507c9f318ca06d5f05a944e968c1101c199c4b73a6a7ad6b73369c4e619_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0058c19927fa0217fd083daa9e4bc4ab4be35ce890d71843215ff0bf75584cbf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1690ca71e304ab6c9453e4b558aea0c746ae7b8cafe1c9a6342c1e1bc8af749d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:45aff8f94a8e52b6ab94fc9d5cb5a70b21b14f50f741283bdcc84cce2b4a6c45_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f4d48c8a99ccaa58a70f278c31d2b9df7bbdcd92f6f5e47b37518dae622905a2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:593fd82b504904a203ebd6ef4ff2712ae2b6187f7237ca7be5cce4451d6ef676_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7d2618952016da488d4503c41445358ec9ab7c8d53ef15a39efd12e06acc90b1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e6b6bbf67893dd2258469cf659c8cb675ee7ba4173729dd7b83aa1f0448b8d9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9c29874fd3dcfbe07b10f80953e34ede86c030f758361dd1b00cc56ae66958c_s390x"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:2fbd6c61f33b11689b4bf682ae285b4580b616791fd24260d6474432faebe577_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7f14c15d7172a0b25b6e4c641ef3f3277ba3b0dc8dd5747e43b842c002a4a7af_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:90063788a0451b10a750ff4ac79ffd1c6f01d80c6cf0bc383c17764b81316318_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eda563370ee592ce23521c42a5c1776a98771b5ff0b57d93a05bab51765b0c54_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:2f09b2360c12d99319b4059a14947e7732ecd6fb2f654666f277fb287649dee7_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:67fc5a13e3e9d36d173cd60a79b8844c118c8b21756f3ce3535ce8048ae51e77_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:bf2105e2af0882689a69867150470feee03dbe1b3826d6598377425c0c547d03_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:fa92afd1a8a21b5810a73b588616bd3070a5690d6bc63d7dd12d16dd16305e19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e8e09e694e526ddae4ead8c2a40e961bc434a7a6678286e03fb100663f11fc8e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:14add162eda9e82808a17470e961426fc12745e81a3fce5499128d4511c714dd_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:623d3fc70fbd9fd7cd8eb92ecabe61a3819b01ee70861d1609173f19a8f720d3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:64256707c1aed9efe5bcdcdd10a4cefc64e0fcf207de3856a7f42655149d3770_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:bc9fe2b6a2c34cae54c7790b2c13ee372ffe572c4fbd6ce196cf70e5744b8384_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0d46a6c8df0e85a36db5e373313351a8dd4989f2e2c7ef04709560c3127d7cb8_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2de3c8f515be5525cf5ef29a087dc38836185870d1833c23b2e77d999cb98852_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:398aa0d6e7ca2b1721e2efa8dd5d612eb4077328e8443f35143bdcff06a32587_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fe79f11a25d8e1c4c216cf17a2f81ff522e189638bb6fb8883b09fc837995044_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:078d51fd9fc07cb9f66b51fa80586f5ebdbbcd9f77b8c333d494ce78afcab090_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:222574d5490b58fbdbf84f141786941325e13b6db8b9533802d6752b642cbd33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9545f2d20b75cf42b2c110d8ff299fb1094af010bced15b136a9bb9b1e0e881b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ff04bb49db1c90d29de31a61671d2be5981f94f00420dfa0bdf52e0fbe439859_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-12T11:53:58+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:669b38265ef149e2361e5eada1bee14e895da0de3e687358186e0095483e1897_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8305d417a2b71db82c3563cd0c993bc883787ac60c5dfecb94d66f956f7dd868_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8d0cccce1b9063ed8db8d607c59e393b72bce6795275b41b3190a76db8b4d81c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f3f552180a0328f81481cecc617f75f15b6f34959f5918ce80abd0bfdfb9a9ed_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:46812964173a755fc24a1ac82a1c02984cae161887ccafac4b1e98df6af3c1b2_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:621bde2cedc94c85edbc9a7818f184c4a025356cbd4d3502b9829062b177bcb9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c09bca8dae3ea50877dee7ed05ac3f8496b4f412f330bd27faa55721f6593083_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c81b58c4932d1b9dd128efaeee6d8717104e12cdaf0b85cd7302d5c4e76392f4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2c6a9b7fb8ef88724944ad2fc9cad23660b5df20683796f308e51a0228bc79b9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:63b0a10e5244e9aee244322df92c36b6156bfbf02de0cbcef9c2bb6934c9dafd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7fb0069e5d132b294144ffa692ec27cd942b7ed5a1d02c8c9c1435dd42af805b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b541158df2f62749c531300f6f8e96db77a9aac19f3220b7ac2b3624e0d704df_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:53b799133c23c23beabe0a6e2b783b373e8e0fc77c782cf992542216883afb0b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:56decf73d446bf23e07109fce4972fb01b059d152306d57d9cd056df0ccabc23_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5b4ca102775584f3562ec5ec42eeffad78e20cf431e0535aba2914a49262d48e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:aa1d5507c9f318ca06d5f05a944e968c1101c199c4b73a6a7ad6b73369c4e619_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0058c19927fa0217fd083daa9e4bc4ab4be35ce890d71843215ff0bf75584cbf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1690ca71e304ab6c9453e4b558aea0c746ae7b8cafe1c9a6342c1e1bc8af749d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:45aff8f94a8e52b6ab94fc9d5cb5a70b21b14f50f741283bdcc84cce2b4a6c45_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f4d48c8a99ccaa58a70f278c31d2b9df7bbdcd92f6f5e47b37518dae622905a2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:593fd82b504904a203ebd6ef4ff2712ae2b6187f7237ca7be5cce4451d6ef676_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7d2618952016da488d4503c41445358ec9ab7c8d53ef15a39efd12e06acc90b1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e6b6bbf67893dd2258469cf659c8cb675ee7ba4173729dd7b83aa1f0448b8d9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9c29874fd3dcfbe07b10f80953e34ede86c030f758361dd1b00cc56ae66958c_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4467"
}
],
"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 Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:2fbd6c61f33b11689b4bf682ae285b4580b616791fd24260d6474432faebe577_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7f14c15d7172a0b25b6e4c641ef3f3277ba3b0dc8dd5747e43b842c002a4a7af_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:90063788a0451b10a750ff4ac79ffd1c6f01d80c6cf0bc383c17764b81316318_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eda563370ee592ce23521c42a5c1776a98771b5ff0b57d93a05bab51765b0c54_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:2f09b2360c12d99319b4059a14947e7732ecd6fb2f654666f277fb287649dee7_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:67fc5a13e3e9d36d173cd60a79b8844c118c8b21756f3ce3535ce8048ae51e77_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:bf2105e2af0882689a69867150470feee03dbe1b3826d6598377425c0c547d03_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:fa92afd1a8a21b5810a73b588616bd3070a5690d6bc63d7dd12d16dd16305e19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:669b38265ef149e2361e5eada1bee14e895da0de3e687358186e0095483e1897_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8305d417a2b71db82c3563cd0c993bc883787ac60c5dfecb94d66f956f7dd868_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8d0cccce1b9063ed8db8d607c59e393b72bce6795275b41b3190a76db8b4d81c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f3f552180a0328f81481cecc617f75f15b6f34959f5918ce80abd0bfdfb9a9ed_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e8e09e694e526ddae4ead8c2a40e961bc434a7a6678286e03fb100663f11fc8e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:46812964173a755fc24a1ac82a1c02984cae161887ccafac4b1e98df6af3c1b2_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:621bde2cedc94c85edbc9a7818f184c4a025356cbd4d3502b9829062b177bcb9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c09bca8dae3ea50877dee7ed05ac3f8496b4f412f330bd27faa55721f6593083_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c81b58c4932d1b9dd128efaeee6d8717104e12cdaf0b85cd7302d5c4e76392f4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2c6a9b7fb8ef88724944ad2fc9cad23660b5df20683796f308e51a0228bc79b9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:63b0a10e5244e9aee244322df92c36b6156bfbf02de0cbcef9c2bb6934c9dafd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7fb0069e5d132b294144ffa692ec27cd942b7ed5a1d02c8c9c1435dd42af805b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b541158df2f62749c531300f6f8e96db77a9aac19f3220b7ac2b3624e0d704df_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:14add162eda9e82808a17470e961426fc12745e81a3fce5499128d4511c714dd_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:623d3fc70fbd9fd7cd8eb92ecabe61a3819b01ee70861d1609173f19a8f720d3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:64256707c1aed9efe5bcdcdd10a4cefc64e0fcf207de3856a7f42655149d3770_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:bc9fe2b6a2c34cae54c7790b2c13ee372ffe572c4fbd6ce196cf70e5744b8384_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0d46a6c8df0e85a36db5e373313351a8dd4989f2e2c7ef04709560c3127d7cb8_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2de3c8f515be5525cf5ef29a087dc38836185870d1833c23b2e77d999cb98852_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:398aa0d6e7ca2b1721e2efa8dd5d612eb4077328e8443f35143bdcff06a32587_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fe79f11a25d8e1c4c216cf17a2f81ff522e189638bb6fb8883b09fc837995044_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:53b799133c23c23beabe0a6e2b783b373e8e0fc77c782cf992542216883afb0b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:56decf73d446bf23e07109fce4972fb01b059d152306d57d9cd056df0ccabc23_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5b4ca102775584f3562ec5ec42eeffad78e20cf431e0535aba2914a49262d48e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:aa1d5507c9f318ca06d5f05a944e968c1101c199c4b73a6a7ad6b73369c4e619_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0058c19927fa0217fd083daa9e4bc4ab4be35ce890d71843215ff0bf75584cbf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1690ca71e304ab6c9453e4b558aea0c746ae7b8cafe1c9a6342c1e1bc8af749d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:45aff8f94a8e52b6ab94fc9d5cb5a70b21b14f50f741283bdcc84cce2b4a6c45_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f4d48c8a99ccaa58a70f278c31d2b9df7bbdcd92f6f5e47b37518dae622905a2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:078d51fd9fc07cb9f66b51fa80586f5ebdbbcd9f77b8c333d494ce78afcab090_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:222574d5490b58fbdbf84f141786941325e13b6db8b9533802d6752b642cbd33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9545f2d20b75cf42b2c110d8ff299fb1094af010bced15b136a9bb9b1e0e881b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ff04bb49db1c90d29de31a61671d2be5981f94f00420dfa0bdf52e0fbe439859_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:593fd82b504904a203ebd6ef4ff2712ae2b6187f7237ca7be5cce4451d6ef676_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7d2618952016da488d4503c41445358ec9ab7c8d53ef15a39efd12e06acc90b1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e6b6bbf67893dd2258469cf659c8cb675ee7ba4173729dd7b83aa1f0448b8d9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9c29874fd3dcfbe07b10f80953e34ede86c030f758361dd1b00cc56ae66958c_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-66418",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-05T17:01:20.277857+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:669b38265ef149e2361e5eada1bee14e895da0de3e687358186e0095483e1897_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8305d417a2b71db82c3563cd0c993bc883787ac60c5dfecb94d66f956f7dd868_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8d0cccce1b9063ed8db8d607c59e393b72bce6795275b41b3190a76db8b4d81c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f3f552180a0328f81481cecc617f75f15b6f34959f5918ce80abd0bfdfb9a9ed_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e8e09e694e526ddae4ead8c2a40e961bc434a7a6678286e03fb100663f11fc8e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:46812964173a755fc24a1ac82a1c02984cae161887ccafac4b1e98df6af3c1b2_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:621bde2cedc94c85edbc9a7818f184c4a025356cbd4d3502b9829062b177bcb9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c09bca8dae3ea50877dee7ed05ac3f8496b4f412f330bd27faa55721f6593083_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c81b58c4932d1b9dd128efaeee6d8717104e12cdaf0b85cd7302d5c4e76392f4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2c6a9b7fb8ef88724944ad2fc9cad23660b5df20683796f308e51a0228bc79b9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:63b0a10e5244e9aee244322df92c36b6156bfbf02de0cbcef9c2bb6934c9dafd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7fb0069e5d132b294144ffa692ec27cd942b7ed5a1d02c8c9c1435dd42af805b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b541158df2f62749c531300f6f8e96db77a9aac19f3220b7ac2b3624e0d704df_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0d46a6c8df0e85a36db5e373313351a8dd4989f2e2c7ef04709560c3127d7cb8_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2de3c8f515be5525cf5ef29a087dc38836185870d1833c23b2e77d999cb98852_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:398aa0d6e7ca2b1721e2efa8dd5d612eb4077328e8443f35143bdcff06a32587_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fe79f11a25d8e1c4c216cf17a2f81ff522e189638bb6fb8883b09fc837995044_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:53b799133c23c23beabe0a6e2b783b373e8e0fc77c782cf992542216883afb0b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:56decf73d446bf23e07109fce4972fb01b059d152306d57d9cd056df0ccabc23_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5b4ca102775584f3562ec5ec42eeffad78e20cf431e0535aba2914a49262d48e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:aa1d5507c9f318ca06d5f05a944e968c1101c199c4b73a6a7ad6b73369c4e619_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0058c19927fa0217fd083daa9e4bc4ab4be35ce890d71843215ff0bf75584cbf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1690ca71e304ab6c9453e4b558aea0c746ae7b8cafe1c9a6342c1e1bc8af749d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:45aff8f94a8e52b6ab94fc9d5cb5a70b21b14f50f741283bdcc84cce2b4a6c45_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f4d48c8a99ccaa58a70f278c31d2b9df7bbdcd92f6f5e47b37518dae622905a2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:078d51fd9fc07cb9f66b51fa80586f5ebdbbcd9f77b8c333d494ce78afcab090_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:222574d5490b58fbdbf84f141786941325e13b6db8b9533802d6752b642cbd33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9545f2d20b75cf42b2c110d8ff299fb1094af010bced15b136a9bb9b1e0e881b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ff04bb49db1c90d29de31a61671d2be5981f94f00420dfa0bdf52e0fbe439859_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:593fd82b504904a203ebd6ef4ff2712ae2b6187f7237ca7be5cce4451d6ef676_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7d2618952016da488d4503c41445358ec9ab7c8d53ef15a39efd12e06acc90b1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e6b6bbf67893dd2258469cf659c8cb675ee7ba4173729dd7b83aa1f0448b8d9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9c29874fd3dcfbe07b10f80953e34ede86c030f758361dd1b00cc56ae66958c_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419455"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3 Python library that could lead to a Denial of Service condition. A remote, malicious server can exploit this flaw by responding to a client request with an HTTP message that uses an excessive number of chained compression algorithms. This unlimited decompression chain causes the client system to consume a virtually unbounded amount of CPU resources and memory. The high resource usage leads to service disruption, making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion",
"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 Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:2fbd6c61f33b11689b4bf682ae285b4580b616791fd24260d6474432faebe577_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7f14c15d7172a0b25b6e4c641ef3f3277ba3b0dc8dd5747e43b842c002a4a7af_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:90063788a0451b10a750ff4ac79ffd1c6f01d80c6cf0bc383c17764b81316318_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eda563370ee592ce23521c42a5c1776a98771b5ff0b57d93a05bab51765b0c54_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:2f09b2360c12d99319b4059a14947e7732ecd6fb2f654666f277fb287649dee7_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:67fc5a13e3e9d36d173cd60a79b8844c118c8b21756f3ce3535ce8048ae51e77_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:bf2105e2af0882689a69867150470feee03dbe1b3826d6598377425c0c547d03_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:fa92afd1a8a21b5810a73b588616bd3070a5690d6bc63d7dd12d16dd16305e19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:14add162eda9e82808a17470e961426fc12745e81a3fce5499128d4511c714dd_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:623d3fc70fbd9fd7cd8eb92ecabe61a3819b01ee70861d1609173f19a8f720d3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:64256707c1aed9efe5bcdcdd10a4cefc64e0fcf207de3856a7f42655149d3770_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:bc9fe2b6a2c34cae54c7790b2c13ee372ffe572c4fbd6ce196cf70e5744b8384_ppc64le"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:669b38265ef149e2361e5eada1bee14e895da0de3e687358186e0095483e1897_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8305d417a2b71db82c3563cd0c993bc883787ac60c5dfecb94d66f956f7dd868_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8d0cccce1b9063ed8db8d607c59e393b72bce6795275b41b3190a76db8b4d81c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f3f552180a0328f81481cecc617f75f15b6f34959f5918ce80abd0bfdfb9a9ed_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e8e09e694e526ddae4ead8c2a40e961bc434a7a6678286e03fb100663f11fc8e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:46812964173a755fc24a1ac82a1c02984cae161887ccafac4b1e98df6af3c1b2_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:621bde2cedc94c85edbc9a7818f184c4a025356cbd4d3502b9829062b177bcb9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c09bca8dae3ea50877dee7ed05ac3f8496b4f412f330bd27faa55721f6593083_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c81b58c4932d1b9dd128efaeee6d8717104e12cdaf0b85cd7302d5c4e76392f4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2c6a9b7fb8ef88724944ad2fc9cad23660b5df20683796f308e51a0228bc79b9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:63b0a10e5244e9aee244322df92c36b6156bfbf02de0cbcef9c2bb6934c9dafd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7fb0069e5d132b294144ffa692ec27cd942b7ed5a1d02c8c9c1435dd42af805b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b541158df2f62749c531300f6f8e96db77a9aac19f3220b7ac2b3624e0d704df_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0d46a6c8df0e85a36db5e373313351a8dd4989f2e2c7ef04709560c3127d7cb8_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2de3c8f515be5525cf5ef29a087dc38836185870d1833c23b2e77d999cb98852_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:398aa0d6e7ca2b1721e2efa8dd5d612eb4077328e8443f35143bdcff06a32587_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fe79f11a25d8e1c4c216cf17a2f81ff522e189638bb6fb8883b09fc837995044_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:53b799133c23c23beabe0a6e2b783b373e8e0fc77c782cf992542216883afb0b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:56decf73d446bf23e07109fce4972fb01b059d152306d57d9cd056df0ccabc23_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5b4ca102775584f3562ec5ec42eeffad78e20cf431e0535aba2914a49262d48e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:aa1d5507c9f318ca06d5f05a944e968c1101c199c4b73a6a7ad6b73369c4e619_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0058c19927fa0217fd083daa9e4bc4ab4be35ce890d71843215ff0bf75584cbf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1690ca71e304ab6c9453e4b558aea0c746ae7b8cafe1c9a6342c1e1bc8af749d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:45aff8f94a8e52b6ab94fc9d5cb5a70b21b14f50f741283bdcc84cce2b4a6c45_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f4d48c8a99ccaa58a70f278c31d2b9df7bbdcd92f6f5e47b37518dae622905a2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:078d51fd9fc07cb9f66b51fa80586f5ebdbbcd9f77b8c333d494ce78afcab090_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:222574d5490b58fbdbf84f141786941325e13b6db8b9533802d6752b642cbd33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9545f2d20b75cf42b2c110d8ff299fb1094af010bced15b136a9bb9b1e0e881b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ff04bb49db1c90d29de31a61671d2be5981f94f00420dfa0bdf52e0fbe439859_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:593fd82b504904a203ebd6ef4ff2712ae2b6187f7237ca7be5cce4451d6ef676_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7d2618952016da488d4503c41445358ec9ab7c8d53ef15a39efd12e06acc90b1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e6b6bbf67893dd2258469cf659c8cb675ee7ba4173729dd7b83aa1f0448b8d9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9c29874fd3dcfbe07b10f80953e34ede86c030f758361dd1b00cc56ae66958c_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "RHBZ#2419455",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419455"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66418"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8",
"url": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53"
}
],
"release_date": "2025-12-05T16:02:15.271000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-12T11:53:58+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:2fbd6c61f33b11689b4bf682ae285b4580b616791fd24260d6474432faebe577_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7f14c15d7172a0b25b6e4c641ef3f3277ba3b0dc8dd5747e43b842c002a4a7af_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:90063788a0451b10a750ff4ac79ffd1c6f01d80c6cf0bc383c17764b81316318_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eda563370ee592ce23521c42a5c1776a98771b5ff0b57d93a05bab51765b0c54_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:2f09b2360c12d99319b4059a14947e7732ecd6fb2f654666f277fb287649dee7_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:67fc5a13e3e9d36d173cd60a79b8844c118c8b21756f3ce3535ce8048ae51e77_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:bf2105e2af0882689a69867150470feee03dbe1b3826d6598377425c0c547d03_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:fa92afd1a8a21b5810a73b588616bd3070a5690d6bc63d7dd12d16dd16305e19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:14add162eda9e82808a17470e961426fc12745e81a3fce5499128d4511c714dd_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:623d3fc70fbd9fd7cd8eb92ecabe61a3819b01ee70861d1609173f19a8f720d3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:64256707c1aed9efe5bcdcdd10a4cefc64e0fcf207de3856a7f42655149d3770_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:bc9fe2b6a2c34cae54c7790b2c13ee372ffe572c4fbd6ce196cf70e5744b8384_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4467"
}
],
"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 Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:2fbd6c61f33b11689b4bf682ae285b4580b616791fd24260d6474432faebe577_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7f14c15d7172a0b25b6e4c641ef3f3277ba3b0dc8dd5747e43b842c002a4a7af_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:90063788a0451b10a750ff4ac79ffd1c6f01d80c6cf0bc383c17764b81316318_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eda563370ee592ce23521c42a5c1776a98771b5ff0b57d93a05bab51765b0c54_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:2f09b2360c12d99319b4059a14947e7732ecd6fb2f654666f277fb287649dee7_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:67fc5a13e3e9d36d173cd60a79b8844c118c8b21756f3ce3535ce8048ae51e77_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:bf2105e2af0882689a69867150470feee03dbe1b3826d6598377425c0c547d03_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:fa92afd1a8a21b5810a73b588616bd3070a5690d6bc63d7dd12d16dd16305e19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:669b38265ef149e2361e5eada1bee14e895da0de3e687358186e0095483e1897_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8305d417a2b71db82c3563cd0c993bc883787ac60c5dfecb94d66f956f7dd868_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8d0cccce1b9063ed8db8d607c59e393b72bce6795275b41b3190a76db8b4d81c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f3f552180a0328f81481cecc617f75f15b6f34959f5918ce80abd0bfdfb9a9ed_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e8e09e694e526ddae4ead8c2a40e961bc434a7a6678286e03fb100663f11fc8e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:46812964173a755fc24a1ac82a1c02984cae161887ccafac4b1e98df6af3c1b2_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:621bde2cedc94c85edbc9a7818f184c4a025356cbd4d3502b9829062b177bcb9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c09bca8dae3ea50877dee7ed05ac3f8496b4f412f330bd27faa55721f6593083_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c81b58c4932d1b9dd128efaeee6d8717104e12cdaf0b85cd7302d5c4e76392f4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2c6a9b7fb8ef88724944ad2fc9cad23660b5df20683796f308e51a0228bc79b9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:63b0a10e5244e9aee244322df92c36b6156bfbf02de0cbcef9c2bb6934c9dafd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7fb0069e5d132b294144ffa692ec27cd942b7ed5a1d02c8c9c1435dd42af805b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b541158df2f62749c531300f6f8e96db77a9aac19f3220b7ac2b3624e0d704df_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:14add162eda9e82808a17470e961426fc12745e81a3fce5499128d4511c714dd_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:623d3fc70fbd9fd7cd8eb92ecabe61a3819b01ee70861d1609173f19a8f720d3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:64256707c1aed9efe5bcdcdd10a4cefc64e0fcf207de3856a7f42655149d3770_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:bc9fe2b6a2c34cae54c7790b2c13ee372ffe572c4fbd6ce196cf70e5744b8384_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0d46a6c8df0e85a36db5e373313351a8dd4989f2e2c7ef04709560c3127d7cb8_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2de3c8f515be5525cf5ef29a087dc38836185870d1833c23b2e77d999cb98852_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:398aa0d6e7ca2b1721e2efa8dd5d612eb4077328e8443f35143bdcff06a32587_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fe79f11a25d8e1c4c216cf17a2f81ff522e189638bb6fb8883b09fc837995044_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:53b799133c23c23beabe0a6e2b783b373e8e0fc77c782cf992542216883afb0b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:56decf73d446bf23e07109fce4972fb01b059d152306d57d9cd056df0ccabc23_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5b4ca102775584f3562ec5ec42eeffad78e20cf431e0535aba2914a49262d48e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:aa1d5507c9f318ca06d5f05a944e968c1101c199c4b73a6a7ad6b73369c4e619_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0058c19927fa0217fd083daa9e4bc4ab4be35ce890d71843215ff0bf75584cbf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1690ca71e304ab6c9453e4b558aea0c746ae7b8cafe1c9a6342c1e1bc8af749d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:45aff8f94a8e52b6ab94fc9d5cb5a70b21b14f50f741283bdcc84cce2b4a6c45_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f4d48c8a99ccaa58a70f278c31d2b9df7bbdcd92f6f5e47b37518dae622905a2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:078d51fd9fc07cb9f66b51fa80586f5ebdbbcd9f77b8c333d494ce78afcab090_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:222574d5490b58fbdbf84f141786941325e13b6db8b9533802d6752b642cbd33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9545f2d20b75cf42b2c110d8ff299fb1094af010bced15b136a9bb9b1e0e881b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ff04bb49db1c90d29de31a61671d2be5981f94f00420dfa0bdf52e0fbe439859_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:593fd82b504904a203ebd6ef4ff2712ae2b6187f7237ca7be5cce4451d6ef676_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7d2618952016da488d4503c41445358ec9ab7c8d53ef15a39efd12e06acc90b1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e6b6bbf67893dd2258469cf659c8cb675ee7ba4173729dd7b83aa1f0448b8d9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9c29874fd3dcfbe07b10f80953e34ede86c030f758361dd1b00cc56ae66958c_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion"
},
{
"cve": "CVE-2025-66471",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2025-12-05T17:02:21.597728+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:669b38265ef149e2361e5eada1bee14e895da0de3e687358186e0095483e1897_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8305d417a2b71db82c3563cd0c993bc883787ac60c5dfecb94d66f956f7dd868_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8d0cccce1b9063ed8db8d607c59e393b72bce6795275b41b3190a76db8b4d81c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f3f552180a0328f81481cecc617f75f15b6f34959f5918ce80abd0bfdfb9a9ed_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e8e09e694e526ddae4ead8c2a40e961bc434a7a6678286e03fb100663f11fc8e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:46812964173a755fc24a1ac82a1c02984cae161887ccafac4b1e98df6af3c1b2_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:621bde2cedc94c85edbc9a7818f184c4a025356cbd4d3502b9829062b177bcb9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c09bca8dae3ea50877dee7ed05ac3f8496b4f412f330bd27faa55721f6593083_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c81b58c4932d1b9dd128efaeee6d8717104e12cdaf0b85cd7302d5c4e76392f4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2c6a9b7fb8ef88724944ad2fc9cad23660b5df20683796f308e51a0228bc79b9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:63b0a10e5244e9aee244322df92c36b6156bfbf02de0cbcef9c2bb6934c9dafd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7fb0069e5d132b294144ffa692ec27cd942b7ed5a1d02c8c9c1435dd42af805b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b541158df2f62749c531300f6f8e96db77a9aac19f3220b7ac2b3624e0d704df_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:14add162eda9e82808a17470e961426fc12745e81a3fce5499128d4511c714dd_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:623d3fc70fbd9fd7cd8eb92ecabe61a3819b01ee70861d1609173f19a8f720d3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:64256707c1aed9efe5bcdcdd10a4cefc64e0fcf207de3856a7f42655149d3770_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:bc9fe2b6a2c34cae54c7790b2c13ee372ffe572c4fbd6ce196cf70e5744b8384_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0d46a6c8df0e85a36db5e373313351a8dd4989f2e2c7ef04709560c3127d7cb8_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2de3c8f515be5525cf5ef29a087dc38836185870d1833c23b2e77d999cb98852_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:398aa0d6e7ca2b1721e2efa8dd5d612eb4077328e8443f35143bdcff06a32587_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fe79f11a25d8e1c4c216cf17a2f81ff522e189638bb6fb8883b09fc837995044_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:53b799133c23c23beabe0a6e2b783b373e8e0fc77c782cf992542216883afb0b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:56decf73d446bf23e07109fce4972fb01b059d152306d57d9cd056df0ccabc23_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5b4ca102775584f3562ec5ec42eeffad78e20cf431e0535aba2914a49262d48e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:aa1d5507c9f318ca06d5f05a944e968c1101c199c4b73a6a7ad6b73369c4e619_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0058c19927fa0217fd083daa9e4bc4ab4be35ce890d71843215ff0bf75584cbf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1690ca71e304ab6c9453e4b558aea0c746ae7b8cafe1c9a6342c1e1bc8af749d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:45aff8f94a8e52b6ab94fc9d5cb5a70b21b14f50f741283bdcc84cce2b4a6c45_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f4d48c8a99ccaa58a70f278c31d2b9df7bbdcd92f6f5e47b37518dae622905a2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:078d51fd9fc07cb9f66b51fa80586f5ebdbbcd9f77b8c333d494ce78afcab090_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:222574d5490b58fbdbf84f141786941325e13b6db8b9533802d6752b642cbd33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9545f2d20b75cf42b2c110d8ff299fb1094af010bced15b136a9bb9b1e0e881b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ff04bb49db1c90d29de31a61671d2be5981f94f00420dfa0bdf52e0fbe439859_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:593fd82b504904a203ebd6ef4ff2712ae2b6187f7237ca7be5cce4451d6ef676_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7d2618952016da488d4503c41445358ec9ab7c8d53ef15a39efd12e06acc90b1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e6b6bbf67893dd2258469cf659c8cb675ee7ba4173729dd7b83aa1f0448b8d9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9c29874fd3dcfbe07b10f80953e34ede86c030f758361dd1b00cc56ae66958c_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419467"
}
],
"notes": [
{
"category": "description",
"text": "A decompression handling flaw has been discovered in urllib3. When streaming a compressed response, urllib3 can perform decoding or decompression based on the HTTP Content-Encoding header (e.g., gzip, deflate, br, or zstd). The library must read compressed data from the network and decompress it until the requested chunk size is met. Any resulting decompressed data that exceeds the requested amount is held in an internal buffer for the next read operation. The decompression logic could cause urllib3 to fully decode a small amount of highly compressed data in a single operation. This can result in excessive resource consumption (high CPU usage and massive memory allocation for the decompressed data; CWE-409) on the client side, even if the application only requested a small chunk of data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3 Streaming API improperly handles highly compressed data",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:2fbd6c61f33b11689b4bf682ae285b4580b616791fd24260d6474432faebe577_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7f14c15d7172a0b25b6e4c641ef3f3277ba3b0dc8dd5747e43b842c002a4a7af_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:90063788a0451b10a750ff4ac79ffd1c6f01d80c6cf0bc383c17764b81316318_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eda563370ee592ce23521c42a5c1776a98771b5ff0b57d93a05bab51765b0c54_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:2f09b2360c12d99319b4059a14947e7732ecd6fb2f654666f277fb287649dee7_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:67fc5a13e3e9d36d173cd60a79b8844c118c8b21756f3ce3535ce8048ae51e77_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:bf2105e2af0882689a69867150470feee03dbe1b3826d6598377425c0c547d03_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:fa92afd1a8a21b5810a73b588616bd3070a5690d6bc63d7dd12d16dd16305e19_amd64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:669b38265ef149e2361e5eada1bee14e895da0de3e687358186e0095483e1897_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8305d417a2b71db82c3563cd0c993bc883787ac60c5dfecb94d66f956f7dd868_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8d0cccce1b9063ed8db8d607c59e393b72bce6795275b41b3190a76db8b4d81c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f3f552180a0328f81481cecc617f75f15b6f34959f5918ce80abd0bfdfb9a9ed_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e8e09e694e526ddae4ead8c2a40e961bc434a7a6678286e03fb100663f11fc8e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:46812964173a755fc24a1ac82a1c02984cae161887ccafac4b1e98df6af3c1b2_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:621bde2cedc94c85edbc9a7818f184c4a025356cbd4d3502b9829062b177bcb9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c09bca8dae3ea50877dee7ed05ac3f8496b4f412f330bd27faa55721f6593083_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c81b58c4932d1b9dd128efaeee6d8717104e12cdaf0b85cd7302d5c4e76392f4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2c6a9b7fb8ef88724944ad2fc9cad23660b5df20683796f308e51a0228bc79b9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:63b0a10e5244e9aee244322df92c36b6156bfbf02de0cbcef9c2bb6934c9dafd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7fb0069e5d132b294144ffa692ec27cd942b7ed5a1d02c8c9c1435dd42af805b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b541158df2f62749c531300f6f8e96db77a9aac19f3220b7ac2b3624e0d704df_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:14add162eda9e82808a17470e961426fc12745e81a3fce5499128d4511c714dd_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:623d3fc70fbd9fd7cd8eb92ecabe61a3819b01ee70861d1609173f19a8f720d3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:64256707c1aed9efe5bcdcdd10a4cefc64e0fcf207de3856a7f42655149d3770_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:bc9fe2b6a2c34cae54c7790b2c13ee372ffe572c4fbd6ce196cf70e5744b8384_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0d46a6c8df0e85a36db5e373313351a8dd4989f2e2c7ef04709560c3127d7cb8_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2de3c8f515be5525cf5ef29a087dc38836185870d1833c23b2e77d999cb98852_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:398aa0d6e7ca2b1721e2efa8dd5d612eb4077328e8443f35143bdcff06a32587_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fe79f11a25d8e1c4c216cf17a2f81ff522e189638bb6fb8883b09fc837995044_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:53b799133c23c23beabe0a6e2b783b373e8e0fc77c782cf992542216883afb0b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:56decf73d446bf23e07109fce4972fb01b059d152306d57d9cd056df0ccabc23_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5b4ca102775584f3562ec5ec42eeffad78e20cf431e0535aba2914a49262d48e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:aa1d5507c9f318ca06d5f05a944e968c1101c199c4b73a6a7ad6b73369c4e619_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0058c19927fa0217fd083daa9e4bc4ab4be35ce890d71843215ff0bf75584cbf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1690ca71e304ab6c9453e4b558aea0c746ae7b8cafe1c9a6342c1e1bc8af749d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:45aff8f94a8e52b6ab94fc9d5cb5a70b21b14f50f741283bdcc84cce2b4a6c45_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f4d48c8a99ccaa58a70f278c31d2b9df7bbdcd92f6f5e47b37518dae622905a2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:078d51fd9fc07cb9f66b51fa80586f5ebdbbcd9f77b8c333d494ce78afcab090_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:222574d5490b58fbdbf84f141786941325e13b6db8b9533802d6752b642cbd33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9545f2d20b75cf42b2c110d8ff299fb1094af010bced15b136a9bb9b1e0e881b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ff04bb49db1c90d29de31a61671d2be5981f94f00420dfa0bdf52e0fbe439859_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:593fd82b504904a203ebd6ef4ff2712ae2b6187f7237ca7be5cce4451d6ef676_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7d2618952016da488d4503c41445358ec9ab7c8d53ef15a39efd12e06acc90b1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e6b6bbf67893dd2258469cf659c8cb675ee7ba4173729dd7b83aa1f0448b8d9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9c29874fd3dcfbe07b10f80953e34ede86c030f758361dd1b00cc56ae66958c_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66471"
},
{
"category": "external",
"summary": "RHBZ#2419467",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419467"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66471",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66471"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66471",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66471"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/c19571de34c47de3a766541b041637ba5f716ed7",
"url": "https://github.com/urllib3/urllib3/commit/c19571de34c47de3a766541b041637ba5f716ed7"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-2xpw-w6gg-jr37",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-2xpw-w6gg-jr37"
}
],
"release_date": "2025-12-05T16:06:08.531000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-12T11:53:58+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:2fbd6c61f33b11689b4bf682ae285b4580b616791fd24260d6474432faebe577_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7f14c15d7172a0b25b6e4c641ef3f3277ba3b0dc8dd5747e43b842c002a4a7af_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:90063788a0451b10a750ff4ac79ffd1c6f01d80c6cf0bc383c17764b81316318_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eda563370ee592ce23521c42a5c1776a98771b5ff0b57d93a05bab51765b0c54_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:2f09b2360c12d99319b4059a14947e7732ecd6fb2f654666f277fb287649dee7_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:67fc5a13e3e9d36d173cd60a79b8844c118c8b21756f3ce3535ce8048ae51e77_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:bf2105e2af0882689a69867150470feee03dbe1b3826d6598377425c0c547d03_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:fa92afd1a8a21b5810a73b588616bd3070a5690d6bc63d7dd12d16dd16305e19_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4467"
},
{
"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 Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:2fbd6c61f33b11689b4bf682ae285b4580b616791fd24260d6474432faebe577_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7f14c15d7172a0b25b6e4c641ef3f3277ba3b0dc8dd5747e43b842c002a4a7af_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:90063788a0451b10a750ff4ac79ffd1c6f01d80c6cf0bc383c17764b81316318_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eda563370ee592ce23521c42a5c1776a98771b5ff0b57d93a05bab51765b0c54_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:2f09b2360c12d99319b4059a14947e7732ecd6fb2f654666f277fb287649dee7_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:67fc5a13e3e9d36d173cd60a79b8844c118c8b21756f3ce3535ce8048ae51e77_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:bf2105e2af0882689a69867150470feee03dbe1b3826d6598377425c0c547d03_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:fa92afd1a8a21b5810a73b588616bd3070a5690d6bc63d7dd12d16dd16305e19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:669b38265ef149e2361e5eada1bee14e895da0de3e687358186e0095483e1897_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8305d417a2b71db82c3563cd0c993bc883787ac60c5dfecb94d66f956f7dd868_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8d0cccce1b9063ed8db8d607c59e393b72bce6795275b41b3190a76db8b4d81c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f3f552180a0328f81481cecc617f75f15b6f34959f5918ce80abd0bfdfb9a9ed_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e8e09e694e526ddae4ead8c2a40e961bc434a7a6678286e03fb100663f11fc8e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:46812964173a755fc24a1ac82a1c02984cae161887ccafac4b1e98df6af3c1b2_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:621bde2cedc94c85edbc9a7818f184c4a025356cbd4d3502b9829062b177bcb9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c09bca8dae3ea50877dee7ed05ac3f8496b4f412f330bd27faa55721f6593083_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c81b58c4932d1b9dd128efaeee6d8717104e12cdaf0b85cd7302d5c4e76392f4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2c6a9b7fb8ef88724944ad2fc9cad23660b5df20683796f308e51a0228bc79b9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:63b0a10e5244e9aee244322df92c36b6156bfbf02de0cbcef9c2bb6934c9dafd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7fb0069e5d132b294144ffa692ec27cd942b7ed5a1d02c8c9c1435dd42af805b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b541158df2f62749c531300f6f8e96db77a9aac19f3220b7ac2b3624e0d704df_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:14add162eda9e82808a17470e961426fc12745e81a3fce5499128d4511c714dd_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:623d3fc70fbd9fd7cd8eb92ecabe61a3819b01ee70861d1609173f19a8f720d3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:64256707c1aed9efe5bcdcdd10a4cefc64e0fcf207de3856a7f42655149d3770_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:bc9fe2b6a2c34cae54c7790b2c13ee372ffe572c4fbd6ce196cf70e5744b8384_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0d46a6c8df0e85a36db5e373313351a8dd4989f2e2c7ef04709560c3127d7cb8_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2de3c8f515be5525cf5ef29a087dc38836185870d1833c23b2e77d999cb98852_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:398aa0d6e7ca2b1721e2efa8dd5d612eb4077328e8443f35143bdcff06a32587_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fe79f11a25d8e1c4c216cf17a2f81ff522e189638bb6fb8883b09fc837995044_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:53b799133c23c23beabe0a6e2b783b373e8e0fc77c782cf992542216883afb0b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:56decf73d446bf23e07109fce4972fb01b059d152306d57d9cd056df0ccabc23_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5b4ca102775584f3562ec5ec42eeffad78e20cf431e0535aba2914a49262d48e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:aa1d5507c9f318ca06d5f05a944e968c1101c199c4b73a6a7ad6b73369c4e619_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0058c19927fa0217fd083daa9e4bc4ab4be35ce890d71843215ff0bf75584cbf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1690ca71e304ab6c9453e4b558aea0c746ae7b8cafe1c9a6342c1e1bc8af749d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:45aff8f94a8e52b6ab94fc9d5cb5a70b21b14f50f741283bdcc84cce2b4a6c45_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f4d48c8a99ccaa58a70f278c31d2b9df7bbdcd92f6f5e47b37518dae622905a2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:078d51fd9fc07cb9f66b51fa80586f5ebdbbcd9f77b8c333d494ce78afcab090_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:222574d5490b58fbdbf84f141786941325e13b6db8b9533802d6752b642cbd33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9545f2d20b75cf42b2c110d8ff299fb1094af010bced15b136a9bb9b1e0e881b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ff04bb49db1c90d29de31a61671d2be5981f94f00420dfa0bdf52e0fbe439859_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:593fd82b504904a203ebd6ef4ff2712ae2b6187f7237ca7be5cce4451d6ef676_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7d2618952016da488d4503c41445358ec9ab7c8d53ef15a39efd12e06acc90b1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e6b6bbf67893dd2258469cf659c8cb675ee7ba4173729dd7b83aa1f0448b8d9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9c29874fd3dcfbe07b10f80953e34ede86c030f758361dd1b00cc56ae66958c_s390x"
]
}
],
"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 Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:2fbd6c61f33b11689b4bf682ae285b4580b616791fd24260d6474432faebe577_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7f14c15d7172a0b25b6e4c641ef3f3277ba3b0dc8dd5747e43b842c002a4a7af_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:90063788a0451b10a750ff4ac79ffd1c6f01d80c6cf0bc383c17764b81316318_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eda563370ee592ce23521c42a5c1776a98771b5ff0b57d93a05bab51765b0c54_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:2f09b2360c12d99319b4059a14947e7732ecd6fb2f654666f277fb287649dee7_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:67fc5a13e3e9d36d173cd60a79b8844c118c8b21756f3ce3535ce8048ae51e77_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:bf2105e2af0882689a69867150470feee03dbe1b3826d6598377425c0c547d03_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:fa92afd1a8a21b5810a73b588616bd3070a5690d6bc63d7dd12d16dd16305e19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:669b38265ef149e2361e5eada1bee14e895da0de3e687358186e0095483e1897_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8305d417a2b71db82c3563cd0c993bc883787ac60c5dfecb94d66f956f7dd868_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8d0cccce1b9063ed8db8d607c59e393b72bce6795275b41b3190a76db8b4d81c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f3f552180a0328f81481cecc617f75f15b6f34959f5918ce80abd0bfdfb9a9ed_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e8e09e694e526ddae4ead8c2a40e961bc434a7a6678286e03fb100663f11fc8e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:46812964173a755fc24a1ac82a1c02984cae161887ccafac4b1e98df6af3c1b2_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:621bde2cedc94c85edbc9a7818f184c4a025356cbd4d3502b9829062b177bcb9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c09bca8dae3ea50877dee7ed05ac3f8496b4f412f330bd27faa55721f6593083_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c81b58c4932d1b9dd128efaeee6d8717104e12cdaf0b85cd7302d5c4e76392f4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2c6a9b7fb8ef88724944ad2fc9cad23660b5df20683796f308e51a0228bc79b9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:63b0a10e5244e9aee244322df92c36b6156bfbf02de0cbcef9c2bb6934c9dafd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7fb0069e5d132b294144ffa692ec27cd942b7ed5a1d02c8c9c1435dd42af805b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b541158df2f62749c531300f6f8e96db77a9aac19f3220b7ac2b3624e0d704df_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:14add162eda9e82808a17470e961426fc12745e81a3fce5499128d4511c714dd_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:623d3fc70fbd9fd7cd8eb92ecabe61a3819b01ee70861d1609173f19a8f720d3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:64256707c1aed9efe5bcdcdd10a4cefc64e0fcf207de3856a7f42655149d3770_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:bc9fe2b6a2c34cae54c7790b2c13ee372ffe572c4fbd6ce196cf70e5744b8384_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0d46a6c8df0e85a36db5e373313351a8dd4989f2e2c7ef04709560c3127d7cb8_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2de3c8f515be5525cf5ef29a087dc38836185870d1833c23b2e77d999cb98852_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:398aa0d6e7ca2b1721e2efa8dd5d612eb4077328e8443f35143bdcff06a32587_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fe79f11a25d8e1c4c216cf17a2f81ff522e189638bb6fb8883b09fc837995044_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:53b799133c23c23beabe0a6e2b783b373e8e0fc77c782cf992542216883afb0b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:56decf73d446bf23e07109fce4972fb01b059d152306d57d9cd056df0ccabc23_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5b4ca102775584f3562ec5ec42eeffad78e20cf431e0535aba2914a49262d48e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:aa1d5507c9f318ca06d5f05a944e968c1101c199c4b73a6a7ad6b73369c4e619_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0058c19927fa0217fd083daa9e4bc4ab4be35ce890d71843215ff0bf75584cbf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1690ca71e304ab6c9453e4b558aea0c746ae7b8cafe1c9a6342c1e1bc8af749d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:45aff8f94a8e52b6ab94fc9d5cb5a70b21b14f50f741283bdcc84cce2b4a6c45_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f4d48c8a99ccaa58a70f278c31d2b9df7bbdcd92f6f5e47b37518dae622905a2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:078d51fd9fc07cb9f66b51fa80586f5ebdbbcd9f77b8c333d494ce78afcab090_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:222574d5490b58fbdbf84f141786941325e13b6db8b9533802d6752b642cbd33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9545f2d20b75cf42b2c110d8ff299fb1094af010bced15b136a9bb9b1e0e881b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ff04bb49db1c90d29de31a61671d2be5981f94f00420dfa0bdf52e0fbe439859_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:593fd82b504904a203ebd6ef4ff2712ae2b6187f7237ca7be5cce4451d6ef676_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7d2618952016da488d4503c41445358ec9ab7c8d53ef15a39efd12e06acc90b1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e6b6bbf67893dd2258469cf659c8cb675ee7ba4173729dd7b83aa1f0448b8d9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9c29874fd3dcfbe07b10f80953e34ede86c030f758361dd1b00cc56ae66958c_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3 Streaming API improperly handles highly compressed data"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:2fbd6c61f33b11689b4bf682ae285b4580b616791fd24260d6474432faebe577_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7f14c15d7172a0b25b6e4c641ef3f3277ba3b0dc8dd5747e43b842c002a4a7af_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:90063788a0451b10a750ff4ac79ffd1c6f01d80c6cf0bc383c17764b81316318_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eda563370ee592ce23521c42a5c1776a98771b5ff0b57d93a05bab51765b0c54_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:2f09b2360c12d99319b4059a14947e7732ecd6fb2f654666f277fb287649dee7_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:67fc5a13e3e9d36d173cd60a79b8844c118c8b21756f3ce3535ce8048ae51e77_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:bf2105e2af0882689a69867150470feee03dbe1b3826d6598377425c0c547d03_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:fa92afd1a8a21b5810a73b588616bd3070a5690d6bc63d7dd12d16dd16305e19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e8e09e694e526ddae4ead8c2a40e961bc434a7a6678286e03fb100663f11fc8e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:46812964173a755fc24a1ac82a1c02984cae161887ccafac4b1e98df6af3c1b2_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:621bde2cedc94c85edbc9a7818f184c4a025356cbd4d3502b9829062b177bcb9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c09bca8dae3ea50877dee7ed05ac3f8496b4f412f330bd27faa55721f6593083_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c81b58c4932d1b9dd128efaeee6d8717104e12cdaf0b85cd7302d5c4e76392f4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2c6a9b7fb8ef88724944ad2fc9cad23660b5df20683796f308e51a0228bc79b9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:63b0a10e5244e9aee244322df92c36b6156bfbf02de0cbcef9c2bb6934c9dafd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7fb0069e5d132b294144ffa692ec27cd942b7ed5a1d02c8c9c1435dd42af805b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b541158df2f62749c531300f6f8e96db77a9aac19f3220b7ac2b3624e0d704df_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:14add162eda9e82808a17470e961426fc12745e81a3fce5499128d4511c714dd_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:623d3fc70fbd9fd7cd8eb92ecabe61a3819b01ee70861d1609173f19a8f720d3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:64256707c1aed9efe5bcdcdd10a4cefc64e0fcf207de3856a7f42655149d3770_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:bc9fe2b6a2c34cae54c7790b2c13ee372ffe572c4fbd6ce196cf70e5744b8384_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0d46a6c8df0e85a36db5e373313351a8dd4989f2e2c7ef04709560c3127d7cb8_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2de3c8f515be5525cf5ef29a087dc38836185870d1833c23b2e77d999cb98852_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:398aa0d6e7ca2b1721e2efa8dd5d612eb4077328e8443f35143bdcff06a32587_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fe79f11a25d8e1c4c216cf17a2f81ff522e189638bb6fb8883b09fc837995044_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:53b799133c23c23beabe0a6e2b783b373e8e0fc77c782cf992542216883afb0b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:56decf73d446bf23e07109fce4972fb01b059d152306d57d9cd056df0ccabc23_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5b4ca102775584f3562ec5ec42eeffad78e20cf431e0535aba2914a49262d48e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:aa1d5507c9f318ca06d5f05a944e968c1101c199c4b73a6a7ad6b73369c4e619_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0058c19927fa0217fd083daa9e4bc4ab4be35ce890d71843215ff0bf75584cbf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1690ca71e304ab6c9453e4b558aea0c746ae7b8cafe1c9a6342c1e1bc8af749d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:45aff8f94a8e52b6ab94fc9d5cb5a70b21b14f50f741283bdcc84cce2b4a6c45_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f4d48c8a99ccaa58a70f278c31d2b9df7bbdcd92f6f5e47b37518dae622905a2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:078d51fd9fc07cb9f66b51fa80586f5ebdbbcd9f77b8c333d494ce78afcab090_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:222574d5490b58fbdbf84f141786941325e13b6db8b9533802d6752b642cbd33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9545f2d20b75cf42b2c110d8ff299fb1094af010bced15b136a9bb9b1e0e881b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ff04bb49db1c90d29de31a61671d2be5981f94f00420dfa0bdf52e0fbe439859_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:593fd82b504904a203ebd6ef4ff2712ae2b6187f7237ca7be5cce4451d6ef676_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7d2618952016da488d4503c41445358ec9ab7c8d53ef15a39efd12e06acc90b1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e6b6bbf67893dd2258469cf659c8cb675ee7ba4173729dd7b83aa1f0448b8d9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9c29874fd3dcfbe07b10f80953e34ede86c030f758361dd1b00cc56ae66958c_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:669b38265ef149e2361e5eada1bee14e895da0de3e687358186e0095483e1897_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8305d417a2b71db82c3563cd0c993bc883787ac60c5dfecb94d66f956f7dd868_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8d0cccce1b9063ed8db8d607c59e393b72bce6795275b41b3190a76db8b4d81c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f3f552180a0328f81481cecc617f75f15b6f34959f5918ce80abd0bfdfb9a9ed_ppc64le"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:2fbd6c61f33b11689b4bf682ae285b4580b616791fd24260d6474432faebe577_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7f14c15d7172a0b25b6e4c641ef3f3277ba3b0dc8dd5747e43b842c002a4a7af_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:90063788a0451b10a750ff4ac79ffd1c6f01d80c6cf0bc383c17764b81316318_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eda563370ee592ce23521c42a5c1776a98771b5ff0b57d93a05bab51765b0c54_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:2f09b2360c12d99319b4059a14947e7732ecd6fb2f654666f277fb287649dee7_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:67fc5a13e3e9d36d173cd60a79b8844c118c8b21756f3ce3535ce8048ae51e77_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:bf2105e2af0882689a69867150470feee03dbe1b3826d6598377425c0c547d03_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:fa92afd1a8a21b5810a73b588616bd3070a5690d6bc63d7dd12d16dd16305e19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e8e09e694e526ddae4ead8c2a40e961bc434a7a6678286e03fb100663f11fc8e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:46812964173a755fc24a1ac82a1c02984cae161887ccafac4b1e98df6af3c1b2_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:621bde2cedc94c85edbc9a7818f184c4a025356cbd4d3502b9829062b177bcb9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c09bca8dae3ea50877dee7ed05ac3f8496b4f412f330bd27faa55721f6593083_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c81b58c4932d1b9dd128efaeee6d8717104e12cdaf0b85cd7302d5c4e76392f4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2c6a9b7fb8ef88724944ad2fc9cad23660b5df20683796f308e51a0228bc79b9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:63b0a10e5244e9aee244322df92c36b6156bfbf02de0cbcef9c2bb6934c9dafd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7fb0069e5d132b294144ffa692ec27cd942b7ed5a1d02c8c9c1435dd42af805b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b541158df2f62749c531300f6f8e96db77a9aac19f3220b7ac2b3624e0d704df_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:14add162eda9e82808a17470e961426fc12745e81a3fce5499128d4511c714dd_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:623d3fc70fbd9fd7cd8eb92ecabe61a3819b01ee70861d1609173f19a8f720d3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:64256707c1aed9efe5bcdcdd10a4cefc64e0fcf207de3856a7f42655149d3770_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:bc9fe2b6a2c34cae54c7790b2c13ee372ffe572c4fbd6ce196cf70e5744b8384_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0d46a6c8df0e85a36db5e373313351a8dd4989f2e2c7ef04709560c3127d7cb8_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2de3c8f515be5525cf5ef29a087dc38836185870d1833c23b2e77d999cb98852_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:398aa0d6e7ca2b1721e2efa8dd5d612eb4077328e8443f35143bdcff06a32587_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fe79f11a25d8e1c4c216cf17a2f81ff522e189638bb6fb8883b09fc837995044_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:53b799133c23c23beabe0a6e2b783b373e8e0fc77c782cf992542216883afb0b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:56decf73d446bf23e07109fce4972fb01b059d152306d57d9cd056df0ccabc23_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5b4ca102775584f3562ec5ec42eeffad78e20cf431e0535aba2914a49262d48e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:aa1d5507c9f318ca06d5f05a944e968c1101c199c4b73a6a7ad6b73369c4e619_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0058c19927fa0217fd083daa9e4bc4ab4be35ce890d71843215ff0bf75584cbf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1690ca71e304ab6c9453e4b558aea0c746ae7b8cafe1c9a6342c1e1bc8af749d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:45aff8f94a8e52b6ab94fc9d5cb5a70b21b14f50f741283bdcc84cce2b4a6c45_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f4d48c8a99ccaa58a70f278c31d2b9df7bbdcd92f6f5e47b37518dae622905a2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:078d51fd9fc07cb9f66b51fa80586f5ebdbbcd9f77b8c333d494ce78afcab090_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:222574d5490b58fbdbf84f141786941325e13b6db8b9533802d6752b642cbd33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9545f2d20b75cf42b2c110d8ff299fb1094af010bced15b136a9bb9b1e0e881b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ff04bb49db1c90d29de31a61671d2be5981f94f00420dfa0bdf52e0fbe439859_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:593fd82b504904a203ebd6ef4ff2712ae2b6187f7237ca7be5cce4451d6ef676_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7d2618952016da488d4503c41445358ec9ab7c8d53ef15a39efd12e06acc90b1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e6b6bbf67893dd2258469cf659c8cb675ee7ba4173729dd7b83aa1f0448b8d9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9c29874fd3dcfbe07b10f80953e34ede86c030f758361dd1b00cc56ae66958c_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-12T11:53:58+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:669b38265ef149e2361e5eada1bee14e895da0de3e687358186e0095483e1897_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8305d417a2b71db82c3563cd0c993bc883787ac60c5dfecb94d66f956f7dd868_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8d0cccce1b9063ed8db8d607c59e393b72bce6795275b41b3190a76db8b4d81c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f3f552180a0328f81481cecc617f75f15b6f34959f5918ce80abd0bfdfb9a9ed_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4467"
}
],
"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": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:2fbd6c61f33b11689b4bf682ae285b4580b616791fd24260d6474432faebe577_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7f14c15d7172a0b25b6e4c641ef3f3277ba3b0dc8dd5747e43b842c002a4a7af_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:90063788a0451b10a750ff4ac79ffd1c6f01d80c6cf0bc383c17764b81316318_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eda563370ee592ce23521c42a5c1776a98771b5ff0b57d93a05bab51765b0c54_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:2f09b2360c12d99319b4059a14947e7732ecd6fb2f654666f277fb287649dee7_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:67fc5a13e3e9d36d173cd60a79b8844c118c8b21756f3ce3535ce8048ae51e77_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:bf2105e2af0882689a69867150470feee03dbe1b3826d6598377425c0c547d03_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:fa92afd1a8a21b5810a73b588616bd3070a5690d6bc63d7dd12d16dd16305e19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:669b38265ef149e2361e5eada1bee14e895da0de3e687358186e0095483e1897_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8305d417a2b71db82c3563cd0c993bc883787ac60c5dfecb94d66f956f7dd868_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8d0cccce1b9063ed8db8d607c59e393b72bce6795275b41b3190a76db8b4d81c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f3f552180a0328f81481cecc617f75f15b6f34959f5918ce80abd0bfdfb9a9ed_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e8e09e694e526ddae4ead8c2a40e961bc434a7a6678286e03fb100663f11fc8e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:46812964173a755fc24a1ac82a1c02984cae161887ccafac4b1e98df6af3c1b2_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:621bde2cedc94c85edbc9a7818f184c4a025356cbd4d3502b9829062b177bcb9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c09bca8dae3ea50877dee7ed05ac3f8496b4f412f330bd27faa55721f6593083_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c81b58c4932d1b9dd128efaeee6d8717104e12cdaf0b85cd7302d5c4e76392f4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2c6a9b7fb8ef88724944ad2fc9cad23660b5df20683796f308e51a0228bc79b9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:63b0a10e5244e9aee244322df92c36b6156bfbf02de0cbcef9c2bb6934c9dafd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7fb0069e5d132b294144ffa692ec27cd942b7ed5a1d02c8c9c1435dd42af805b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b541158df2f62749c531300f6f8e96db77a9aac19f3220b7ac2b3624e0d704df_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:14add162eda9e82808a17470e961426fc12745e81a3fce5499128d4511c714dd_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:623d3fc70fbd9fd7cd8eb92ecabe61a3819b01ee70861d1609173f19a8f720d3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:64256707c1aed9efe5bcdcdd10a4cefc64e0fcf207de3856a7f42655149d3770_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:bc9fe2b6a2c34cae54c7790b2c13ee372ffe572c4fbd6ce196cf70e5744b8384_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0d46a6c8df0e85a36db5e373313351a8dd4989f2e2c7ef04709560c3127d7cb8_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2de3c8f515be5525cf5ef29a087dc38836185870d1833c23b2e77d999cb98852_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:398aa0d6e7ca2b1721e2efa8dd5d612eb4077328e8443f35143bdcff06a32587_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fe79f11a25d8e1c4c216cf17a2f81ff522e189638bb6fb8883b09fc837995044_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:53b799133c23c23beabe0a6e2b783b373e8e0fc77c782cf992542216883afb0b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:56decf73d446bf23e07109fce4972fb01b059d152306d57d9cd056df0ccabc23_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5b4ca102775584f3562ec5ec42eeffad78e20cf431e0535aba2914a49262d48e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:aa1d5507c9f318ca06d5f05a944e968c1101c199c4b73a6a7ad6b73369c4e619_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0058c19927fa0217fd083daa9e4bc4ab4be35ce890d71843215ff0bf75584cbf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1690ca71e304ab6c9453e4b558aea0c746ae7b8cafe1c9a6342c1e1bc8af749d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:45aff8f94a8e52b6ab94fc9d5cb5a70b21b14f50f741283bdcc84cce2b4a6c45_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f4d48c8a99ccaa58a70f278c31d2b9df7bbdcd92f6f5e47b37518dae622905a2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:078d51fd9fc07cb9f66b51fa80586f5ebdbbcd9f77b8c333d494ce78afcab090_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:222574d5490b58fbdbf84f141786941325e13b6db8b9533802d6752b642cbd33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9545f2d20b75cf42b2c110d8ff299fb1094af010bced15b136a9bb9b1e0e881b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ff04bb49db1c90d29de31a61671d2be5981f94f00420dfa0bdf52e0fbe439859_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:593fd82b504904a203ebd6ef4ff2712ae2b6187f7237ca7be5cce4451d6ef676_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7d2618952016da488d4503c41445358ec9ab7c8d53ef15a39efd12e06acc90b1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e6b6bbf67893dd2258469cf659c8cb675ee7ba4173729dd7b83aa1f0448b8d9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9c29874fd3dcfbe07b10f80953e34ede86c030f758361dd1b00cc56ae66958c_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-21441",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2026-01-07T23:01:59.422078+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:2f09b2360c12d99319b4059a14947e7732ecd6fb2f654666f277fb287649dee7_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:67fc5a13e3e9d36d173cd60a79b8844c118c8b21756f3ce3535ce8048ae51e77_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:bf2105e2af0882689a69867150470feee03dbe1b3826d6598377425c0c547d03_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:fa92afd1a8a21b5810a73b588616bd3070a5690d6bc63d7dd12d16dd16305e19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:669b38265ef149e2361e5eada1bee14e895da0de3e687358186e0095483e1897_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8305d417a2b71db82c3563cd0c993bc883787ac60c5dfecb94d66f956f7dd868_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8d0cccce1b9063ed8db8d607c59e393b72bce6795275b41b3190a76db8b4d81c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f3f552180a0328f81481cecc617f75f15b6f34959f5918ce80abd0bfdfb9a9ed_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e8e09e694e526ddae4ead8c2a40e961bc434a7a6678286e03fb100663f11fc8e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:46812964173a755fc24a1ac82a1c02984cae161887ccafac4b1e98df6af3c1b2_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:621bde2cedc94c85edbc9a7818f184c4a025356cbd4d3502b9829062b177bcb9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c09bca8dae3ea50877dee7ed05ac3f8496b4f412f330bd27faa55721f6593083_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c81b58c4932d1b9dd128efaeee6d8717104e12cdaf0b85cd7302d5c4e76392f4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2c6a9b7fb8ef88724944ad2fc9cad23660b5df20683796f308e51a0228bc79b9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:63b0a10e5244e9aee244322df92c36b6156bfbf02de0cbcef9c2bb6934c9dafd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7fb0069e5d132b294144ffa692ec27cd942b7ed5a1d02c8c9c1435dd42af805b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b541158df2f62749c531300f6f8e96db77a9aac19f3220b7ac2b3624e0d704df_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:53b799133c23c23beabe0a6e2b783b373e8e0fc77c782cf992542216883afb0b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:56decf73d446bf23e07109fce4972fb01b059d152306d57d9cd056df0ccabc23_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5b4ca102775584f3562ec5ec42eeffad78e20cf431e0535aba2914a49262d48e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:aa1d5507c9f318ca06d5f05a944e968c1101c199c4b73a6a7ad6b73369c4e619_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0058c19927fa0217fd083daa9e4bc4ab4be35ce890d71843215ff0bf75584cbf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1690ca71e304ab6c9453e4b558aea0c746ae7b8cafe1c9a6342c1e1bc8af749d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:45aff8f94a8e52b6ab94fc9d5cb5a70b21b14f50f741283bdcc84cce2b4a6c45_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f4d48c8a99ccaa58a70f278c31d2b9df7bbdcd92f6f5e47b37518dae622905a2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:593fd82b504904a203ebd6ef4ff2712ae2b6187f7237ca7be5cce4451d6ef676_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7d2618952016da488d4503c41445358ec9ab7c8d53ef15a39efd12e06acc90b1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e6b6bbf67893dd2258469cf659c8cb675ee7ba4173729dd7b83aa1f0448b8d9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9c29874fd3dcfbe07b10f80953e34ede86c030f758361dd1b00cc56ae66958c_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427726"
}
],
"notes": [
{
"category": "description",
"text": "urllib3 is an HTTP client library for Python. urllib3\u0027s streaming API is designed for the efficient handling of large HTTP responses by reading the content in chunks, rather than loading the entire response body into memory at once. urllib3 can perform decoding or decompression based on the HTTP `Content-Encoding` header (e.g., `gzip`, `deflate`, `br`, or `zstd`). When using the streaming API, the library decompresses only the necessary bytes, enabling partial content consumption. Starting in version 1.22 and prior to version 2.6.3, for HTTP redirect responses, the library would read the entire response body to drain the connection and decompress the content unnecessarily. This decompression occurred even before any read methods were called, and configured read limits did not restrict the amount of decompressed data. As a result, there was no safeguard against decompression bombs. A malicious server could exploit this to trigger excessive resource consumption on the client. Applications and libraries are affected when they stream content from untrusted sources by setting `preload_content=False` when they do not disable redirects. Users should upgrade to at least urllib3 v2.6.3, in which the library does not decode content of redirect responses when `preload_content=False`. If upgrading is not immediately possible, disable redirects by setting `redirect=False` for requests to untrusted source.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3 vulnerable to decompression-bomb safeguard bypass when following HTTP redirects (streaming API)",
"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 Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:2fbd6c61f33b11689b4bf682ae285b4580b616791fd24260d6474432faebe577_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7f14c15d7172a0b25b6e4c641ef3f3277ba3b0dc8dd5747e43b842c002a4a7af_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:90063788a0451b10a750ff4ac79ffd1c6f01d80c6cf0bc383c17764b81316318_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eda563370ee592ce23521c42a5c1776a98771b5ff0b57d93a05bab51765b0c54_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:14add162eda9e82808a17470e961426fc12745e81a3fce5499128d4511c714dd_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:623d3fc70fbd9fd7cd8eb92ecabe61a3819b01ee70861d1609173f19a8f720d3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:64256707c1aed9efe5bcdcdd10a4cefc64e0fcf207de3856a7f42655149d3770_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:bc9fe2b6a2c34cae54c7790b2c13ee372ffe572c4fbd6ce196cf70e5744b8384_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0d46a6c8df0e85a36db5e373313351a8dd4989f2e2c7ef04709560c3127d7cb8_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2de3c8f515be5525cf5ef29a087dc38836185870d1833c23b2e77d999cb98852_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:398aa0d6e7ca2b1721e2efa8dd5d612eb4077328e8443f35143bdcff06a32587_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fe79f11a25d8e1c4c216cf17a2f81ff522e189638bb6fb8883b09fc837995044_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:078d51fd9fc07cb9f66b51fa80586f5ebdbbcd9f77b8c333d494ce78afcab090_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:222574d5490b58fbdbf84f141786941325e13b6db8b9533802d6752b642cbd33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9545f2d20b75cf42b2c110d8ff299fb1094af010bced15b136a9bb9b1e0e881b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ff04bb49db1c90d29de31a61671d2be5981f94f00420dfa0bdf52e0fbe439859_ppc64le"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:2f09b2360c12d99319b4059a14947e7732ecd6fb2f654666f277fb287649dee7_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:67fc5a13e3e9d36d173cd60a79b8844c118c8b21756f3ce3535ce8048ae51e77_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:bf2105e2af0882689a69867150470feee03dbe1b3826d6598377425c0c547d03_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:fa92afd1a8a21b5810a73b588616bd3070a5690d6bc63d7dd12d16dd16305e19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:669b38265ef149e2361e5eada1bee14e895da0de3e687358186e0095483e1897_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8305d417a2b71db82c3563cd0c993bc883787ac60c5dfecb94d66f956f7dd868_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8d0cccce1b9063ed8db8d607c59e393b72bce6795275b41b3190a76db8b4d81c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f3f552180a0328f81481cecc617f75f15b6f34959f5918ce80abd0bfdfb9a9ed_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e8e09e694e526ddae4ead8c2a40e961bc434a7a6678286e03fb100663f11fc8e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:46812964173a755fc24a1ac82a1c02984cae161887ccafac4b1e98df6af3c1b2_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:621bde2cedc94c85edbc9a7818f184c4a025356cbd4d3502b9829062b177bcb9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c09bca8dae3ea50877dee7ed05ac3f8496b4f412f330bd27faa55721f6593083_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c81b58c4932d1b9dd128efaeee6d8717104e12cdaf0b85cd7302d5c4e76392f4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2c6a9b7fb8ef88724944ad2fc9cad23660b5df20683796f308e51a0228bc79b9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:63b0a10e5244e9aee244322df92c36b6156bfbf02de0cbcef9c2bb6934c9dafd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7fb0069e5d132b294144ffa692ec27cd942b7ed5a1d02c8c9c1435dd42af805b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b541158df2f62749c531300f6f8e96db77a9aac19f3220b7ac2b3624e0d704df_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:53b799133c23c23beabe0a6e2b783b373e8e0fc77c782cf992542216883afb0b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:56decf73d446bf23e07109fce4972fb01b059d152306d57d9cd056df0ccabc23_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5b4ca102775584f3562ec5ec42eeffad78e20cf431e0535aba2914a49262d48e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:aa1d5507c9f318ca06d5f05a944e968c1101c199c4b73a6a7ad6b73369c4e619_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0058c19927fa0217fd083daa9e4bc4ab4be35ce890d71843215ff0bf75584cbf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1690ca71e304ab6c9453e4b558aea0c746ae7b8cafe1c9a6342c1e1bc8af749d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:45aff8f94a8e52b6ab94fc9d5cb5a70b21b14f50f741283bdcc84cce2b4a6c45_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f4d48c8a99ccaa58a70f278c31d2b9df7bbdcd92f6f5e47b37518dae622905a2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:593fd82b504904a203ebd6ef4ff2712ae2b6187f7237ca7be5cce4451d6ef676_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7d2618952016da488d4503c41445358ec9ab7c8d53ef15a39efd12e06acc90b1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e6b6bbf67893dd2258469cf659c8cb675ee7ba4173729dd7b83aa1f0448b8d9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9c29874fd3dcfbe07b10f80953e34ede86c030f758361dd1b00cc56ae66958c_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-21441"
},
{
"category": "external",
"summary": "RHBZ#2427726",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427726"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-21441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21441"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-21441",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-21441"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/8864ac407bba8607950025e0979c4c69bc7abc7b",
"url": "https://github.com/urllib3/urllib3/commit/8864ac407bba8607950025e0979c4c69bc7abc7b"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-38jv-5279-wg99",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-38jv-5279-wg99"
}
],
"release_date": "2026-01-07T22:09:01.936000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-12T11:53:58+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:2fbd6c61f33b11689b4bf682ae285b4580b616791fd24260d6474432faebe577_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7f14c15d7172a0b25b6e4c641ef3f3277ba3b0dc8dd5747e43b842c002a4a7af_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:90063788a0451b10a750ff4ac79ffd1c6f01d80c6cf0bc383c17764b81316318_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eda563370ee592ce23521c42a5c1776a98771b5ff0b57d93a05bab51765b0c54_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:14add162eda9e82808a17470e961426fc12745e81a3fce5499128d4511c714dd_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:623d3fc70fbd9fd7cd8eb92ecabe61a3819b01ee70861d1609173f19a8f720d3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:64256707c1aed9efe5bcdcdd10a4cefc64e0fcf207de3856a7f42655149d3770_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:bc9fe2b6a2c34cae54c7790b2c13ee372ffe572c4fbd6ce196cf70e5744b8384_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0d46a6c8df0e85a36db5e373313351a8dd4989f2e2c7ef04709560c3127d7cb8_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2de3c8f515be5525cf5ef29a087dc38836185870d1833c23b2e77d999cb98852_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:398aa0d6e7ca2b1721e2efa8dd5d612eb4077328e8443f35143bdcff06a32587_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fe79f11a25d8e1c4c216cf17a2f81ff522e189638bb6fb8883b09fc837995044_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:078d51fd9fc07cb9f66b51fa80586f5ebdbbcd9f77b8c333d494ce78afcab090_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:222574d5490b58fbdbf84f141786941325e13b6db8b9533802d6752b642cbd33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9545f2d20b75cf42b2c110d8ff299fb1094af010bced15b136a9bb9b1e0e881b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ff04bb49db1c90d29de31a61671d2be5981f94f00420dfa0bdf52e0fbe439859_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4467"
}
],
"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 Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:2fbd6c61f33b11689b4bf682ae285b4580b616791fd24260d6474432faebe577_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7f14c15d7172a0b25b6e4c641ef3f3277ba3b0dc8dd5747e43b842c002a4a7af_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:90063788a0451b10a750ff4ac79ffd1c6f01d80c6cf0bc383c17764b81316318_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eda563370ee592ce23521c42a5c1776a98771b5ff0b57d93a05bab51765b0c54_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:2f09b2360c12d99319b4059a14947e7732ecd6fb2f654666f277fb287649dee7_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:67fc5a13e3e9d36d173cd60a79b8844c118c8b21756f3ce3535ce8048ae51e77_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:bf2105e2af0882689a69867150470feee03dbe1b3826d6598377425c0c547d03_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:fa92afd1a8a21b5810a73b588616bd3070a5690d6bc63d7dd12d16dd16305e19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:669b38265ef149e2361e5eada1bee14e895da0de3e687358186e0095483e1897_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8305d417a2b71db82c3563cd0c993bc883787ac60c5dfecb94d66f956f7dd868_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8d0cccce1b9063ed8db8d607c59e393b72bce6795275b41b3190a76db8b4d81c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f3f552180a0328f81481cecc617f75f15b6f34959f5918ce80abd0bfdfb9a9ed_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e8e09e694e526ddae4ead8c2a40e961bc434a7a6678286e03fb100663f11fc8e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:46812964173a755fc24a1ac82a1c02984cae161887ccafac4b1e98df6af3c1b2_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:621bde2cedc94c85edbc9a7818f184c4a025356cbd4d3502b9829062b177bcb9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c09bca8dae3ea50877dee7ed05ac3f8496b4f412f330bd27faa55721f6593083_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c81b58c4932d1b9dd128efaeee6d8717104e12cdaf0b85cd7302d5c4e76392f4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2c6a9b7fb8ef88724944ad2fc9cad23660b5df20683796f308e51a0228bc79b9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:63b0a10e5244e9aee244322df92c36b6156bfbf02de0cbcef9c2bb6934c9dafd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7fb0069e5d132b294144ffa692ec27cd942b7ed5a1d02c8c9c1435dd42af805b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b541158df2f62749c531300f6f8e96db77a9aac19f3220b7ac2b3624e0d704df_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:14add162eda9e82808a17470e961426fc12745e81a3fce5499128d4511c714dd_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:623d3fc70fbd9fd7cd8eb92ecabe61a3819b01ee70861d1609173f19a8f720d3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:64256707c1aed9efe5bcdcdd10a4cefc64e0fcf207de3856a7f42655149d3770_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:bc9fe2b6a2c34cae54c7790b2c13ee372ffe572c4fbd6ce196cf70e5744b8384_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0d46a6c8df0e85a36db5e373313351a8dd4989f2e2c7ef04709560c3127d7cb8_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2de3c8f515be5525cf5ef29a087dc38836185870d1833c23b2e77d999cb98852_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:398aa0d6e7ca2b1721e2efa8dd5d612eb4077328e8443f35143bdcff06a32587_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fe79f11a25d8e1c4c216cf17a2f81ff522e189638bb6fb8883b09fc837995044_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:53b799133c23c23beabe0a6e2b783b373e8e0fc77c782cf992542216883afb0b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:56decf73d446bf23e07109fce4972fb01b059d152306d57d9cd056df0ccabc23_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5b4ca102775584f3562ec5ec42eeffad78e20cf431e0535aba2914a49262d48e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:aa1d5507c9f318ca06d5f05a944e968c1101c199c4b73a6a7ad6b73369c4e619_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0058c19927fa0217fd083daa9e4bc4ab4be35ce890d71843215ff0bf75584cbf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1690ca71e304ab6c9453e4b558aea0c746ae7b8cafe1c9a6342c1e1bc8af749d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:45aff8f94a8e52b6ab94fc9d5cb5a70b21b14f50f741283bdcc84cce2b4a6c45_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f4d48c8a99ccaa58a70f278c31d2b9df7bbdcd92f6f5e47b37518dae622905a2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:078d51fd9fc07cb9f66b51fa80586f5ebdbbcd9f77b8c333d494ce78afcab090_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:222574d5490b58fbdbf84f141786941325e13b6db8b9533802d6752b642cbd33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9545f2d20b75cf42b2c110d8ff299fb1094af010bced15b136a9bb9b1e0e881b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ff04bb49db1c90d29de31a61671d2be5981f94f00420dfa0bdf52e0fbe439859_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:593fd82b504904a203ebd6ef4ff2712ae2b6187f7237ca7be5cce4451d6ef676_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7d2618952016da488d4503c41445358ec9ab7c8d53ef15a39efd12e06acc90b1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e6b6bbf67893dd2258469cf659c8cb675ee7ba4173729dd7b83aa1f0448b8d9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9c29874fd3dcfbe07b10f80953e34ede86c030f758361dd1b00cc56ae66958c_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3 vulnerable to decompression-bomb safeguard bypass when following HTTP redirects (streaming API)"
},
{
"cve": "CVE-2026-24040",
"cwe": {
"id": "CWE-820",
"name": "Missing Synchronization"
},
"discovery_date": "2026-02-03T00:02:56.565912+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:2fbd6c61f33b11689b4bf682ae285b4580b616791fd24260d6474432faebe577_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7f14c15d7172a0b25b6e4c641ef3f3277ba3b0dc8dd5747e43b842c002a4a7af_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:90063788a0451b10a750ff4ac79ffd1c6f01d80c6cf0bc383c17764b81316318_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eda563370ee592ce23521c42a5c1776a98771b5ff0b57d93a05bab51765b0c54_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:2f09b2360c12d99319b4059a14947e7732ecd6fb2f654666f277fb287649dee7_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:67fc5a13e3e9d36d173cd60a79b8844c118c8b21756f3ce3535ce8048ae51e77_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:bf2105e2af0882689a69867150470feee03dbe1b3826d6598377425c0c547d03_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:fa92afd1a8a21b5810a73b588616bd3070a5690d6bc63d7dd12d16dd16305e19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e8e09e694e526ddae4ead8c2a40e961bc434a7a6678286e03fb100663f11fc8e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:46812964173a755fc24a1ac82a1c02984cae161887ccafac4b1e98df6af3c1b2_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:621bde2cedc94c85edbc9a7818f184c4a025356cbd4d3502b9829062b177bcb9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c09bca8dae3ea50877dee7ed05ac3f8496b4f412f330bd27faa55721f6593083_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c81b58c4932d1b9dd128efaeee6d8717104e12cdaf0b85cd7302d5c4e76392f4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2c6a9b7fb8ef88724944ad2fc9cad23660b5df20683796f308e51a0228bc79b9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:63b0a10e5244e9aee244322df92c36b6156bfbf02de0cbcef9c2bb6934c9dafd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7fb0069e5d132b294144ffa692ec27cd942b7ed5a1d02c8c9c1435dd42af805b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b541158df2f62749c531300f6f8e96db77a9aac19f3220b7ac2b3624e0d704df_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:14add162eda9e82808a17470e961426fc12745e81a3fce5499128d4511c714dd_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:623d3fc70fbd9fd7cd8eb92ecabe61a3819b01ee70861d1609173f19a8f720d3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:64256707c1aed9efe5bcdcdd10a4cefc64e0fcf207de3856a7f42655149d3770_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:bc9fe2b6a2c34cae54c7790b2c13ee372ffe572c4fbd6ce196cf70e5744b8384_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0d46a6c8df0e85a36db5e373313351a8dd4989f2e2c7ef04709560c3127d7cb8_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2de3c8f515be5525cf5ef29a087dc38836185870d1833c23b2e77d999cb98852_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:398aa0d6e7ca2b1721e2efa8dd5d612eb4077328e8443f35143bdcff06a32587_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fe79f11a25d8e1c4c216cf17a2f81ff522e189638bb6fb8883b09fc837995044_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:53b799133c23c23beabe0a6e2b783b373e8e0fc77c782cf992542216883afb0b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:56decf73d446bf23e07109fce4972fb01b059d152306d57d9cd056df0ccabc23_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5b4ca102775584f3562ec5ec42eeffad78e20cf431e0535aba2914a49262d48e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:aa1d5507c9f318ca06d5f05a944e968c1101c199c4b73a6a7ad6b73369c4e619_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0058c19927fa0217fd083daa9e4bc4ab4be35ce890d71843215ff0bf75584cbf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1690ca71e304ab6c9453e4b558aea0c746ae7b8cafe1c9a6342c1e1bc8af749d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:45aff8f94a8e52b6ab94fc9d5cb5a70b21b14f50f741283bdcc84cce2b4a6c45_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f4d48c8a99ccaa58a70f278c31d2b9df7bbdcd92f6f5e47b37518dae622905a2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:078d51fd9fc07cb9f66b51fa80586f5ebdbbcd9f77b8c333d494ce78afcab090_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:222574d5490b58fbdbf84f141786941325e13b6db8b9533802d6752b642cbd33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9545f2d20b75cf42b2c110d8ff299fb1094af010bced15b136a9bb9b1e0e881b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ff04bb49db1c90d29de31a61671d2be5981f94f00420dfa0bdf52e0fbe439859_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:593fd82b504904a203ebd6ef4ff2712ae2b6187f7237ca7be5cce4451d6ef676_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7d2618952016da488d4503c41445358ec9ab7c8d53ef15a39efd12e06acc90b1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e6b6bbf67893dd2258469cf659c8cb675ee7ba4173729dd7b83aa1f0448b8d9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9c29874fd3dcfbe07b10f80953e34ede86c030f758361dd1b00cc56ae66958c_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2436133"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jsPDF. When jsPDF is used in a concurrent environment, such as a Node.js web server, a race condition in the addJS method can lead to cross-user data leakage. This occurs because a shared variable used to store JavaScript content can be overwritten by simultaneous requests. As a result, a PDF generated for one user may contain sensitive JavaScript content intended for another user, leading to unauthorized information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jsPDF: jsPDF: Cross-User Data Leakage via race condition in addJS method",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This MODERATE impact vulnerability in jsPDF affects applications utilizing the `addJS` method in a concurrent server-side Node.js environment. A shared module-scoped variable can lead to cross-user data leakage when multiple PDF generation requests occur simultaneously, potentially embedding sensitive data from one user into another\u0027s PDF. This primarily impacts server-side deployments where jsPDF is used to generate documents concurrently.",
"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 Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:669b38265ef149e2361e5eada1bee14e895da0de3e687358186e0095483e1897_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8305d417a2b71db82c3563cd0c993bc883787ac60c5dfecb94d66f956f7dd868_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8d0cccce1b9063ed8db8d607c59e393b72bce6795275b41b3190a76db8b4d81c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f3f552180a0328f81481cecc617f75f15b6f34959f5918ce80abd0bfdfb9a9ed_ppc64le"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:2fbd6c61f33b11689b4bf682ae285b4580b616791fd24260d6474432faebe577_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7f14c15d7172a0b25b6e4c641ef3f3277ba3b0dc8dd5747e43b842c002a4a7af_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:90063788a0451b10a750ff4ac79ffd1c6f01d80c6cf0bc383c17764b81316318_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eda563370ee592ce23521c42a5c1776a98771b5ff0b57d93a05bab51765b0c54_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:2f09b2360c12d99319b4059a14947e7732ecd6fb2f654666f277fb287649dee7_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:67fc5a13e3e9d36d173cd60a79b8844c118c8b21756f3ce3535ce8048ae51e77_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:bf2105e2af0882689a69867150470feee03dbe1b3826d6598377425c0c547d03_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:fa92afd1a8a21b5810a73b588616bd3070a5690d6bc63d7dd12d16dd16305e19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e8e09e694e526ddae4ead8c2a40e961bc434a7a6678286e03fb100663f11fc8e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:46812964173a755fc24a1ac82a1c02984cae161887ccafac4b1e98df6af3c1b2_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:621bde2cedc94c85edbc9a7818f184c4a025356cbd4d3502b9829062b177bcb9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c09bca8dae3ea50877dee7ed05ac3f8496b4f412f330bd27faa55721f6593083_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c81b58c4932d1b9dd128efaeee6d8717104e12cdaf0b85cd7302d5c4e76392f4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2c6a9b7fb8ef88724944ad2fc9cad23660b5df20683796f308e51a0228bc79b9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:63b0a10e5244e9aee244322df92c36b6156bfbf02de0cbcef9c2bb6934c9dafd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7fb0069e5d132b294144ffa692ec27cd942b7ed5a1d02c8c9c1435dd42af805b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b541158df2f62749c531300f6f8e96db77a9aac19f3220b7ac2b3624e0d704df_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:14add162eda9e82808a17470e961426fc12745e81a3fce5499128d4511c714dd_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:623d3fc70fbd9fd7cd8eb92ecabe61a3819b01ee70861d1609173f19a8f720d3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:64256707c1aed9efe5bcdcdd10a4cefc64e0fcf207de3856a7f42655149d3770_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:bc9fe2b6a2c34cae54c7790b2c13ee372ffe572c4fbd6ce196cf70e5744b8384_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0d46a6c8df0e85a36db5e373313351a8dd4989f2e2c7ef04709560c3127d7cb8_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2de3c8f515be5525cf5ef29a087dc38836185870d1833c23b2e77d999cb98852_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:398aa0d6e7ca2b1721e2efa8dd5d612eb4077328e8443f35143bdcff06a32587_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fe79f11a25d8e1c4c216cf17a2f81ff522e189638bb6fb8883b09fc837995044_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:53b799133c23c23beabe0a6e2b783b373e8e0fc77c782cf992542216883afb0b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:56decf73d446bf23e07109fce4972fb01b059d152306d57d9cd056df0ccabc23_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5b4ca102775584f3562ec5ec42eeffad78e20cf431e0535aba2914a49262d48e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:aa1d5507c9f318ca06d5f05a944e968c1101c199c4b73a6a7ad6b73369c4e619_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0058c19927fa0217fd083daa9e4bc4ab4be35ce890d71843215ff0bf75584cbf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1690ca71e304ab6c9453e4b558aea0c746ae7b8cafe1c9a6342c1e1bc8af749d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:45aff8f94a8e52b6ab94fc9d5cb5a70b21b14f50f741283bdcc84cce2b4a6c45_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f4d48c8a99ccaa58a70f278c31d2b9df7bbdcd92f6f5e47b37518dae622905a2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:078d51fd9fc07cb9f66b51fa80586f5ebdbbcd9f77b8c333d494ce78afcab090_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:222574d5490b58fbdbf84f141786941325e13b6db8b9533802d6752b642cbd33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9545f2d20b75cf42b2c110d8ff299fb1094af010bced15b136a9bb9b1e0e881b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ff04bb49db1c90d29de31a61671d2be5981f94f00420dfa0bdf52e0fbe439859_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:593fd82b504904a203ebd6ef4ff2712ae2b6187f7237ca7be5cce4451d6ef676_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7d2618952016da488d4503c41445358ec9ab7c8d53ef15a39efd12e06acc90b1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e6b6bbf67893dd2258469cf659c8cb675ee7ba4173729dd7b83aa1f0448b8d9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9c29874fd3dcfbe07b10f80953e34ede86c030f758361dd1b00cc56ae66958c_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-24040"
},
{
"category": "external",
"summary": "RHBZ#2436133",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2436133"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-24040",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24040"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-24040",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24040"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/commit/2863e5c26afef211a545e8c174ab4d5fce3b8c0e",
"url": "https://github.com/parallax/jsPDF/commit/2863e5c26afef211a545e8c174ab4d5fce3b8c0e"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/releases/tag/v4.1.0",
"url": "https://github.com/parallax/jsPDF/releases/tag/v4.1.0"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/security/advisories/GHSA-cjw8-79x6-5cj4",
"url": "https://github.com/parallax/jsPDF/security/advisories/GHSA-cjw8-79x6-5cj4"
}
],
"release_date": "2026-02-02T20:38:24.732000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-12T11:53:58+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:669b38265ef149e2361e5eada1bee14e895da0de3e687358186e0095483e1897_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8305d417a2b71db82c3563cd0c993bc883787ac60c5dfecb94d66f956f7dd868_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8d0cccce1b9063ed8db8d607c59e393b72bce6795275b41b3190a76db8b4d81c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f3f552180a0328f81481cecc617f75f15b6f34959f5918ce80abd0bfdfb9a9ed_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4467"
},
{
"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 Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:2fbd6c61f33b11689b4bf682ae285b4580b616791fd24260d6474432faebe577_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7f14c15d7172a0b25b6e4c641ef3f3277ba3b0dc8dd5747e43b842c002a4a7af_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:90063788a0451b10a750ff4ac79ffd1c6f01d80c6cf0bc383c17764b81316318_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eda563370ee592ce23521c42a5c1776a98771b5ff0b57d93a05bab51765b0c54_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:2f09b2360c12d99319b4059a14947e7732ecd6fb2f654666f277fb287649dee7_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:67fc5a13e3e9d36d173cd60a79b8844c118c8b21756f3ce3535ce8048ae51e77_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:bf2105e2af0882689a69867150470feee03dbe1b3826d6598377425c0c547d03_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:fa92afd1a8a21b5810a73b588616bd3070a5690d6bc63d7dd12d16dd16305e19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:669b38265ef149e2361e5eada1bee14e895da0de3e687358186e0095483e1897_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8305d417a2b71db82c3563cd0c993bc883787ac60c5dfecb94d66f956f7dd868_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8d0cccce1b9063ed8db8d607c59e393b72bce6795275b41b3190a76db8b4d81c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f3f552180a0328f81481cecc617f75f15b6f34959f5918ce80abd0bfdfb9a9ed_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e8e09e694e526ddae4ead8c2a40e961bc434a7a6678286e03fb100663f11fc8e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:46812964173a755fc24a1ac82a1c02984cae161887ccafac4b1e98df6af3c1b2_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:621bde2cedc94c85edbc9a7818f184c4a025356cbd4d3502b9829062b177bcb9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c09bca8dae3ea50877dee7ed05ac3f8496b4f412f330bd27faa55721f6593083_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c81b58c4932d1b9dd128efaeee6d8717104e12cdaf0b85cd7302d5c4e76392f4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2c6a9b7fb8ef88724944ad2fc9cad23660b5df20683796f308e51a0228bc79b9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:63b0a10e5244e9aee244322df92c36b6156bfbf02de0cbcef9c2bb6934c9dafd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7fb0069e5d132b294144ffa692ec27cd942b7ed5a1d02c8c9c1435dd42af805b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b541158df2f62749c531300f6f8e96db77a9aac19f3220b7ac2b3624e0d704df_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:14add162eda9e82808a17470e961426fc12745e81a3fce5499128d4511c714dd_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:623d3fc70fbd9fd7cd8eb92ecabe61a3819b01ee70861d1609173f19a8f720d3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:64256707c1aed9efe5bcdcdd10a4cefc64e0fcf207de3856a7f42655149d3770_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:bc9fe2b6a2c34cae54c7790b2c13ee372ffe572c4fbd6ce196cf70e5744b8384_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0d46a6c8df0e85a36db5e373313351a8dd4989f2e2c7ef04709560c3127d7cb8_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2de3c8f515be5525cf5ef29a087dc38836185870d1833c23b2e77d999cb98852_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:398aa0d6e7ca2b1721e2efa8dd5d612eb4077328e8443f35143bdcff06a32587_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fe79f11a25d8e1c4c216cf17a2f81ff522e189638bb6fb8883b09fc837995044_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:53b799133c23c23beabe0a6e2b783b373e8e0fc77c782cf992542216883afb0b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:56decf73d446bf23e07109fce4972fb01b059d152306d57d9cd056df0ccabc23_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5b4ca102775584f3562ec5ec42eeffad78e20cf431e0535aba2914a49262d48e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:aa1d5507c9f318ca06d5f05a944e968c1101c199c4b73a6a7ad6b73369c4e619_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0058c19927fa0217fd083daa9e4bc4ab4be35ce890d71843215ff0bf75584cbf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1690ca71e304ab6c9453e4b558aea0c746ae7b8cafe1c9a6342c1e1bc8af749d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:45aff8f94a8e52b6ab94fc9d5cb5a70b21b14f50f741283bdcc84cce2b4a6c45_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f4d48c8a99ccaa58a70f278c31d2b9df7bbdcd92f6f5e47b37518dae622905a2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:078d51fd9fc07cb9f66b51fa80586f5ebdbbcd9f77b8c333d494ce78afcab090_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:222574d5490b58fbdbf84f141786941325e13b6db8b9533802d6752b642cbd33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9545f2d20b75cf42b2c110d8ff299fb1094af010bced15b136a9bb9b1e0e881b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ff04bb49db1c90d29de31a61671d2be5981f94f00420dfa0bdf52e0fbe439859_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:593fd82b504904a203ebd6ef4ff2712ae2b6187f7237ca7be5cce4451d6ef676_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7d2618952016da488d4503c41445358ec9ab7c8d53ef15a39efd12e06acc90b1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e6b6bbf67893dd2258469cf659c8cb675ee7ba4173729dd7b83aa1f0448b8d9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9c29874fd3dcfbe07b10f80953e34ede86c030f758361dd1b00cc56ae66958c_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:2fbd6c61f33b11689b4bf682ae285b4580b616791fd24260d6474432faebe577_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7f14c15d7172a0b25b6e4c641ef3f3277ba3b0dc8dd5747e43b842c002a4a7af_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:90063788a0451b10a750ff4ac79ffd1c6f01d80c6cf0bc383c17764b81316318_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eda563370ee592ce23521c42a5c1776a98771b5ff0b57d93a05bab51765b0c54_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:2f09b2360c12d99319b4059a14947e7732ecd6fb2f654666f277fb287649dee7_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:67fc5a13e3e9d36d173cd60a79b8844c118c8b21756f3ce3535ce8048ae51e77_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:bf2105e2af0882689a69867150470feee03dbe1b3826d6598377425c0c547d03_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:fa92afd1a8a21b5810a73b588616bd3070a5690d6bc63d7dd12d16dd16305e19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:669b38265ef149e2361e5eada1bee14e895da0de3e687358186e0095483e1897_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8305d417a2b71db82c3563cd0c993bc883787ac60c5dfecb94d66f956f7dd868_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8d0cccce1b9063ed8db8d607c59e393b72bce6795275b41b3190a76db8b4d81c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f3f552180a0328f81481cecc617f75f15b6f34959f5918ce80abd0bfdfb9a9ed_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e8e09e694e526ddae4ead8c2a40e961bc434a7a6678286e03fb100663f11fc8e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:46812964173a755fc24a1ac82a1c02984cae161887ccafac4b1e98df6af3c1b2_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:621bde2cedc94c85edbc9a7818f184c4a025356cbd4d3502b9829062b177bcb9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c09bca8dae3ea50877dee7ed05ac3f8496b4f412f330bd27faa55721f6593083_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c81b58c4932d1b9dd128efaeee6d8717104e12cdaf0b85cd7302d5c4e76392f4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2c6a9b7fb8ef88724944ad2fc9cad23660b5df20683796f308e51a0228bc79b9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:63b0a10e5244e9aee244322df92c36b6156bfbf02de0cbcef9c2bb6934c9dafd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7fb0069e5d132b294144ffa692ec27cd942b7ed5a1d02c8c9c1435dd42af805b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b541158df2f62749c531300f6f8e96db77a9aac19f3220b7ac2b3624e0d704df_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:14add162eda9e82808a17470e961426fc12745e81a3fce5499128d4511c714dd_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:623d3fc70fbd9fd7cd8eb92ecabe61a3819b01ee70861d1609173f19a8f720d3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:64256707c1aed9efe5bcdcdd10a4cefc64e0fcf207de3856a7f42655149d3770_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:bc9fe2b6a2c34cae54c7790b2c13ee372ffe572c4fbd6ce196cf70e5744b8384_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0d46a6c8df0e85a36db5e373313351a8dd4989f2e2c7ef04709560c3127d7cb8_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2de3c8f515be5525cf5ef29a087dc38836185870d1833c23b2e77d999cb98852_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:398aa0d6e7ca2b1721e2efa8dd5d612eb4077328e8443f35143bdcff06a32587_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fe79f11a25d8e1c4c216cf17a2f81ff522e189638bb6fb8883b09fc837995044_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:53b799133c23c23beabe0a6e2b783b373e8e0fc77c782cf992542216883afb0b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:56decf73d446bf23e07109fce4972fb01b059d152306d57d9cd056df0ccabc23_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5b4ca102775584f3562ec5ec42eeffad78e20cf431e0535aba2914a49262d48e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:aa1d5507c9f318ca06d5f05a944e968c1101c199c4b73a6a7ad6b73369c4e619_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0058c19927fa0217fd083daa9e4bc4ab4be35ce890d71843215ff0bf75584cbf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1690ca71e304ab6c9453e4b558aea0c746ae7b8cafe1c9a6342c1e1bc8af749d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:45aff8f94a8e52b6ab94fc9d5cb5a70b21b14f50f741283bdcc84cce2b4a6c45_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f4d48c8a99ccaa58a70f278c31d2b9df7bbdcd92f6f5e47b37518dae622905a2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:078d51fd9fc07cb9f66b51fa80586f5ebdbbcd9f77b8c333d494ce78afcab090_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:222574d5490b58fbdbf84f141786941325e13b6db8b9533802d6752b642cbd33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9545f2d20b75cf42b2c110d8ff299fb1094af010bced15b136a9bb9b1e0e881b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ff04bb49db1c90d29de31a61671d2be5981f94f00420dfa0bdf52e0fbe439859_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:593fd82b504904a203ebd6ef4ff2712ae2b6187f7237ca7be5cce4451d6ef676_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7d2618952016da488d4503c41445358ec9ab7c8d53ef15a39efd12e06acc90b1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e6b6bbf67893dd2258469cf659c8cb675ee7ba4173729dd7b83aa1f0448b8d9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9c29874fd3dcfbe07b10f80953e34ede86c030f758361dd1b00cc56ae66958c_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jsPDF: jsPDF: Cross-User Data Leakage via race condition in addJS method"
},
{
"cve": "CVE-2026-24737",
"cwe": {
"id": "CWE-917",
"name": "Improper Neutralization of Special Elements used in an Expression Language Statement (\u0027Expression Language Injection\u0027)"
},
"discovery_date": "2026-02-03T00:01:51.004921+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:2fbd6c61f33b11689b4bf682ae285b4580b616791fd24260d6474432faebe577_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7f14c15d7172a0b25b6e4c641ef3f3277ba3b0dc8dd5747e43b842c002a4a7af_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:90063788a0451b10a750ff4ac79ffd1c6f01d80c6cf0bc383c17764b81316318_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eda563370ee592ce23521c42a5c1776a98771b5ff0b57d93a05bab51765b0c54_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:2f09b2360c12d99319b4059a14947e7732ecd6fb2f654666f277fb287649dee7_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:67fc5a13e3e9d36d173cd60a79b8844c118c8b21756f3ce3535ce8048ae51e77_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:bf2105e2af0882689a69867150470feee03dbe1b3826d6598377425c0c547d03_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:fa92afd1a8a21b5810a73b588616bd3070a5690d6bc63d7dd12d16dd16305e19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e8e09e694e526ddae4ead8c2a40e961bc434a7a6678286e03fb100663f11fc8e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:46812964173a755fc24a1ac82a1c02984cae161887ccafac4b1e98df6af3c1b2_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:621bde2cedc94c85edbc9a7818f184c4a025356cbd4d3502b9829062b177bcb9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c09bca8dae3ea50877dee7ed05ac3f8496b4f412f330bd27faa55721f6593083_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c81b58c4932d1b9dd128efaeee6d8717104e12cdaf0b85cd7302d5c4e76392f4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2c6a9b7fb8ef88724944ad2fc9cad23660b5df20683796f308e51a0228bc79b9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:63b0a10e5244e9aee244322df92c36b6156bfbf02de0cbcef9c2bb6934c9dafd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7fb0069e5d132b294144ffa692ec27cd942b7ed5a1d02c8c9c1435dd42af805b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b541158df2f62749c531300f6f8e96db77a9aac19f3220b7ac2b3624e0d704df_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:14add162eda9e82808a17470e961426fc12745e81a3fce5499128d4511c714dd_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:623d3fc70fbd9fd7cd8eb92ecabe61a3819b01ee70861d1609173f19a8f720d3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:64256707c1aed9efe5bcdcdd10a4cefc64e0fcf207de3856a7f42655149d3770_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:bc9fe2b6a2c34cae54c7790b2c13ee372ffe572c4fbd6ce196cf70e5744b8384_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0d46a6c8df0e85a36db5e373313351a8dd4989f2e2c7ef04709560c3127d7cb8_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2de3c8f515be5525cf5ef29a087dc38836185870d1833c23b2e77d999cb98852_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:398aa0d6e7ca2b1721e2efa8dd5d612eb4077328e8443f35143bdcff06a32587_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fe79f11a25d8e1c4c216cf17a2f81ff522e189638bb6fb8883b09fc837995044_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:53b799133c23c23beabe0a6e2b783b373e8e0fc77c782cf992542216883afb0b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:56decf73d446bf23e07109fce4972fb01b059d152306d57d9cd056df0ccabc23_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5b4ca102775584f3562ec5ec42eeffad78e20cf431e0535aba2914a49262d48e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:aa1d5507c9f318ca06d5f05a944e968c1101c199c4b73a6a7ad6b73369c4e619_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0058c19927fa0217fd083daa9e4bc4ab4be35ce890d71843215ff0bf75584cbf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1690ca71e304ab6c9453e4b558aea0c746ae7b8cafe1c9a6342c1e1bc8af749d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:45aff8f94a8e52b6ab94fc9d5cb5a70b21b14f50f741283bdcc84cce2b4a6c45_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f4d48c8a99ccaa58a70f278c31d2b9df7bbdcd92f6f5e47b37518dae622905a2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:078d51fd9fc07cb9f66b51fa80586f5ebdbbcd9f77b8c333d494ce78afcab090_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:222574d5490b58fbdbf84f141786941325e13b6db8b9533802d6752b642cbd33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9545f2d20b75cf42b2c110d8ff299fb1094af010bced15b136a9bb9b1e0e881b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ff04bb49db1c90d29de31a61671d2be5981f94f00420dfa0bdf52e0fbe439859_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:593fd82b504904a203ebd6ef4ff2712ae2b6187f7237ca7be5cce4451d6ef676_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7d2618952016da488d4503c41445358ec9ab7c8d53ef15a39efd12e06acc90b1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e6b6bbf67893dd2258469cf659c8cb675ee7ba4173729dd7b83aa1f0448b8d9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9c29874fd3dcfbe07b10f80953e34ede86c030f758361dd1b00cc56ae66958c_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2436115"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jsPDF, a JavaScript library for generating PDFs. A remote attacker could exploit this vulnerability by providing unsanitized input to specific methods within the Acroform module, such as AcroformChoiceField.addOption or AcroFormCheckBox.appearanceState. This allows the attacker to inject arbitrary PDF objects, including JavaScript actions, which are then executed when a victim opens the crafted PDF document, leading to arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jsPDF: jsPDF: Arbitrary code execution via unsanitized input in Acroform module",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This IMPORTANT vulnerability in jsPDF affects Red Hat Advanced Cluster Security (RHACS) where it could allow arbitrary JavaScript execution. The flaw occurs if an attacker provides a specially crafted PDF document containing injected JavaScript actions, and a victim subsequently opens this malicious document. Exploitation requires user interaction with a malicious file.",
"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 Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:669b38265ef149e2361e5eada1bee14e895da0de3e687358186e0095483e1897_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8305d417a2b71db82c3563cd0c993bc883787ac60c5dfecb94d66f956f7dd868_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8d0cccce1b9063ed8db8d607c59e393b72bce6795275b41b3190a76db8b4d81c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f3f552180a0328f81481cecc617f75f15b6f34959f5918ce80abd0bfdfb9a9ed_ppc64le"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:2fbd6c61f33b11689b4bf682ae285b4580b616791fd24260d6474432faebe577_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7f14c15d7172a0b25b6e4c641ef3f3277ba3b0dc8dd5747e43b842c002a4a7af_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:90063788a0451b10a750ff4ac79ffd1c6f01d80c6cf0bc383c17764b81316318_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eda563370ee592ce23521c42a5c1776a98771b5ff0b57d93a05bab51765b0c54_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:2f09b2360c12d99319b4059a14947e7732ecd6fb2f654666f277fb287649dee7_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:67fc5a13e3e9d36d173cd60a79b8844c118c8b21756f3ce3535ce8048ae51e77_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:bf2105e2af0882689a69867150470feee03dbe1b3826d6598377425c0c547d03_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:fa92afd1a8a21b5810a73b588616bd3070a5690d6bc63d7dd12d16dd16305e19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e8e09e694e526ddae4ead8c2a40e961bc434a7a6678286e03fb100663f11fc8e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:46812964173a755fc24a1ac82a1c02984cae161887ccafac4b1e98df6af3c1b2_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:621bde2cedc94c85edbc9a7818f184c4a025356cbd4d3502b9829062b177bcb9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c09bca8dae3ea50877dee7ed05ac3f8496b4f412f330bd27faa55721f6593083_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c81b58c4932d1b9dd128efaeee6d8717104e12cdaf0b85cd7302d5c4e76392f4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2c6a9b7fb8ef88724944ad2fc9cad23660b5df20683796f308e51a0228bc79b9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:63b0a10e5244e9aee244322df92c36b6156bfbf02de0cbcef9c2bb6934c9dafd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7fb0069e5d132b294144ffa692ec27cd942b7ed5a1d02c8c9c1435dd42af805b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b541158df2f62749c531300f6f8e96db77a9aac19f3220b7ac2b3624e0d704df_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:14add162eda9e82808a17470e961426fc12745e81a3fce5499128d4511c714dd_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:623d3fc70fbd9fd7cd8eb92ecabe61a3819b01ee70861d1609173f19a8f720d3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:64256707c1aed9efe5bcdcdd10a4cefc64e0fcf207de3856a7f42655149d3770_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:bc9fe2b6a2c34cae54c7790b2c13ee372ffe572c4fbd6ce196cf70e5744b8384_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0d46a6c8df0e85a36db5e373313351a8dd4989f2e2c7ef04709560c3127d7cb8_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2de3c8f515be5525cf5ef29a087dc38836185870d1833c23b2e77d999cb98852_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:398aa0d6e7ca2b1721e2efa8dd5d612eb4077328e8443f35143bdcff06a32587_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fe79f11a25d8e1c4c216cf17a2f81ff522e189638bb6fb8883b09fc837995044_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:53b799133c23c23beabe0a6e2b783b373e8e0fc77c782cf992542216883afb0b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:56decf73d446bf23e07109fce4972fb01b059d152306d57d9cd056df0ccabc23_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5b4ca102775584f3562ec5ec42eeffad78e20cf431e0535aba2914a49262d48e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:aa1d5507c9f318ca06d5f05a944e968c1101c199c4b73a6a7ad6b73369c4e619_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0058c19927fa0217fd083daa9e4bc4ab4be35ce890d71843215ff0bf75584cbf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1690ca71e304ab6c9453e4b558aea0c746ae7b8cafe1c9a6342c1e1bc8af749d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:45aff8f94a8e52b6ab94fc9d5cb5a70b21b14f50f741283bdcc84cce2b4a6c45_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f4d48c8a99ccaa58a70f278c31d2b9df7bbdcd92f6f5e47b37518dae622905a2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:078d51fd9fc07cb9f66b51fa80586f5ebdbbcd9f77b8c333d494ce78afcab090_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:222574d5490b58fbdbf84f141786941325e13b6db8b9533802d6752b642cbd33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9545f2d20b75cf42b2c110d8ff299fb1094af010bced15b136a9bb9b1e0e881b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ff04bb49db1c90d29de31a61671d2be5981f94f00420dfa0bdf52e0fbe439859_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:593fd82b504904a203ebd6ef4ff2712ae2b6187f7237ca7be5cce4451d6ef676_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7d2618952016da488d4503c41445358ec9ab7c8d53ef15a39efd12e06acc90b1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e6b6bbf67893dd2258469cf659c8cb675ee7ba4173729dd7b83aa1f0448b8d9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9c29874fd3dcfbe07b10f80953e34ede86c030f758361dd1b00cc56ae66958c_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-24737"
},
{
"category": "external",
"summary": "RHBZ#2436115",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2436115"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-24737",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24737"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-24737",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24737"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/commit/da291a5f01b96282545c9391996702cdb8879f79",
"url": "https://github.com/parallax/jsPDF/commit/da291a5f01b96282545c9391996702cdb8879f79"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/releases/tag/v4.1.0",
"url": "https://github.com/parallax/jsPDF/releases/tag/v4.1.0"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/security/advisories/GHSA-pqxr-3g65-p328",
"url": "https://github.com/parallax/jsPDF/security/advisories/GHSA-pqxr-3g65-p328"
}
],
"release_date": "2026-02-02T20:29:05.011000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-12T11:53:58+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:669b38265ef149e2361e5eada1bee14e895da0de3e687358186e0095483e1897_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8305d417a2b71db82c3563cd0c993bc883787ac60c5dfecb94d66f956f7dd868_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8d0cccce1b9063ed8db8d607c59e393b72bce6795275b41b3190a76db8b4d81c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f3f552180a0328f81481cecc617f75f15b6f34959f5918ce80abd0bfdfb9a9ed_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4467"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, avoid processing untrusted or unverified PDF documents with applications utilizing the jsPDF library. Ensure that any input provided to jsPDF\u0027s AcroForm methods and properties is properly sanitized to prevent the injection of arbitrary PDF objects and JavaScript actions. This operational control reduces the risk of arbitrary JavaScript execution.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:2fbd6c61f33b11689b4bf682ae285b4580b616791fd24260d6474432faebe577_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7f14c15d7172a0b25b6e4c641ef3f3277ba3b0dc8dd5747e43b842c002a4a7af_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:90063788a0451b10a750ff4ac79ffd1c6f01d80c6cf0bc383c17764b81316318_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eda563370ee592ce23521c42a5c1776a98771b5ff0b57d93a05bab51765b0c54_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:2f09b2360c12d99319b4059a14947e7732ecd6fb2f654666f277fb287649dee7_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:67fc5a13e3e9d36d173cd60a79b8844c118c8b21756f3ce3535ce8048ae51e77_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:bf2105e2af0882689a69867150470feee03dbe1b3826d6598377425c0c547d03_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:fa92afd1a8a21b5810a73b588616bd3070a5690d6bc63d7dd12d16dd16305e19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:669b38265ef149e2361e5eada1bee14e895da0de3e687358186e0095483e1897_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8305d417a2b71db82c3563cd0c993bc883787ac60c5dfecb94d66f956f7dd868_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8d0cccce1b9063ed8db8d607c59e393b72bce6795275b41b3190a76db8b4d81c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f3f552180a0328f81481cecc617f75f15b6f34959f5918ce80abd0bfdfb9a9ed_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e8e09e694e526ddae4ead8c2a40e961bc434a7a6678286e03fb100663f11fc8e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:46812964173a755fc24a1ac82a1c02984cae161887ccafac4b1e98df6af3c1b2_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:621bde2cedc94c85edbc9a7818f184c4a025356cbd4d3502b9829062b177bcb9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c09bca8dae3ea50877dee7ed05ac3f8496b4f412f330bd27faa55721f6593083_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c81b58c4932d1b9dd128efaeee6d8717104e12cdaf0b85cd7302d5c4e76392f4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2c6a9b7fb8ef88724944ad2fc9cad23660b5df20683796f308e51a0228bc79b9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:63b0a10e5244e9aee244322df92c36b6156bfbf02de0cbcef9c2bb6934c9dafd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7fb0069e5d132b294144ffa692ec27cd942b7ed5a1d02c8c9c1435dd42af805b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b541158df2f62749c531300f6f8e96db77a9aac19f3220b7ac2b3624e0d704df_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:14add162eda9e82808a17470e961426fc12745e81a3fce5499128d4511c714dd_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:623d3fc70fbd9fd7cd8eb92ecabe61a3819b01ee70861d1609173f19a8f720d3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:64256707c1aed9efe5bcdcdd10a4cefc64e0fcf207de3856a7f42655149d3770_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:bc9fe2b6a2c34cae54c7790b2c13ee372ffe572c4fbd6ce196cf70e5744b8384_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0d46a6c8df0e85a36db5e373313351a8dd4989f2e2c7ef04709560c3127d7cb8_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2de3c8f515be5525cf5ef29a087dc38836185870d1833c23b2e77d999cb98852_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:398aa0d6e7ca2b1721e2efa8dd5d612eb4077328e8443f35143bdcff06a32587_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fe79f11a25d8e1c4c216cf17a2f81ff522e189638bb6fb8883b09fc837995044_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:53b799133c23c23beabe0a6e2b783b373e8e0fc77c782cf992542216883afb0b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:56decf73d446bf23e07109fce4972fb01b059d152306d57d9cd056df0ccabc23_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5b4ca102775584f3562ec5ec42eeffad78e20cf431e0535aba2914a49262d48e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:aa1d5507c9f318ca06d5f05a944e968c1101c199c4b73a6a7ad6b73369c4e619_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0058c19927fa0217fd083daa9e4bc4ab4be35ce890d71843215ff0bf75584cbf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1690ca71e304ab6c9453e4b558aea0c746ae7b8cafe1c9a6342c1e1bc8af749d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:45aff8f94a8e52b6ab94fc9d5cb5a70b21b14f50f741283bdcc84cce2b4a6c45_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f4d48c8a99ccaa58a70f278c31d2b9df7bbdcd92f6f5e47b37518dae622905a2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:078d51fd9fc07cb9f66b51fa80586f5ebdbbcd9f77b8c333d494ce78afcab090_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:222574d5490b58fbdbf84f141786941325e13b6db8b9533802d6752b642cbd33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9545f2d20b75cf42b2c110d8ff299fb1094af010bced15b136a9bb9b1e0e881b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ff04bb49db1c90d29de31a61671d2be5981f94f00420dfa0bdf52e0fbe439859_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:593fd82b504904a203ebd6ef4ff2712ae2b6187f7237ca7be5cce4451d6ef676_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7d2618952016da488d4503c41445358ec9ab7c8d53ef15a39efd12e06acc90b1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e6b6bbf67893dd2258469cf659c8cb675ee7ba4173729dd7b83aa1f0448b8d9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9c29874fd3dcfbe07b10f80953e34ede86c030f758361dd1b00cc56ae66958c_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:2fbd6c61f33b11689b4bf682ae285b4580b616791fd24260d6474432faebe577_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:7f14c15d7172a0b25b6e4c641ef3f3277ba3b0dc8dd5747e43b842c002a4a7af_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:90063788a0451b10a750ff4ac79ffd1c6f01d80c6cf0bc383c17764b81316318_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eda563370ee592ce23521c42a5c1776a98771b5ff0b57d93a05bab51765b0c54_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:2f09b2360c12d99319b4059a14947e7732ecd6fb2f654666f277fb287649dee7_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:67fc5a13e3e9d36d173cd60a79b8844c118c8b21756f3ce3535ce8048ae51e77_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:bf2105e2af0882689a69867150470feee03dbe1b3826d6598377425c0c547d03_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:fa92afd1a8a21b5810a73b588616bd3070a5690d6bc63d7dd12d16dd16305e19_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:669b38265ef149e2361e5eada1bee14e895da0de3e687358186e0095483e1897_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8305d417a2b71db82c3563cd0c993bc883787ac60c5dfecb94d66f956f7dd868_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:8d0cccce1b9063ed8db8d607c59e393b72bce6795275b41b3190a76db8b4d81c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f3f552180a0328f81481cecc617f75f15b6f34959f5918ce80abd0bfdfb9a9ed_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:e8e09e694e526ddae4ead8c2a40e961bc434a7a6678286e03fb100663f11fc8e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:46812964173a755fc24a1ac82a1c02984cae161887ccafac4b1e98df6af3c1b2_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:621bde2cedc94c85edbc9a7818f184c4a025356cbd4d3502b9829062b177bcb9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c09bca8dae3ea50877dee7ed05ac3f8496b4f412f330bd27faa55721f6593083_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:c81b58c4932d1b9dd128efaeee6d8717104e12cdaf0b85cd7302d5c4e76392f4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:2c6a9b7fb8ef88724944ad2fc9cad23660b5df20683796f308e51a0228bc79b9_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:63b0a10e5244e9aee244322df92c36b6156bfbf02de0cbcef9c2bb6934c9dafd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7fb0069e5d132b294144ffa692ec27cd942b7ed5a1d02c8c9c1435dd42af805b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b541158df2f62749c531300f6f8e96db77a9aac19f3220b7ac2b3624e0d704df_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:14add162eda9e82808a17470e961426fc12745e81a3fce5499128d4511c714dd_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:623d3fc70fbd9fd7cd8eb92ecabe61a3819b01ee70861d1609173f19a8f720d3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:64256707c1aed9efe5bcdcdd10a4cefc64e0fcf207de3856a7f42655149d3770_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:bc9fe2b6a2c34cae54c7790b2c13ee372ffe572c4fbd6ce196cf70e5744b8384_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:0d46a6c8df0e85a36db5e373313351a8dd4989f2e2c7ef04709560c3127d7cb8_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:2de3c8f515be5525cf5ef29a087dc38836185870d1833c23b2e77d999cb98852_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:398aa0d6e7ca2b1721e2efa8dd5d612eb4077328e8443f35143bdcff06a32587_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fe79f11a25d8e1c4c216cf17a2f81ff522e189638bb6fb8883b09fc837995044_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:53b799133c23c23beabe0a6e2b783b373e8e0fc77c782cf992542216883afb0b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:56decf73d446bf23e07109fce4972fb01b059d152306d57d9cd056df0ccabc23_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5b4ca102775584f3562ec5ec42eeffad78e20cf431e0535aba2914a49262d48e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:aa1d5507c9f318ca06d5f05a944e968c1101c199c4b73a6a7ad6b73369c4e619_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0058c19927fa0217fd083daa9e4bc4ab4be35ce890d71843215ff0bf75584cbf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1690ca71e304ab6c9453e4b558aea0c746ae7b8cafe1c9a6342c1e1bc8af749d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:45aff8f94a8e52b6ab94fc9d5cb5a70b21b14f50f741283bdcc84cce2b4a6c45_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:f4d48c8a99ccaa58a70f278c31d2b9df7bbdcd92f6f5e47b37518dae622905a2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:078d51fd9fc07cb9f66b51fa80586f5ebdbbcd9f77b8c333d494ce78afcab090_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:222574d5490b58fbdbf84f141786941325e13b6db8b9533802d6752b642cbd33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9545f2d20b75cf42b2c110d8ff299fb1094af010bced15b136a9bb9b1e0e881b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ff04bb49db1c90d29de31a61671d2be5981f94f00420dfa0bdf52e0fbe439859_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:593fd82b504904a203ebd6ef4ff2712ae2b6187f7237ca7be5cce4451d6ef676_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7d2618952016da488d4503c41445358ec9ab7c8d53ef15a39efd12e06acc90b1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:7e6b6bbf67893dd2258469cf659c8cb675ee7ba4173729dd7b83aa1f0448b8d9_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:e9c29874fd3dcfbe07b10f80953e34ede86c030f758361dd1b00cc56ae66958c_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jsPDF: jsPDF: Arbitrary code execution via unsanitized input in Acroform module"
}
]
}
RHSA-2026:4498
Vulnerability from csaf_redhat - Published: 2026-03-12 14:43 - Updated: 2026-05-26 09:05A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:00bc5e30c3e79c22ef1cbc89dd255daf4ef3db1af8ddd5340a66d573f5bbb896_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:457145374f5e4a5b1ef230d4d2c54aa557dd8dd29f85fd1f5cfc525a16db41a1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:54293e1848e20c63adfebd35e20fdc81ea4a90784b4bce713d96a0cddc73d4d9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:57d017684a24ec62d1bab7740c93b72f812b1e075ea2f7bc8dbe991c01688bbb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:a40a1ec9364ba3225bba93e7d85de5dd1df36166f5456c209e60e91392778cb4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:cab081ede72987f936f132d62410558fdec12acf69610670a50673d70c384845_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:cb98c8af6800e8aa841367ea9d03eb9ad091c9a966c760bf759152750d7979f3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:d6a0d86ca317f17d18e082eeed1d1460da4334a054c5f468817819591a047d80_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:02a43fca7d2b75ca5f41de71989d654e345f3d8bf74788d959f90a1e1110c5de_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:7c576ba00a22a3d24707da423bfd6a0b87e37981fe0eade41e985b48c0072494_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:83923296772437508069d0a630da4610a3c46509121ad19c5633e4f5117ca3f2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:9fe4580fa0040d7d6eb9fe86bb462e05873a82322a43a8baab8bbb636a25f039_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:3921c41c2aae480e306b497fe981f7965b591958290cc0317420cedec84265d5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:85de9d5ab08709feab2519e7b798cd6211e80fb602846806ae347ffb2c6ae0c1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:ddce7662254d5d7c673517fabeca19b7f97f9bbfae43cfca39f9a0167ef55d1a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:e3ae5934c3f65e12678649549c4d423bcd118eb199048cb955265869a9c4de9c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:3163522b27630894a160dfc0c6fe384d4f2135d6b836d70319fda064e92f44a7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:39dd3ea1d69027127d7b81849bd3edc52d9015a7e9db7635f50e77ceb04e13f0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:97820cced02b56afdfa59a44f8f8624b3efe60f8b2c8cb41d30f3476810894a7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:fe8d09f37646659fbcb6d40796d744dc480dc842824cdb9ab68ed6e94e83671a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0950a06f3a882e2a851bde4d3495d426ab62aa8023f51571948b5fbc75b88055_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:41158237db552f9e0f09b6aa1b19259f5a7dd8df4e2ab18e72e174c48e40980e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4c21bec5a0de199d143d2e47cff96a219333d444bdd10632924a3a93fc1481c0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:d09b83d61e15085fad33983a2ebe83ab0db7f7a60d5f8a797f21cd05fd2c2570_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:67f9540b475da301e84fca5e7c867f56d8209d0de2496b03f87c1bf2d09e68ce_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:6d52900b2b0fece8db5565410e4a54f2b0039a4d23f6136907966f43eea391c7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:9d66d268ba5cfe7357b9dade190944583d228677bbdbaf105d1b5e18b4d43278_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:fba550b6cb74e6f404bb833652a9136b4881ce5ebbc2b40bf16286520ce19a81_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:20811926dbe79bda29f859ae53185d9a83abe6eefc4702b05637862d3984b199_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:c37550d02645ed48648714a20796251785535a8c68beca60660585126736229a_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:0a190ad63b94362e6b31dfad22dc651c63b555c32f55c2bb4bd6324d094f55ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:21a684f7cad093625f32dbb65664b1fafa6d00c52b4cfe2881ffff488c83a58e_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:2427327fa6a7e91b07befbd5d98e32224297e0b7300beec6997d5598111ad04b_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:b6559ed2c3a57c6930e2fff4be0fcdabeca4bce9642b65d668227d7472a8699e_arm64 | — |
Workaround
|
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:00bc5e30c3e79c22ef1cbc89dd255daf4ef3db1af8ddd5340a66d573f5bbb896_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:457145374f5e4a5b1ef230d4d2c54aa557dd8dd29f85fd1f5cfc525a16db41a1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:54293e1848e20c63adfebd35e20fdc81ea4a90784b4bce713d96a0cddc73d4d9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:57d017684a24ec62d1bab7740c93b72f812b1e075ea2f7bc8dbe991c01688bbb_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:a40a1ec9364ba3225bba93e7d85de5dd1df36166f5456c209e60e91392778cb4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:cab081ede72987f936f132d62410558fdec12acf69610670a50673d70c384845_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:cb98c8af6800e8aa841367ea9d03eb9ad091c9a966c760bf759152750d7979f3_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:d6a0d86ca317f17d18e082eeed1d1460da4334a054c5f468817819591a047d80_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:02a43fca7d2b75ca5f41de71989d654e345f3d8bf74788d959f90a1e1110c5de_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:7c576ba00a22a3d24707da423bfd6a0b87e37981fe0eade41e985b48c0072494_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:83923296772437508069d0a630da4610a3c46509121ad19c5633e4f5117ca3f2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:9fe4580fa0040d7d6eb9fe86bb462e05873a82322a43a8baab8bbb636a25f039_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:3921c41c2aae480e306b497fe981f7965b591958290cc0317420cedec84265d5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:85de9d5ab08709feab2519e7b798cd6211e80fb602846806ae347ffb2c6ae0c1_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:ddce7662254d5d7c673517fabeca19b7f97f9bbfae43cfca39f9a0167ef55d1a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:e3ae5934c3f65e12678649549c4d423bcd118eb199048cb955265869a9c4de9c_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:3163522b27630894a160dfc0c6fe384d4f2135d6b836d70319fda064e92f44a7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:39dd3ea1d69027127d7b81849bd3edc52d9015a7e9db7635f50e77ceb04e13f0_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:97820cced02b56afdfa59a44f8f8624b3efe60f8b2c8cb41d30f3476810894a7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:fe8d09f37646659fbcb6d40796d744dc480dc842824cdb9ab68ed6e94e83671a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0950a06f3a882e2a851bde4d3495d426ab62aa8023f51571948b5fbc75b88055_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:41158237db552f9e0f09b6aa1b19259f5a7dd8df4e2ab18e72e174c48e40980e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4c21bec5a0de199d143d2e47cff96a219333d444bdd10632924a3a93fc1481c0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:d09b83d61e15085fad33983a2ebe83ab0db7f7a60d5f8a797f21cd05fd2c2570_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:67f9540b475da301e84fca5e7c867f56d8209d0de2496b03f87c1bf2d09e68ce_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:6d52900b2b0fece8db5565410e4a54f2b0039a4d23f6136907966f43eea391c7_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:9d66d268ba5cfe7357b9dade190944583d228677bbdbaf105d1b5e18b4d43278_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:fba550b6cb74e6f404bb833652a9136b4881ce5ebbc2b40bf16286520ce19a81_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:20811926dbe79bda29f859ae53185d9a83abe6eefc4702b05637862d3984b199_amd64 | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:c37550d02645ed48648714a20796251785535a8c68beca60660585126736229a_amd64 | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:0a190ad63b94362e6b31dfad22dc651c63b555c32f55c2bb4bd6324d094f55ca_ppc64le | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:21a684f7cad093625f32dbb65664b1fafa6d00c52b4cfe2881ffff488c83a58e_s390x | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:2427327fa6a7e91b07befbd5d98e32224297e0b7300beec6997d5598111ad04b_amd64 | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:b6559ed2c3a57c6930e2fff4be0fcdabeca4bce9642b65d668227d7472a8699e_arm64 | — |
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:a40a1ec9364ba3225bba93e7d85de5dd1df36166f5456c209e60e91392778cb4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:cab081ede72987f936f132d62410558fdec12acf69610670a50673d70c384845_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:cb98c8af6800e8aa841367ea9d03eb9ad091c9a966c760bf759152750d7979f3_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:d6a0d86ca317f17d18e082eeed1d1460da4334a054c5f468817819591a047d80_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:20811926dbe79bda29f859ae53185d9a83abe6eefc4702b05637862d3984b199_amd64 | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:00bc5e30c3e79c22ef1cbc89dd255daf4ef3db1af8ddd5340a66d573f5bbb896_ppc64le | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:457145374f5e4a5b1ef230d4d2c54aa557dd8dd29f85fd1f5cfc525a16db41a1_amd64 | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:54293e1848e20c63adfebd35e20fdc81ea4a90784b4bce713d96a0cddc73d4d9_s390x | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:57d017684a24ec62d1bab7740c93b72f812b1e075ea2f7bc8dbe991c01688bbb_arm64 | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:02a43fca7d2b75ca5f41de71989d654e345f3d8bf74788d959f90a1e1110c5de_s390x | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:7c576ba00a22a3d24707da423bfd6a0b87e37981fe0eade41e985b48c0072494_amd64 | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:83923296772437508069d0a630da4610a3c46509121ad19c5633e4f5117ca3f2_arm64 | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:9fe4580fa0040d7d6eb9fe86bb462e05873a82322a43a8baab8bbb636a25f039_ppc64le | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:3921c41c2aae480e306b497fe981f7965b591958290cc0317420cedec84265d5_amd64 | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:85de9d5ab08709feab2519e7b798cd6211e80fb602846806ae347ffb2c6ae0c1_s390x | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:ddce7662254d5d7c673517fabeca19b7f97f9bbfae43cfca39f9a0167ef55d1a_ppc64le | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:e3ae5934c3f65e12678649549c4d423bcd118eb199048cb955265869a9c4de9c_arm64 | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:c37550d02645ed48648714a20796251785535a8c68beca60660585126736229a_amd64 | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:3163522b27630894a160dfc0c6fe384d4f2135d6b836d70319fda064e92f44a7_amd64 | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:39dd3ea1d69027127d7b81849bd3edc52d9015a7e9db7635f50e77ceb04e13f0_arm64 | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:97820cced02b56afdfa59a44f8f8624b3efe60f8b2c8cb41d30f3476810894a7_s390x | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:fe8d09f37646659fbcb6d40796d744dc480dc842824cdb9ab68ed6e94e83671a_ppc64le | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0950a06f3a882e2a851bde4d3495d426ab62aa8023f51571948b5fbc75b88055_arm64 | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:41158237db552f9e0f09b6aa1b19259f5a7dd8df4e2ab18e72e174c48e40980e_s390x | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4c21bec5a0de199d143d2e47cff96a219333d444bdd10632924a3a93fc1481c0_amd64 | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:d09b83d61e15085fad33983a2ebe83ab0db7f7a60d5f8a797f21cd05fd2c2570_ppc64le | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:67f9540b475da301e84fca5e7c867f56d8209d0de2496b03f87c1bf2d09e68ce_ppc64le | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:6d52900b2b0fece8db5565410e4a54f2b0039a4d23f6136907966f43eea391c7_arm64 | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:9d66d268ba5cfe7357b9dade190944583d228677bbdbaf105d1b5e18b4d43278_s390x | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:fba550b6cb74e6f404bb833652a9136b4881ce5ebbc2b40bf16286520ce19a81_amd64 | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:0a190ad63b94362e6b31dfad22dc651c63b555c32f55c2bb4bd6324d094f55ca_ppc64le | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:21a684f7cad093625f32dbb65664b1fafa6d00c52b4cfe2881ffff488c83a58e_s390x | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:2427327fa6a7e91b07befbd5d98e32224297e0b7300beec6997d5598111ad04b_amd64 | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:b6559ed2c3a57c6930e2fff4be0fcdabeca4bce9642b65d668227d7472a8699e_arm64 | — |
{
"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": "Logging for Red Hat OpenShift - 6.4.3",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Logging 6.4.3 is a cluster-wide logging solution for OpenShift that collects and manages applications, infrastructure, and audit logs.",
"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:4498",
"url": "https://access.redhat.com/errata/RHSA-2026:4498"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68121",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_4498.json"
}
],
"title": "Red Hat Security Advisory: Logging for Red Hat OpenShift - 6.4.3",
"tracking": {
"current_release_date": "2026-05-26T09:05:18+00:00",
"generator": {
"date": "2026-05-26T09:05:18+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:4498",
"initial_release_date": "2026-03-12T14:43:54+00:00",
"revision_history": [
{
"date": "2026-03-12T14:43:54+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-12T14:44:01+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-26T09:05:18+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Logging Subsystem for Red Hat OpenShift 6.4",
"product": {
"name": "Logging Subsystem for Red Hat OpenShift 6.4",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.4",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:logging:6.4::el9"
}
}
}
],
"category": "product_family",
"name": "Logging Subsystem for Red Hat OpenShift"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:20811926dbe79bda29f859ae53185d9a83abe6eefc4702b05637862d3984b199_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:20811926dbe79bda29f859ae53185d9a83abe6eefc4702b05637862d3984b199_amd64",
"product_id": "registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:20811926dbe79bda29f859ae53185d9a83abe6eefc4702b05637862d3984b199_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-operator-bundle@sha256%3A20811926dbe79bda29f859ae53185d9a83abe6eefc4702b05637862d3984b199?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1773159513"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:457145374f5e4a5b1ef230d4d2c54aa557dd8dd29f85fd1f5cfc525a16db41a1_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:457145374f5e4a5b1ef230d4d2c54aa557dd8dd29f85fd1f5cfc525a16db41a1_amd64",
"product_id": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:457145374f5e4a5b1ef230d4d2c54aa557dd8dd29f85fd1f5cfc525a16db41a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel9-operator@sha256%3A457145374f5e4a5b1ef230d4d2c54aa557dd8dd29f85fd1f5cfc525a16db41a1?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772551196"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:7c576ba00a22a3d24707da423bfd6a0b87e37981fe0eade41e985b48c0072494_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:7c576ba00a22a3d24707da423bfd6a0b87e37981fe0eade41e985b48c0072494_amd64",
"product_id": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:7c576ba00a22a3d24707da423bfd6a0b87e37981fe0eade41e985b48c0072494_amd64",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel9@sha256%3A7c576ba00a22a3d24707da423bfd6a0b87e37981fe0eade41e985b48c0072494?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772551127"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:cab081ede72987f936f132d62410558fdec12acf69610670a50673d70c384845_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:cab081ede72987f936f132d62410558fdec12acf69610670a50673d70c384845_amd64",
"product_id": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:cab081ede72987f936f132d62410558fdec12acf69610670a50673d70c384845_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel9@sha256%3Acab081ede72987f936f132d62410558fdec12acf69610670a50673d70c384845?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772551200"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:3921c41c2aae480e306b497fe981f7965b591958290cc0317420cedec84265d5_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:3921c41c2aae480e306b497fe981f7965b591958290cc0317420cedec84265d5_amd64",
"product_id": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:3921c41c2aae480e306b497fe981f7965b591958290cc0317420cedec84265d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel9@sha256%3A3921c41c2aae480e306b497fe981f7965b591958290cc0317420cedec84265d5?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772821835"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:2427327fa6a7e91b07befbd5d98e32224297e0b7300beec6997d5598111ad04b_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:2427327fa6a7e91b07befbd5d98e32224297e0b7300beec6997d5598111ad04b_amd64",
"product_id": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:2427327fa6a7e91b07befbd5d98e32224297e0b7300beec6997d5598111ad04b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel9@sha256%3A2427327fa6a7e91b07befbd5d98e32224297e0b7300beec6997d5598111ad04b?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1773155310"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:c37550d02645ed48648714a20796251785535a8c68beca60660585126736229a_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:c37550d02645ed48648714a20796251785535a8c68beca60660585126736229a_amd64",
"product_id": "registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:c37550d02645ed48648714a20796251785535a8c68beca60660585126736229a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/loki-operator-bundle@sha256%3Ac37550d02645ed48648714a20796251785535a8c68beca60660585126736229a?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772829475"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:3163522b27630894a160dfc0c6fe384d4f2135d6b836d70319fda064e92f44a7_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:3163522b27630894a160dfc0c6fe384d4f2135d6b836d70319fda064e92f44a7_amd64",
"product_id": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:3163522b27630894a160dfc0c6fe384d4f2135d6b836d70319fda064e92f44a7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel9-operator@sha256%3A3163522b27630894a160dfc0c6fe384d4f2135d6b836d70319fda064e92f44a7?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772551354"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4c21bec5a0de199d143d2e47cff96a219333d444bdd10632924a3a93fc1481c0_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4c21bec5a0de199d143d2e47cff96a219333d444bdd10632924a3a93fc1481c0_amd64",
"product_id": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4c21bec5a0de199d143d2e47cff96a219333d444bdd10632924a3a93fc1481c0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel9@sha256%3A4c21bec5a0de199d143d2e47cff96a219333d444bdd10632924a3a93fc1481c0?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772551201"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:fba550b6cb74e6f404bb833652a9136b4881ce5ebbc2b40bf16286520ce19a81_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:fba550b6cb74e6f404bb833652a9136b4881ce5ebbc2b40bf16286520ce19a81_amd64",
"product_id": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:fba550b6cb74e6f404bb833652a9136b4881ce5ebbc2b40bf16286520ce19a81_amd64",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel9@sha256%3Afba550b6cb74e6f404bb833652a9136b4881ce5ebbc2b40bf16286520ce19a81?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772551158"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:57d017684a24ec62d1bab7740c93b72f812b1e075ea2f7bc8dbe991c01688bbb_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:57d017684a24ec62d1bab7740c93b72f812b1e075ea2f7bc8dbe991c01688bbb_arm64",
"product_id": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:57d017684a24ec62d1bab7740c93b72f812b1e075ea2f7bc8dbe991c01688bbb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel9-operator@sha256%3A57d017684a24ec62d1bab7740c93b72f812b1e075ea2f7bc8dbe991c01688bbb?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772551196"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:83923296772437508069d0a630da4610a3c46509121ad19c5633e4f5117ca3f2_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:83923296772437508069d0a630da4610a3c46509121ad19c5633e4f5117ca3f2_arm64",
"product_id": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:83923296772437508069d0a630da4610a3c46509121ad19c5633e4f5117ca3f2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel9@sha256%3A83923296772437508069d0a630da4610a3c46509121ad19c5633e4f5117ca3f2?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772551127"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:d6a0d86ca317f17d18e082eeed1d1460da4334a054c5f468817819591a047d80_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:d6a0d86ca317f17d18e082eeed1d1460da4334a054c5f468817819591a047d80_arm64",
"product_id": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:d6a0d86ca317f17d18e082eeed1d1460da4334a054c5f468817819591a047d80_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel9@sha256%3Ad6a0d86ca317f17d18e082eeed1d1460da4334a054c5f468817819591a047d80?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772551200"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:e3ae5934c3f65e12678649549c4d423bcd118eb199048cb955265869a9c4de9c_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:e3ae5934c3f65e12678649549c4d423bcd118eb199048cb955265869a9c4de9c_arm64",
"product_id": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:e3ae5934c3f65e12678649549c4d423bcd118eb199048cb955265869a9c4de9c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel9@sha256%3Ae3ae5934c3f65e12678649549c4d423bcd118eb199048cb955265869a9c4de9c?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772821835"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:b6559ed2c3a57c6930e2fff4be0fcdabeca4bce9642b65d668227d7472a8699e_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:b6559ed2c3a57c6930e2fff4be0fcdabeca4bce9642b65d668227d7472a8699e_arm64",
"product_id": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:b6559ed2c3a57c6930e2fff4be0fcdabeca4bce9642b65d668227d7472a8699e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel9@sha256%3Ab6559ed2c3a57c6930e2fff4be0fcdabeca4bce9642b65d668227d7472a8699e?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1773155310"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:39dd3ea1d69027127d7b81849bd3edc52d9015a7e9db7635f50e77ceb04e13f0_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:39dd3ea1d69027127d7b81849bd3edc52d9015a7e9db7635f50e77ceb04e13f0_arm64",
"product_id": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:39dd3ea1d69027127d7b81849bd3edc52d9015a7e9db7635f50e77ceb04e13f0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel9-operator@sha256%3A39dd3ea1d69027127d7b81849bd3edc52d9015a7e9db7635f50e77ceb04e13f0?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772551354"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0950a06f3a882e2a851bde4d3495d426ab62aa8023f51571948b5fbc75b88055_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0950a06f3a882e2a851bde4d3495d426ab62aa8023f51571948b5fbc75b88055_arm64",
"product_id": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0950a06f3a882e2a851bde4d3495d426ab62aa8023f51571948b5fbc75b88055_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel9@sha256%3A0950a06f3a882e2a851bde4d3495d426ab62aa8023f51571948b5fbc75b88055?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772551201"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:6d52900b2b0fece8db5565410e4a54f2b0039a4d23f6136907966f43eea391c7_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:6d52900b2b0fece8db5565410e4a54f2b0039a4d23f6136907966f43eea391c7_arm64",
"product_id": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:6d52900b2b0fece8db5565410e4a54f2b0039a4d23f6136907966f43eea391c7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel9@sha256%3A6d52900b2b0fece8db5565410e4a54f2b0039a4d23f6136907966f43eea391c7?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772551158"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:00bc5e30c3e79c22ef1cbc89dd255daf4ef3db1af8ddd5340a66d573f5bbb896_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:00bc5e30c3e79c22ef1cbc89dd255daf4ef3db1af8ddd5340a66d573f5bbb896_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:00bc5e30c3e79c22ef1cbc89dd255daf4ef3db1af8ddd5340a66d573f5bbb896_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel9-operator@sha256%3A00bc5e30c3e79c22ef1cbc89dd255daf4ef3db1af8ddd5340a66d573f5bbb896?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772551196"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:9fe4580fa0040d7d6eb9fe86bb462e05873a82322a43a8baab8bbb636a25f039_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:9fe4580fa0040d7d6eb9fe86bb462e05873a82322a43a8baab8bbb636a25f039_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:9fe4580fa0040d7d6eb9fe86bb462e05873a82322a43a8baab8bbb636a25f039_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel9@sha256%3A9fe4580fa0040d7d6eb9fe86bb462e05873a82322a43a8baab8bbb636a25f039?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772551127"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:a40a1ec9364ba3225bba93e7d85de5dd1df36166f5456c209e60e91392778cb4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:a40a1ec9364ba3225bba93e7d85de5dd1df36166f5456c209e60e91392778cb4_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:a40a1ec9364ba3225bba93e7d85de5dd1df36166f5456c209e60e91392778cb4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel9@sha256%3Aa40a1ec9364ba3225bba93e7d85de5dd1df36166f5456c209e60e91392778cb4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772551200"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:ddce7662254d5d7c673517fabeca19b7f97f9bbfae43cfca39f9a0167ef55d1a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:ddce7662254d5d7c673517fabeca19b7f97f9bbfae43cfca39f9a0167ef55d1a_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:ddce7662254d5d7c673517fabeca19b7f97f9bbfae43cfca39f9a0167ef55d1a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel9@sha256%3Addce7662254d5d7c673517fabeca19b7f97f9bbfae43cfca39f9a0167ef55d1a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772821835"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:0a190ad63b94362e6b31dfad22dc651c63b555c32f55c2bb4bd6324d094f55ca_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:0a190ad63b94362e6b31dfad22dc651c63b555c32f55c2bb4bd6324d094f55ca_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:0a190ad63b94362e6b31dfad22dc651c63b555c32f55c2bb4bd6324d094f55ca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel9@sha256%3A0a190ad63b94362e6b31dfad22dc651c63b555c32f55c2bb4bd6324d094f55ca?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1773155310"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:fe8d09f37646659fbcb6d40796d744dc480dc842824cdb9ab68ed6e94e83671a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:fe8d09f37646659fbcb6d40796d744dc480dc842824cdb9ab68ed6e94e83671a_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:fe8d09f37646659fbcb6d40796d744dc480dc842824cdb9ab68ed6e94e83671a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel9-operator@sha256%3Afe8d09f37646659fbcb6d40796d744dc480dc842824cdb9ab68ed6e94e83671a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772551354"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:d09b83d61e15085fad33983a2ebe83ab0db7f7a60d5f8a797f21cd05fd2c2570_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:d09b83d61e15085fad33983a2ebe83ab0db7f7a60d5f8a797f21cd05fd2c2570_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:d09b83d61e15085fad33983a2ebe83ab0db7f7a60d5f8a797f21cd05fd2c2570_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel9@sha256%3Ad09b83d61e15085fad33983a2ebe83ab0db7f7a60d5f8a797f21cd05fd2c2570?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772551201"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:67f9540b475da301e84fca5e7c867f56d8209d0de2496b03f87c1bf2d09e68ce_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:67f9540b475da301e84fca5e7c867f56d8209d0de2496b03f87c1bf2d09e68ce_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:67f9540b475da301e84fca5e7c867f56d8209d0de2496b03f87c1bf2d09e68ce_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel9@sha256%3A67f9540b475da301e84fca5e7c867f56d8209d0de2496b03f87c1bf2d09e68ce?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772551158"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:54293e1848e20c63adfebd35e20fdc81ea4a90784b4bce713d96a0cddc73d4d9_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:54293e1848e20c63adfebd35e20fdc81ea4a90784b4bce713d96a0cddc73d4d9_s390x",
"product_id": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:54293e1848e20c63adfebd35e20fdc81ea4a90784b4bce713d96a0cddc73d4d9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel9-operator@sha256%3A54293e1848e20c63adfebd35e20fdc81ea4a90784b4bce713d96a0cddc73d4d9?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772551196"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:02a43fca7d2b75ca5f41de71989d654e345f3d8bf74788d959f90a1e1110c5de_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:02a43fca7d2b75ca5f41de71989d654e345f3d8bf74788d959f90a1e1110c5de_s390x",
"product_id": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:02a43fca7d2b75ca5f41de71989d654e345f3d8bf74788d959f90a1e1110c5de_s390x",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel9@sha256%3A02a43fca7d2b75ca5f41de71989d654e345f3d8bf74788d959f90a1e1110c5de?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772551127"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:cb98c8af6800e8aa841367ea9d03eb9ad091c9a966c760bf759152750d7979f3_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:cb98c8af6800e8aa841367ea9d03eb9ad091c9a966c760bf759152750d7979f3_s390x",
"product_id": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:cb98c8af6800e8aa841367ea9d03eb9ad091c9a966c760bf759152750d7979f3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel9@sha256%3Acb98c8af6800e8aa841367ea9d03eb9ad091c9a966c760bf759152750d7979f3?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772551200"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:85de9d5ab08709feab2519e7b798cd6211e80fb602846806ae347ffb2c6ae0c1_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:85de9d5ab08709feab2519e7b798cd6211e80fb602846806ae347ffb2c6ae0c1_s390x",
"product_id": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:85de9d5ab08709feab2519e7b798cd6211e80fb602846806ae347ffb2c6ae0c1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel9@sha256%3A85de9d5ab08709feab2519e7b798cd6211e80fb602846806ae347ffb2c6ae0c1?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772821835"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:21a684f7cad093625f32dbb65664b1fafa6d00c52b4cfe2881ffff488c83a58e_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:21a684f7cad093625f32dbb65664b1fafa6d00c52b4cfe2881ffff488c83a58e_s390x",
"product_id": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:21a684f7cad093625f32dbb65664b1fafa6d00c52b4cfe2881ffff488c83a58e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel9@sha256%3A21a684f7cad093625f32dbb65664b1fafa6d00c52b4cfe2881ffff488c83a58e?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1773155310"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:97820cced02b56afdfa59a44f8f8624b3efe60f8b2c8cb41d30f3476810894a7_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:97820cced02b56afdfa59a44f8f8624b3efe60f8b2c8cb41d30f3476810894a7_s390x",
"product_id": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:97820cced02b56afdfa59a44f8f8624b3efe60f8b2c8cb41d30f3476810894a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel9-operator@sha256%3A97820cced02b56afdfa59a44f8f8624b3efe60f8b2c8cb41d30f3476810894a7?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772551354"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:41158237db552f9e0f09b6aa1b19259f5a7dd8df4e2ab18e72e174c48e40980e_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:41158237db552f9e0f09b6aa1b19259f5a7dd8df4e2ab18e72e174c48e40980e_s390x",
"product_id": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:41158237db552f9e0f09b6aa1b19259f5a7dd8df4e2ab18e72e174c48e40980e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel9@sha256%3A41158237db552f9e0f09b6aa1b19259f5a7dd8df4e2ab18e72e174c48e40980e?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772551201"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:9d66d268ba5cfe7357b9dade190944583d228677bbdbaf105d1b5e18b4d43278_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:9d66d268ba5cfe7357b9dade190944583d228677bbdbaf105d1b5e18b4d43278_s390x",
"product_id": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:9d66d268ba5cfe7357b9dade190944583d228677bbdbaf105d1b5e18b4d43278_s390x",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel9@sha256%3A9d66d268ba5cfe7357b9dade190944583d228677bbdbaf105d1b5e18b4d43278?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772551158"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:20811926dbe79bda29f859ae53185d9a83abe6eefc4702b05637862d3984b199_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.4",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:20811926dbe79bda29f859ae53185d9a83abe6eefc4702b05637862d3984b199_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:20811926dbe79bda29f859ae53185d9a83abe6eefc4702b05637862d3984b199_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:00bc5e30c3e79c22ef1cbc89dd255daf4ef3db1af8ddd5340a66d573f5bbb896_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.4",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:00bc5e30c3e79c22ef1cbc89dd255daf4ef3db1af8ddd5340a66d573f5bbb896_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:00bc5e30c3e79c22ef1cbc89dd255daf4ef3db1af8ddd5340a66d573f5bbb896_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:457145374f5e4a5b1ef230d4d2c54aa557dd8dd29f85fd1f5cfc525a16db41a1_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.4",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:457145374f5e4a5b1ef230d4d2c54aa557dd8dd29f85fd1f5cfc525a16db41a1_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:457145374f5e4a5b1ef230d4d2c54aa557dd8dd29f85fd1f5cfc525a16db41a1_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:54293e1848e20c63adfebd35e20fdc81ea4a90784b4bce713d96a0cddc73d4d9_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.4",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:54293e1848e20c63adfebd35e20fdc81ea4a90784b4bce713d96a0cddc73d4d9_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:54293e1848e20c63adfebd35e20fdc81ea4a90784b4bce713d96a0cddc73d4d9_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:57d017684a24ec62d1bab7740c93b72f812b1e075ea2f7bc8dbe991c01688bbb_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.4",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:57d017684a24ec62d1bab7740c93b72f812b1e075ea2f7bc8dbe991c01688bbb_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:57d017684a24ec62d1bab7740c93b72f812b1e075ea2f7bc8dbe991c01688bbb_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:a40a1ec9364ba3225bba93e7d85de5dd1df36166f5456c209e60e91392778cb4_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.4",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:a40a1ec9364ba3225bba93e7d85de5dd1df36166f5456c209e60e91392778cb4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:a40a1ec9364ba3225bba93e7d85de5dd1df36166f5456c209e60e91392778cb4_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:cab081ede72987f936f132d62410558fdec12acf69610670a50673d70c384845_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.4",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:cab081ede72987f936f132d62410558fdec12acf69610670a50673d70c384845_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:cab081ede72987f936f132d62410558fdec12acf69610670a50673d70c384845_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:cb98c8af6800e8aa841367ea9d03eb9ad091c9a966c760bf759152750d7979f3_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.4",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:cb98c8af6800e8aa841367ea9d03eb9ad091c9a966c760bf759152750d7979f3_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:cb98c8af6800e8aa841367ea9d03eb9ad091c9a966c760bf759152750d7979f3_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:d6a0d86ca317f17d18e082eeed1d1460da4334a054c5f468817819591a047d80_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.4",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:d6a0d86ca317f17d18e082eeed1d1460da4334a054c5f468817819591a047d80_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:d6a0d86ca317f17d18e082eeed1d1460da4334a054c5f468817819591a047d80_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:02a43fca7d2b75ca5f41de71989d654e345f3d8bf74788d959f90a1e1110c5de_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.4",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:02a43fca7d2b75ca5f41de71989d654e345f3d8bf74788d959f90a1e1110c5de_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:02a43fca7d2b75ca5f41de71989d654e345f3d8bf74788d959f90a1e1110c5de_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:7c576ba00a22a3d24707da423bfd6a0b87e37981fe0eade41e985b48c0072494_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.4",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:7c576ba00a22a3d24707da423bfd6a0b87e37981fe0eade41e985b48c0072494_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:7c576ba00a22a3d24707da423bfd6a0b87e37981fe0eade41e985b48c0072494_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:83923296772437508069d0a630da4610a3c46509121ad19c5633e4f5117ca3f2_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.4",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:83923296772437508069d0a630da4610a3c46509121ad19c5633e4f5117ca3f2_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:83923296772437508069d0a630da4610a3c46509121ad19c5633e4f5117ca3f2_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:9fe4580fa0040d7d6eb9fe86bb462e05873a82322a43a8baab8bbb636a25f039_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.4",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:9fe4580fa0040d7d6eb9fe86bb462e05873a82322a43a8baab8bbb636a25f039_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:9fe4580fa0040d7d6eb9fe86bb462e05873a82322a43a8baab8bbb636a25f039_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:3921c41c2aae480e306b497fe981f7965b591958290cc0317420cedec84265d5_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.4",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:3921c41c2aae480e306b497fe981f7965b591958290cc0317420cedec84265d5_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:3921c41c2aae480e306b497fe981f7965b591958290cc0317420cedec84265d5_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:85de9d5ab08709feab2519e7b798cd6211e80fb602846806ae347ffb2c6ae0c1_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.4",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:85de9d5ab08709feab2519e7b798cd6211e80fb602846806ae347ffb2c6ae0c1_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:85de9d5ab08709feab2519e7b798cd6211e80fb602846806ae347ffb2c6ae0c1_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:ddce7662254d5d7c673517fabeca19b7f97f9bbfae43cfca39f9a0167ef55d1a_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.4",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:ddce7662254d5d7c673517fabeca19b7f97f9bbfae43cfca39f9a0167ef55d1a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:ddce7662254d5d7c673517fabeca19b7f97f9bbfae43cfca39f9a0167ef55d1a_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:e3ae5934c3f65e12678649549c4d423bcd118eb199048cb955265869a9c4de9c_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.4",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:e3ae5934c3f65e12678649549c4d423bcd118eb199048cb955265869a9c4de9c_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:e3ae5934c3f65e12678649549c4d423bcd118eb199048cb955265869a9c4de9c_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:c37550d02645ed48648714a20796251785535a8c68beca60660585126736229a_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.4",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:c37550d02645ed48648714a20796251785535a8c68beca60660585126736229a_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:c37550d02645ed48648714a20796251785535a8c68beca60660585126736229a_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:3163522b27630894a160dfc0c6fe384d4f2135d6b836d70319fda064e92f44a7_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.4",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:3163522b27630894a160dfc0c6fe384d4f2135d6b836d70319fda064e92f44a7_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:3163522b27630894a160dfc0c6fe384d4f2135d6b836d70319fda064e92f44a7_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:39dd3ea1d69027127d7b81849bd3edc52d9015a7e9db7635f50e77ceb04e13f0_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.4",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:39dd3ea1d69027127d7b81849bd3edc52d9015a7e9db7635f50e77ceb04e13f0_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:39dd3ea1d69027127d7b81849bd3edc52d9015a7e9db7635f50e77ceb04e13f0_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:97820cced02b56afdfa59a44f8f8624b3efe60f8b2c8cb41d30f3476810894a7_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.4",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:97820cced02b56afdfa59a44f8f8624b3efe60f8b2c8cb41d30f3476810894a7_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:97820cced02b56afdfa59a44f8f8624b3efe60f8b2c8cb41d30f3476810894a7_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:fe8d09f37646659fbcb6d40796d744dc480dc842824cdb9ab68ed6e94e83671a_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.4",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:fe8d09f37646659fbcb6d40796d744dc480dc842824cdb9ab68ed6e94e83671a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:fe8d09f37646659fbcb6d40796d744dc480dc842824cdb9ab68ed6e94e83671a_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0950a06f3a882e2a851bde4d3495d426ab62aa8023f51571948b5fbc75b88055_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.4",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0950a06f3a882e2a851bde4d3495d426ab62aa8023f51571948b5fbc75b88055_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0950a06f3a882e2a851bde4d3495d426ab62aa8023f51571948b5fbc75b88055_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:41158237db552f9e0f09b6aa1b19259f5a7dd8df4e2ab18e72e174c48e40980e_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.4",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:41158237db552f9e0f09b6aa1b19259f5a7dd8df4e2ab18e72e174c48e40980e_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:41158237db552f9e0f09b6aa1b19259f5a7dd8df4e2ab18e72e174c48e40980e_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4c21bec5a0de199d143d2e47cff96a219333d444bdd10632924a3a93fc1481c0_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.4",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4c21bec5a0de199d143d2e47cff96a219333d444bdd10632924a3a93fc1481c0_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4c21bec5a0de199d143d2e47cff96a219333d444bdd10632924a3a93fc1481c0_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:d09b83d61e15085fad33983a2ebe83ab0db7f7a60d5f8a797f21cd05fd2c2570_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.4",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:d09b83d61e15085fad33983a2ebe83ab0db7f7a60d5f8a797f21cd05fd2c2570_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:d09b83d61e15085fad33983a2ebe83ab0db7f7a60d5f8a797f21cd05fd2c2570_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:67f9540b475da301e84fca5e7c867f56d8209d0de2496b03f87c1bf2d09e68ce_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.4",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:67f9540b475da301e84fca5e7c867f56d8209d0de2496b03f87c1bf2d09e68ce_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:67f9540b475da301e84fca5e7c867f56d8209d0de2496b03f87c1bf2d09e68ce_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:6d52900b2b0fece8db5565410e4a54f2b0039a4d23f6136907966f43eea391c7_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.4",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:6d52900b2b0fece8db5565410e4a54f2b0039a4d23f6136907966f43eea391c7_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:6d52900b2b0fece8db5565410e4a54f2b0039a4d23f6136907966f43eea391c7_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:9d66d268ba5cfe7357b9dade190944583d228677bbdbaf105d1b5e18b4d43278_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.4",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:9d66d268ba5cfe7357b9dade190944583d228677bbdbaf105d1b5e18b4d43278_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:9d66d268ba5cfe7357b9dade190944583d228677bbdbaf105d1b5e18b4d43278_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:fba550b6cb74e6f404bb833652a9136b4881ce5ebbc2b40bf16286520ce19a81_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.4",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:fba550b6cb74e6f404bb833652a9136b4881ce5ebbc2b40bf16286520ce19a81_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:fba550b6cb74e6f404bb833652a9136b4881ce5ebbc2b40bf16286520ce19a81_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:0a190ad63b94362e6b31dfad22dc651c63b555c32f55c2bb4bd6324d094f55ca_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.4",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:0a190ad63b94362e6b31dfad22dc651c63b555c32f55c2bb4bd6324d094f55ca_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:0a190ad63b94362e6b31dfad22dc651c63b555c32f55c2bb4bd6324d094f55ca_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:21a684f7cad093625f32dbb65664b1fafa6d00c52b4cfe2881ffff488c83a58e_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.4",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:21a684f7cad093625f32dbb65664b1fafa6d00c52b4cfe2881ffff488c83a58e_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:21a684f7cad093625f32dbb65664b1fafa6d00c52b4cfe2881ffff488c83a58e_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:2427327fa6a7e91b07befbd5d98e32224297e0b7300beec6997d5598111ad04b_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.4",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:2427327fa6a7e91b07befbd5d98e32224297e0b7300beec6997d5598111ad04b_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:2427327fa6a7e91b07befbd5d98e32224297e0b7300beec6997d5598111ad04b_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:b6559ed2c3a57c6930e2fff4be0fcdabeca4bce9642b65d668227d7472a8699e_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.4",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:b6559ed2c3a57c6930e2fff4be0fcdabeca4bce9642b65d668227d7472a8699e_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:b6559ed2c3a57c6930e2fff4be0fcdabeca4bce9642b65d668227d7472a8699e_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:20811926dbe79bda29f859ae53185d9a83abe6eefc4702b05637862d3984b199_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:c37550d02645ed48648714a20796251785535a8c68beca60660585126736229a_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:0a190ad63b94362e6b31dfad22dc651c63b555c32f55c2bb4bd6324d094f55ca_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:21a684f7cad093625f32dbb65664b1fafa6d00c52b4cfe2881ffff488c83a58e_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:2427327fa6a7e91b07befbd5d98e32224297e0b7300beec6997d5598111ad04b_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:b6559ed2c3a57c6930e2fff4be0fcdabeca4bce9642b65d668227d7472a8699e_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, 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": [
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:00bc5e30c3e79c22ef1cbc89dd255daf4ef3db1af8ddd5340a66d573f5bbb896_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:457145374f5e4a5b1ef230d4d2c54aa557dd8dd29f85fd1f5cfc525a16db41a1_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:54293e1848e20c63adfebd35e20fdc81ea4a90784b4bce713d96a0cddc73d4d9_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:57d017684a24ec62d1bab7740c93b72f812b1e075ea2f7bc8dbe991c01688bbb_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:a40a1ec9364ba3225bba93e7d85de5dd1df36166f5456c209e60e91392778cb4_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:cab081ede72987f936f132d62410558fdec12acf69610670a50673d70c384845_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:cb98c8af6800e8aa841367ea9d03eb9ad091c9a966c760bf759152750d7979f3_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:d6a0d86ca317f17d18e082eeed1d1460da4334a054c5f468817819591a047d80_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:02a43fca7d2b75ca5f41de71989d654e345f3d8bf74788d959f90a1e1110c5de_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:7c576ba00a22a3d24707da423bfd6a0b87e37981fe0eade41e985b48c0072494_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:83923296772437508069d0a630da4610a3c46509121ad19c5633e4f5117ca3f2_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:9fe4580fa0040d7d6eb9fe86bb462e05873a82322a43a8baab8bbb636a25f039_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:3921c41c2aae480e306b497fe981f7965b591958290cc0317420cedec84265d5_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:85de9d5ab08709feab2519e7b798cd6211e80fb602846806ae347ffb2c6ae0c1_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:ddce7662254d5d7c673517fabeca19b7f97f9bbfae43cfca39f9a0167ef55d1a_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:e3ae5934c3f65e12678649549c4d423bcd118eb199048cb955265869a9c4de9c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:3163522b27630894a160dfc0c6fe384d4f2135d6b836d70319fda064e92f44a7_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:39dd3ea1d69027127d7b81849bd3edc52d9015a7e9db7635f50e77ceb04e13f0_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:97820cced02b56afdfa59a44f8f8624b3efe60f8b2c8cb41d30f3476810894a7_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:fe8d09f37646659fbcb6d40796d744dc480dc842824cdb9ab68ed6e94e83671a_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0950a06f3a882e2a851bde4d3495d426ab62aa8023f51571948b5fbc75b88055_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:41158237db552f9e0f09b6aa1b19259f5a7dd8df4e2ab18e72e174c48e40980e_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4c21bec5a0de199d143d2e47cff96a219333d444bdd10632924a3a93fc1481c0_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:d09b83d61e15085fad33983a2ebe83ab0db7f7a60d5f8a797f21cd05fd2c2570_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:67f9540b475da301e84fca5e7c867f56d8209d0de2496b03f87c1bf2d09e68ce_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:6d52900b2b0fece8db5565410e4a54f2b0039a4d23f6136907966f43eea391c7_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:9d66d268ba5cfe7357b9dade190944583d228677bbdbaf105d1b5e18b4d43278_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:fba550b6cb74e6f404bb833652a9136b4881ce5ebbc2b40bf16286520ce19a81_amd64"
],
"known_not_affected": [
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:20811926dbe79bda29f859ae53185d9a83abe6eefc4702b05637862d3984b199_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:c37550d02645ed48648714a20796251785535a8c68beca60660585126736229a_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:0a190ad63b94362e6b31dfad22dc651c63b555c32f55c2bb4bd6324d094f55ca_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:21a684f7cad093625f32dbb65664b1fafa6d00c52b4cfe2881ffff488c83a58e_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:2427327fa6a7e91b07befbd5d98e32224297e0b7300beec6997d5598111ad04b_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:b6559ed2c3a57c6930e2fff4be0fcdabeca4bce9642b65d668227d7472a8699e_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-12T14:43:54+00:00",
"details": "For OpenShift Container Platform 4.20 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html/release_notes/ocp-4-20-release-notes\n\nFor Red Hat OpenShift Logging 6.4, see the following instructions to apply this update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_logging/6.4",
"product_ids": [
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:00bc5e30c3e79c22ef1cbc89dd255daf4ef3db1af8ddd5340a66d573f5bbb896_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:457145374f5e4a5b1ef230d4d2c54aa557dd8dd29f85fd1f5cfc525a16db41a1_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:54293e1848e20c63adfebd35e20fdc81ea4a90784b4bce713d96a0cddc73d4d9_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:57d017684a24ec62d1bab7740c93b72f812b1e075ea2f7bc8dbe991c01688bbb_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:a40a1ec9364ba3225bba93e7d85de5dd1df36166f5456c209e60e91392778cb4_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:cab081ede72987f936f132d62410558fdec12acf69610670a50673d70c384845_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:cb98c8af6800e8aa841367ea9d03eb9ad091c9a966c760bf759152750d7979f3_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:d6a0d86ca317f17d18e082eeed1d1460da4334a054c5f468817819591a047d80_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:02a43fca7d2b75ca5f41de71989d654e345f3d8bf74788d959f90a1e1110c5de_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:7c576ba00a22a3d24707da423bfd6a0b87e37981fe0eade41e985b48c0072494_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:83923296772437508069d0a630da4610a3c46509121ad19c5633e4f5117ca3f2_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:9fe4580fa0040d7d6eb9fe86bb462e05873a82322a43a8baab8bbb636a25f039_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:3921c41c2aae480e306b497fe981f7965b591958290cc0317420cedec84265d5_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:85de9d5ab08709feab2519e7b798cd6211e80fb602846806ae347ffb2c6ae0c1_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:ddce7662254d5d7c673517fabeca19b7f97f9bbfae43cfca39f9a0167ef55d1a_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:e3ae5934c3f65e12678649549c4d423bcd118eb199048cb955265869a9c4de9c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:3163522b27630894a160dfc0c6fe384d4f2135d6b836d70319fda064e92f44a7_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:39dd3ea1d69027127d7b81849bd3edc52d9015a7e9db7635f50e77ceb04e13f0_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:97820cced02b56afdfa59a44f8f8624b3efe60f8b2c8cb41d30f3476810894a7_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:fe8d09f37646659fbcb6d40796d744dc480dc842824cdb9ab68ed6e94e83671a_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0950a06f3a882e2a851bde4d3495d426ab62aa8023f51571948b5fbc75b88055_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:41158237db552f9e0f09b6aa1b19259f5a7dd8df4e2ab18e72e174c48e40980e_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4c21bec5a0de199d143d2e47cff96a219333d444bdd10632924a3a93fc1481c0_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:d09b83d61e15085fad33983a2ebe83ab0db7f7a60d5f8a797f21cd05fd2c2570_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:67f9540b475da301e84fca5e7c867f56d8209d0de2496b03f87c1bf2d09e68ce_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:6d52900b2b0fece8db5565410e4a54f2b0039a4d23f6136907966f43eea391c7_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:9d66d268ba5cfe7357b9dade190944583d228677bbdbaf105d1b5e18b4d43278_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:fba550b6cb74e6f404bb833652a9136b4881ce5ebbc2b40bf16286520ce19a81_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4498"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:20811926dbe79bda29f859ae53185d9a83abe6eefc4702b05637862d3984b199_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:00bc5e30c3e79c22ef1cbc89dd255daf4ef3db1af8ddd5340a66d573f5bbb896_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:457145374f5e4a5b1ef230d4d2c54aa557dd8dd29f85fd1f5cfc525a16db41a1_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:54293e1848e20c63adfebd35e20fdc81ea4a90784b4bce713d96a0cddc73d4d9_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:57d017684a24ec62d1bab7740c93b72f812b1e075ea2f7bc8dbe991c01688bbb_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:a40a1ec9364ba3225bba93e7d85de5dd1df36166f5456c209e60e91392778cb4_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:cab081ede72987f936f132d62410558fdec12acf69610670a50673d70c384845_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:cb98c8af6800e8aa841367ea9d03eb9ad091c9a966c760bf759152750d7979f3_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:d6a0d86ca317f17d18e082eeed1d1460da4334a054c5f468817819591a047d80_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:02a43fca7d2b75ca5f41de71989d654e345f3d8bf74788d959f90a1e1110c5de_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:7c576ba00a22a3d24707da423bfd6a0b87e37981fe0eade41e985b48c0072494_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:83923296772437508069d0a630da4610a3c46509121ad19c5633e4f5117ca3f2_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:9fe4580fa0040d7d6eb9fe86bb462e05873a82322a43a8baab8bbb636a25f039_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:3921c41c2aae480e306b497fe981f7965b591958290cc0317420cedec84265d5_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:85de9d5ab08709feab2519e7b798cd6211e80fb602846806ae347ffb2c6ae0c1_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:ddce7662254d5d7c673517fabeca19b7f97f9bbfae43cfca39f9a0167ef55d1a_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:e3ae5934c3f65e12678649549c4d423bcd118eb199048cb955265869a9c4de9c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:c37550d02645ed48648714a20796251785535a8c68beca60660585126736229a_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:3163522b27630894a160dfc0c6fe384d4f2135d6b836d70319fda064e92f44a7_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:39dd3ea1d69027127d7b81849bd3edc52d9015a7e9db7635f50e77ceb04e13f0_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:97820cced02b56afdfa59a44f8f8624b3efe60f8b2c8cb41d30f3476810894a7_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:fe8d09f37646659fbcb6d40796d744dc480dc842824cdb9ab68ed6e94e83671a_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0950a06f3a882e2a851bde4d3495d426ab62aa8023f51571948b5fbc75b88055_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:41158237db552f9e0f09b6aa1b19259f5a7dd8df4e2ab18e72e174c48e40980e_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4c21bec5a0de199d143d2e47cff96a219333d444bdd10632924a3a93fc1481c0_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:d09b83d61e15085fad33983a2ebe83ab0db7f7a60d5f8a797f21cd05fd2c2570_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:67f9540b475da301e84fca5e7c867f56d8209d0de2496b03f87c1bf2d09e68ce_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:6d52900b2b0fece8db5565410e4a54f2b0039a4d23f6136907966f43eea391c7_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:9d66d268ba5cfe7357b9dade190944583d228677bbdbaf105d1b5e18b4d43278_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:fba550b6cb74e6f404bb833652a9136b4881ce5ebbc2b40bf16286520ce19a81_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:0a190ad63b94362e6b31dfad22dc651c63b555c32f55c2bb4bd6324d094f55ca_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:21a684f7cad093625f32dbb65664b1fafa6d00c52b4cfe2881ffff488c83a58e_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:2427327fa6a7e91b07befbd5d98e32224297e0b7300beec6997d5598111ad04b_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:b6559ed2c3a57c6930e2fff4be0fcdabeca4bce9642b65d668227d7472a8699e_arm64"
]
}
],
"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": [
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:20811926dbe79bda29f859ae53185d9a83abe6eefc4702b05637862d3984b199_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:00bc5e30c3e79c22ef1cbc89dd255daf4ef3db1af8ddd5340a66d573f5bbb896_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:457145374f5e4a5b1ef230d4d2c54aa557dd8dd29f85fd1f5cfc525a16db41a1_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:54293e1848e20c63adfebd35e20fdc81ea4a90784b4bce713d96a0cddc73d4d9_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:57d017684a24ec62d1bab7740c93b72f812b1e075ea2f7bc8dbe991c01688bbb_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:a40a1ec9364ba3225bba93e7d85de5dd1df36166f5456c209e60e91392778cb4_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:cab081ede72987f936f132d62410558fdec12acf69610670a50673d70c384845_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:cb98c8af6800e8aa841367ea9d03eb9ad091c9a966c760bf759152750d7979f3_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:d6a0d86ca317f17d18e082eeed1d1460da4334a054c5f468817819591a047d80_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:02a43fca7d2b75ca5f41de71989d654e345f3d8bf74788d959f90a1e1110c5de_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:7c576ba00a22a3d24707da423bfd6a0b87e37981fe0eade41e985b48c0072494_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:83923296772437508069d0a630da4610a3c46509121ad19c5633e4f5117ca3f2_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:9fe4580fa0040d7d6eb9fe86bb462e05873a82322a43a8baab8bbb636a25f039_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:3921c41c2aae480e306b497fe981f7965b591958290cc0317420cedec84265d5_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:85de9d5ab08709feab2519e7b798cd6211e80fb602846806ae347ffb2c6ae0c1_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:ddce7662254d5d7c673517fabeca19b7f97f9bbfae43cfca39f9a0167ef55d1a_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:e3ae5934c3f65e12678649549c4d423bcd118eb199048cb955265869a9c4de9c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:c37550d02645ed48648714a20796251785535a8c68beca60660585126736229a_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:3163522b27630894a160dfc0c6fe384d4f2135d6b836d70319fda064e92f44a7_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:39dd3ea1d69027127d7b81849bd3edc52d9015a7e9db7635f50e77ceb04e13f0_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:97820cced02b56afdfa59a44f8f8624b3efe60f8b2c8cb41d30f3476810894a7_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:fe8d09f37646659fbcb6d40796d744dc480dc842824cdb9ab68ed6e94e83671a_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0950a06f3a882e2a851bde4d3495d426ab62aa8023f51571948b5fbc75b88055_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:41158237db552f9e0f09b6aa1b19259f5a7dd8df4e2ab18e72e174c48e40980e_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4c21bec5a0de199d143d2e47cff96a219333d444bdd10632924a3a93fc1481c0_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:d09b83d61e15085fad33983a2ebe83ab0db7f7a60d5f8a797f21cd05fd2c2570_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:67f9540b475da301e84fca5e7c867f56d8209d0de2496b03f87c1bf2d09e68ce_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:6d52900b2b0fece8db5565410e4a54f2b0039a4d23f6136907966f43eea391c7_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:9d66d268ba5cfe7357b9dade190944583d228677bbdbaf105d1b5e18b4d43278_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:fba550b6cb74e6f404bb833652a9136b4881ce5ebbc2b40bf16286520ce19a81_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:0a190ad63b94362e6b31dfad22dc651c63b555c32f55c2bb4bd6324d094f55ca_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:21a684f7cad093625f32dbb65664b1fafa6d00c52b4cfe2881ffff488c83a58e_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:2427327fa6a7e91b07befbd5d98e32224297e0b7300beec6997d5598111ad04b_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:b6559ed2c3a57c6930e2fff4be0fcdabeca4bce9642b65d668227d7472a8699e_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:20811926dbe79bda29f859ae53185d9a83abe6eefc4702b05637862d3984b199_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:c37550d02645ed48648714a20796251785535a8c68beca60660585126736229a_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:0a190ad63b94362e6b31dfad22dc651c63b555c32f55c2bb4bd6324d094f55ca_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:21a684f7cad093625f32dbb65664b1fafa6d00c52b4cfe2881ffff488c83a58e_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:2427327fa6a7e91b07befbd5d98e32224297e0b7300beec6997d5598111ad04b_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:b6559ed2c3a57c6930e2fff4be0fcdabeca4bce9642b65d668227d7472a8699e_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"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": [
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:00bc5e30c3e79c22ef1cbc89dd255daf4ef3db1af8ddd5340a66d573f5bbb896_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:457145374f5e4a5b1ef230d4d2c54aa557dd8dd29f85fd1f5cfc525a16db41a1_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:54293e1848e20c63adfebd35e20fdc81ea4a90784b4bce713d96a0cddc73d4d9_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:57d017684a24ec62d1bab7740c93b72f812b1e075ea2f7bc8dbe991c01688bbb_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:a40a1ec9364ba3225bba93e7d85de5dd1df36166f5456c209e60e91392778cb4_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:cab081ede72987f936f132d62410558fdec12acf69610670a50673d70c384845_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:cb98c8af6800e8aa841367ea9d03eb9ad091c9a966c760bf759152750d7979f3_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:d6a0d86ca317f17d18e082eeed1d1460da4334a054c5f468817819591a047d80_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:02a43fca7d2b75ca5f41de71989d654e345f3d8bf74788d959f90a1e1110c5de_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:7c576ba00a22a3d24707da423bfd6a0b87e37981fe0eade41e985b48c0072494_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:83923296772437508069d0a630da4610a3c46509121ad19c5633e4f5117ca3f2_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:9fe4580fa0040d7d6eb9fe86bb462e05873a82322a43a8baab8bbb636a25f039_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:3921c41c2aae480e306b497fe981f7965b591958290cc0317420cedec84265d5_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:85de9d5ab08709feab2519e7b798cd6211e80fb602846806ae347ffb2c6ae0c1_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:ddce7662254d5d7c673517fabeca19b7f97f9bbfae43cfca39f9a0167ef55d1a_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:e3ae5934c3f65e12678649549c4d423bcd118eb199048cb955265869a9c4de9c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:3163522b27630894a160dfc0c6fe384d4f2135d6b836d70319fda064e92f44a7_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:39dd3ea1d69027127d7b81849bd3edc52d9015a7e9db7635f50e77ceb04e13f0_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:97820cced02b56afdfa59a44f8f8624b3efe60f8b2c8cb41d30f3476810894a7_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:fe8d09f37646659fbcb6d40796d744dc480dc842824cdb9ab68ed6e94e83671a_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0950a06f3a882e2a851bde4d3495d426ab62aa8023f51571948b5fbc75b88055_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:41158237db552f9e0f09b6aa1b19259f5a7dd8df4e2ab18e72e174c48e40980e_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4c21bec5a0de199d143d2e47cff96a219333d444bdd10632924a3a93fc1481c0_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:d09b83d61e15085fad33983a2ebe83ab0db7f7a60d5f8a797f21cd05fd2c2570_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:67f9540b475da301e84fca5e7c867f56d8209d0de2496b03f87c1bf2d09e68ce_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:6d52900b2b0fece8db5565410e4a54f2b0039a4d23f6136907966f43eea391c7_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:9d66d268ba5cfe7357b9dade190944583d228677bbdbaf105d1b5e18b4d43278_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:fba550b6cb74e6f404bb833652a9136b4881ce5ebbc2b40bf16286520ce19a81_amd64"
],
"known_not_affected": [
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:20811926dbe79bda29f859ae53185d9a83abe6eefc4702b05637862d3984b199_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:c37550d02645ed48648714a20796251785535a8c68beca60660585126736229a_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:0a190ad63b94362e6b31dfad22dc651c63b555c32f55c2bb4bd6324d094f55ca_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:21a684f7cad093625f32dbb65664b1fafa6d00c52b4cfe2881ffff488c83a58e_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:2427327fa6a7e91b07befbd5d98e32224297e0b7300beec6997d5598111ad04b_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:b6559ed2c3a57c6930e2fff4be0fcdabeca4bce9642b65d668227d7472a8699e_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-12T14:43:54+00:00",
"details": "For OpenShift Container Platform 4.20 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html/release_notes/ocp-4-20-release-notes\n\nFor Red Hat OpenShift Logging 6.4, see the following instructions to apply this update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_logging/6.4",
"product_ids": [
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:00bc5e30c3e79c22ef1cbc89dd255daf4ef3db1af8ddd5340a66d573f5bbb896_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:457145374f5e4a5b1ef230d4d2c54aa557dd8dd29f85fd1f5cfc525a16db41a1_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:54293e1848e20c63adfebd35e20fdc81ea4a90784b4bce713d96a0cddc73d4d9_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:57d017684a24ec62d1bab7740c93b72f812b1e075ea2f7bc8dbe991c01688bbb_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:a40a1ec9364ba3225bba93e7d85de5dd1df36166f5456c209e60e91392778cb4_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:cab081ede72987f936f132d62410558fdec12acf69610670a50673d70c384845_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:cb98c8af6800e8aa841367ea9d03eb9ad091c9a966c760bf759152750d7979f3_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:d6a0d86ca317f17d18e082eeed1d1460da4334a054c5f468817819591a047d80_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:02a43fca7d2b75ca5f41de71989d654e345f3d8bf74788d959f90a1e1110c5de_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:7c576ba00a22a3d24707da423bfd6a0b87e37981fe0eade41e985b48c0072494_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:83923296772437508069d0a630da4610a3c46509121ad19c5633e4f5117ca3f2_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:9fe4580fa0040d7d6eb9fe86bb462e05873a82322a43a8baab8bbb636a25f039_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:3921c41c2aae480e306b497fe981f7965b591958290cc0317420cedec84265d5_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:85de9d5ab08709feab2519e7b798cd6211e80fb602846806ae347ffb2c6ae0c1_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:ddce7662254d5d7c673517fabeca19b7f97f9bbfae43cfca39f9a0167ef55d1a_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:e3ae5934c3f65e12678649549c4d423bcd118eb199048cb955265869a9c4de9c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:3163522b27630894a160dfc0c6fe384d4f2135d6b836d70319fda064e92f44a7_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:39dd3ea1d69027127d7b81849bd3edc52d9015a7e9db7635f50e77ceb04e13f0_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:97820cced02b56afdfa59a44f8f8624b3efe60f8b2c8cb41d30f3476810894a7_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:fe8d09f37646659fbcb6d40796d744dc480dc842824cdb9ab68ed6e94e83671a_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0950a06f3a882e2a851bde4d3495d426ab62aa8023f51571948b5fbc75b88055_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:41158237db552f9e0f09b6aa1b19259f5a7dd8df4e2ab18e72e174c48e40980e_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4c21bec5a0de199d143d2e47cff96a219333d444bdd10632924a3a93fc1481c0_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:d09b83d61e15085fad33983a2ebe83ab0db7f7a60d5f8a797f21cd05fd2c2570_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:67f9540b475da301e84fca5e7c867f56d8209d0de2496b03f87c1bf2d09e68ce_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:6d52900b2b0fece8db5565410e4a54f2b0039a4d23f6136907966f43eea391c7_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:9d66d268ba5cfe7357b9dade190944583d228677bbdbaf105d1b5e18b4d43278_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:fba550b6cb74e6f404bb833652a9136b4881ce5ebbc2b40bf16286520ce19a81_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4498"
}
],
"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": [
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:20811926dbe79bda29f859ae53185d9a83abe6eefc4702b05637862d3984b199_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:00bc5e30c3e79c22ef1cbc89dd255daf4ef3db1af8ddd5340a66d573f5bbb896_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:457145374f5e4a5b1ef230d4d2c54aa557dd8dd29f85fd1f5cfc525a16db41a1_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:54293e1848e20c63adfebd35e20fdc81ea4a90784b4bce713d96a0cddc73d4d9_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:57d017684a24ec62d1bab7740c93b72f812b1e075ea2f7bc8dbe991c01688bbb_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:a40a1ec9364ba3225bba93e7d85de5dd1df36166f5456c209e60e91392778cb4_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:cab081ede72987f936f132d62410558fdec12acf69610670a50673d70c384845_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:cb98c8af6800e8aa841367ea9d03eb9ad091c9a966c760bf759152750d7979f3_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:d6a0d86ca317f17d18e082eeed1d1460da4334a054c5f468817819591a047d80_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:02a43fca7d2b75ca5f41de71989d654e345f3d8bf74788d959f90a1e1110c5de_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:7c576ba00a22a3d24707da423bfd6a0b87e37981fe0eade41e985b48c0072494_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:83923296772437508069d0a630da4610a3c46509121ad19c5633e4f5117ca3f2_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:9fe4580fa0040d7d6eb9fe86bb462e05873a82322a43a8baab8bbb636a25f039_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:3921c41c2aae480e306b497fe981f7965b591958290cc0317420cedec84265d5_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:85de9d5ab08709feab2519e7b798cd6211e80fb602846806ae347ffb2c6ae0c1_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:ddce7662254d5d7c673517fabeca19b7f97f9bbfae43cfca39f9a0167ef55d1a_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:e3ae5934c3f65e12678649549c4d423bcd118eb199048cb955265869a9c4de9c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:c37550d02645ed48648714a20796251785535a8c68beca60660585126736229a_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:3163522b27630894a160dfc0c6fe384d4f2135d6b836d70319fda064e92f44a7_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:39dd3ea1d69027127d7b81849bd3edc52d9015a7e9db7635f50e77ceb04e13f0_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:97820cced02b56afdfa59a44f8f8624b3efe60f8b2c8cb41d30f3476810894a7_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:fe8d09f37646659fbcb6d40796d744dc480dc842824cdb9ab68ed6e94e83671a_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0950a06f3a882e2a851bde4d3495d426ab62aa8023f51571948b5fbc75b88055_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:41158237db552f9e0f09b6aa1b19259f5a7dd8df4e2ab18e72e174c48e40980e_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4c21bec5a0de199d143d2e47cff96a219333d444bdd10632924a3a93fc1481c0_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:d09b83d61e15085fad33983a2ebe83ab0db7f7a60d5f8a797f21cd05fd2c2570_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:67f9540b475da301e84fca5e7c867f56d8209d0de2496b03f87c1bf2d09e68ce_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:6d52900b2b0fece8db5565410e4a54f2b0039a4d23f6136907966f43eea391c7_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:9d66d268ba5cfe7357b9dade190944583d228677bbdbaf105d1b5e18b4d43278_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:fba550b6cb74e6f404bb833652a9136b4881ce5ebbc2b40bf16286520ce19a81_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:0a190ad63b94362e6b31dfad22dc651c63b555c32f55c2bb4bd6324d094f55ca_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:21a684f7cad093625f32dbb65664b1fafa6d00c52b4cfe2881ffff488c83a58e_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:2427327fa6a7e91b07befbd5d98e32224297e0b7300beec6997d5598111ad04b_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:b6559ed2c3a57c6930e2fff4be0fcdabeca4bce9642b65d668227d7472a8699e_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:20811926dbe79bda29f859ae53185d9a83abe6eefc4702b05637862d3984b199_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:00bc5e30c3e79c22ef1cbc89dd255daf4ef3db1af8ddd5340a66d573f5bbb896_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:457145374f5e4a5b1ef230d4d2c54aa557dd8dd29f85fd1f5cfc525a16db41a1_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:54293e1848e20c63adfebd35e20fdc81ea4a90784b4bce713d96a0cddc73d4d9_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:57d017684a24ec62d1bab7740c93b72f812b1e075ea2f7bc8dbe991c01688bbb_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:02a43fca7d2b75ca5f41de71989d654e345f3d8bf74788d959f90a1e1110c5de_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:7c576ba00a22a3d24707da423bfd6a0b87e37981fe0eade41e985b48c0072494_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:83923296772437508069d0a630da4610a3c46509121ad19c5633e4f5117ca3f2_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:9fe4580fa0040d7d6eb9fe86bb462e05873a82322a43a8baab8bbb636a25f039_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:3921c41c2aae480e306b497fe981f7965b591958290cc0317420cedec84265d5_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:85de9d5ab08709feab2519e7b798cd6211e80fb602846806ae347ffb2c6ae0c1_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:ddce7662254d5d7c673517fabeca19b7f97f9bbfae43cfca39f9a0167ef55d1a_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:e3ae5934c3f65e12678649549c4d423bcd118eb199048cb955265869a9c4de9c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:c37550d02645ed48648714a20796251785535a8c68beca60660585126736229a_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:3163522b27630894a160dfc0c6fe384d4f2135d6b836d70319fda064e92f44a7_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:39dd3ea1d69027127d7b81849bd3edc52d9015a7e9db7635f50e77ceb04e13f0_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:97820cced02b56afdfa59a44f8f8624b3efe60f8b2c8cb41d30f3476810894a7_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:fe8d09f37646659fbcb6d40796d744dc480dc842824cdb9ab68ed6e94e83671a_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0950a06f3a882e2a851bde4d3495d426ab62aa8023f51571948b5fbc75b88055_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:41158237db552f9e0f09b6aa1b19259f5a7dd8df4e2ab18e72e174c48e40980e_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4c21bec5a0de199d143d2e47cff96a219333d444bdd10632924a3a93fc1481c0_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:d09b83d61e15085fad33983a2ebe83ab0db7f7a60d5f8a797f21cd05fd2c2570_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:67f9540b475da301e84fca5e7c867f56d8209d0de2496b03f87c1bf2d09e68ce_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:6d52900b2b0fece8db5565410e4a54f2b0039a4d23f6136907966f43eea391c7_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:9d66d268ba5cfe7357b9dade190944583d228677bbdbaf105d1b5e18b4d43278_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:fba550b6cb74e6f404bb833652a9136b4881ce5ebbc2b40bf16286520ce19a81_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:0a190ad63b94362e6b31dfad22dc651c63b555c32f55c2bb4bd6324d094f55ca_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:21a684f7cad093625f32dbb65664b1fafa6d00c52b4cfe2881ffff488c83a58e_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:2427327fa6a7e91b07befbd5d98e32224297e0b7300beec6997d5598111ad04b_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:b6559ed2c3a57c6930e2fff4be0fcdabeca4bce9642b65d668227d7472a8699e_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:a40a1ec9364ba3225bba93e7d85de5dd1df36166f5456c209e60e91392778cb4_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:cab081ede72987f936f132d62410558fdec12acf69610670a50673d70c384845_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:cb98c8af6800e8aa841367ea9d03eb9ad091c9a966c760bf759152750d7979f3_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:d6a0d86ca317f17d18e082eeed1d1460da4334a054c5f468817819591a047d80_arm64"
],
"known_not_affected": [
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:20811926dbe79bda29f859ae53185d9a83abe6eefc4702b05637862d3984b199_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:00bc5e30c3e79c22ef1cbc89dd255daf4ef3db1af8ddd5340a66d573f5bbb896_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:457145374f5e4a5b1ef230d4d2c54aa557dd8dd29f85fd1f5cfc525a16db41a1_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:54293e1848e20c63adfebd35e20fdc81ea4a90784b4bce713d96a0cddc73d4d9_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:57d017684a24ec62d1bab7740c93b72f812b1e075ea2f7bc8dbe991c01688bbb_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:02a43fca7d2b75ca5f41de71989d654e345f3d8bf74788d959f90a1e1110c5de_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:7c576ba00a22a3d24707da423bfd6a0b87e37981fe0eade41e985b48c0072494_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:83923296772437508069d0a630da4610a3c46509121ad19c5633e4f5117ca3f2_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:9fe4580fa0040d7d6eb9fe86bb462e05873a82322a43a8baab8bbb636a25f039_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:3921c41c2aae480e306b497fe981f7965b591958290cc0317420cedec84265d5_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:85de9d5ab08709feab2519e7b798cd6211e80fb602846806ae347ffb2c6ae0c1_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:ddce7662254d5d7c673517fabeca19b7f97f9bbfae43cfca39f9a0167ef55d1a_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:e3ae5934c3f65e12678649549c4d423bcd118eb199048cb955265869a9c4de9c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:c37550d02645ed48648714a20796251785535a8c68beca60660585126736229a_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:3163522b27630894a160dfc0c6fe384d4f2135d6b836d70319fda064e92f44a7_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:39dd3ea1d69027127d7b81849bd3edc52d9015a7e9db7635f50e77ceb04e13f0_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:97820cced02b56afdfa59a44f8f8624b3efe60f8b2c8cb41d30f3476810894a7_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:fe8d09f37646659fbcb6d40796d744dc480dc842824cdb9ab68ed6e94e83671a_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0950a06f3a882e2a851bde4d3495d426ab62aa8023f51571948b5fbc75b88055_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:41158237db552f9e0f09b6aa1b19259f5a7dd8df4e2ab18e72e174c48e40980e_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4c21bec5a0de199d143d2e47cff96a219333d444bdd10632924a3a93fc1481c0_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:d09b83d61e15085fad33983a2ebe83ab0db7f7a60d5f8a797f21cd05fd2c2570_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:67f9540b475da301e84fca5e7c867f56d8209d0de2496b03f87c1bf2d09e68ce_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:6d52900b2b0fece8db5565410e4a54f2b0039a4d23f6136907966f43eea391c7_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:9d66d268ba5cfe7357b9dade190944583d228677bbdbaf105d1b5e18b4d43278_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:fba550b6cb74e6f404bb833652a9136b4881ce5ebbc2b40bf16286520ce19a81_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:0a190ad63b94362e6b31dfad22dc651c63b555c32f55c2bb4bd6324d094f55ca_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:21a684f7cad093625f32dbb65664b1fafa6d00c52b4cfe2881ffff488c83a58e_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:2427327fa6a7e91b07befbd5d98e32224297e0b7300beec6997d5598111ad04b_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:b6559ed2c3a57c6930e2fff4be0fcdabeca4bce9642b65d668227d7472a8699e_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-12T14:43:54+00:00",
"details": "For OpenShift Container Platform 4.20 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html/release_notes/ocp-4-20-release-notes\n\nFor Red Hat OpenShift Logging 6.4, see the following instructions to apply this update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_logging/6.4",
"product_ids": [
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:a40a1ec9364ba3225bba93e7d85de5dd1df36166f5456c209e60e91392778cb4_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:cab081ede72987f936f132d62410558fdec12acf69610670a50673d70c384845_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:cb98c8af6800e8aa841367ea9d03eb9ad091c9a966c760bf759152750d7979f3_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:d6a0d86ca317f17d18e082eeed1d1460da4334a054c5f468817819591a047d80_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4498"
}
],
"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": [
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:20811926dbe79bda29f859ae53185d9a83abe6eefc4702b05637862d3984b199_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:00bc5e30c3e79c22ef1cbc89dd255daf4ef3db1af8ddd5340a66d573f5bbb896_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:457145374f5e4a5b1ef230d4d2c54aa557dd8dd29f85fd1f5cfc525a16db41a1_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:54293e1848e20c63adfebd35e20fdc81ea4a90784b4bce713d96a0cddc73d4d9_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:57d017684a24ec62d1bab7740c93b72f812b1e075ea2f7bc8dbe991c01688bbb_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:a40a1ec9364ba3225bba93e7d85de5dd1df36166f5456c209e60e91392778cb4_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:cab081ede72987f936f132d62410558fdec12acf69610670a50673d70c384845_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:cb98c8af6800e8aa841367ea9d03eb9ad091c9a966c760bf759152750d7979f3_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:d6a0d86ca317f17d18e082eeed1d1460da4334a054c5f468817819591a047d80_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:02a43fca7d2b75ca5f41de71989d654e345f3d8bf74788d959f90a1e1110c5de_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:7c576ba00a22a3d24707da423bfd6a0b87e37981fe0eade41e985b48c0072494_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:83923296772437508069d0a630da4610a3c46509121ad19c5633e4f5117ca3f2_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:9fe4580fa0040d7d6eb9fe86bb462e05873a82322a43a8baab8bbb636a25f039_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:3921c41c2aae480e306b497fe981f7965b591958290cc0317420cedec84265d5_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:85de9d5ab08709feab2519e7b798cd6211e80fb602846806ae347ffb2c6ae0c1_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:ddce7662254d5d7c673517fabeca19b7f97f9bbfae43cfca39f9a0167ef55d1a_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:e3ae5934c3f65e12678649549c4d423bcd118eb199048cb955265869a9c4de9c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:c37550d02645ed48648714a20796251785535a8c68beca60660585126736229a_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:3163522b27630894a160dfc0c6fe384d4f2135d6b836d70319fda064e92f44a7_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:39dd3ea1d69027127d7b81849bd3edc52d9015a7e9db7635f50e77ceb04e13f0_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:97820cced02b56afdfa59a44f8f8624b3efe60f8b2c8cb41d30f3476810894a7_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:fe8d09f37646659fbcb6d40796d744dc480dc842824cdb9ab68ed6e94e83671a_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0950a06f3a882e2a851bde4d3495d426ab62aa8023f51571948b5fbc75b88055_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:41158237db552f9e0f09b6aa1b19259f5a7dd8df4e2ab18e72e174c48e40980e_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4c21bec5a0de199d143d2e47cff96a219333d444bdd10632924a3a93fc1481c0_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:d09b83d61e15085fad33983a2ebe83ab0db7f7a60d5f8a797f21cd05fd2c2570_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:67f9540b475da301e84fca5e7c867f56d8209d0de2496b03f87c1bf2d09e68ce_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:6d52900b2b0fece8db5565410e4a54f2b0039a4d23f6136907966f43eea391c7_arm64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:9d66d268ba5cfe7357b9dade190944583d228677bbdbaf105d1b5e18b4d43278_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:fba550b6cb74e6f404bb833652a9136b4881ce5ebbc2b40bf16286520ce19a81_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:0a190ad63b94362e6b31dfad22dc651c63b555c32f55c2bb4bd6324d094f55ca_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:21a684f7cad093625f32dbb65664b1fafa6d00c52b4cfe2881ffff488c83a58e_s390x",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:2427327fa6a7e91b07befbd5d98e32224297e0b7300beec6997d5598111ad04b_amd64",
"Logging Subsystem for Red Hat OpenShift 6.4:registry.redhat.io/openshift-logging/vector-rhel9@sha256:b6559ed2c3a57c6930e2fff4be0fcdabeca4bce9642b65d668227d7472a8699e_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
}
]
}
RHSA-2026:4500
Vulnerability from csaf_redhat - Published: 2026-03-12 14:45 - Updated: 2026-05-26 09:05A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:07c060ff3d6723fd580e3836d1d0b42701bbd1efe7ec7f2fe99c507396951e3f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:3f1d9ce6087ba06be44fca762de06e8f3bd611bd90c579f3d68a3a28688f3717_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:73aee97fe107f2ff5da99dd88f39629722531526d8dc24d8523741f9ee11fae8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:9148ac506c6322f06b2ce01aa20f58f3a9e7a66e24ef2a450edd14670f5423f3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:176faa3ac0d2222bb5ce6a8e8ff0afaa985433bbb126a54864ae59a5fbbba74d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:35af70e15cfdae3a0013fa459b5b77fb83318c5235c80ce992f44725d1c0ae3c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:e99a99d015d5db9a61663303148bea2ffd77c5a0b689e456b288993749aa43b2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:f272bb0d9c02709c4fe48e067cd0a60769ed11b77c5e7aa2ebc066fd0112bccd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:348e40c45bcf4f209fd5bda364916d2dc7269a2724d8bf952fef905d51f21b0a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:395e26999a661ed496ac14dc9464c528b845c58be44d4cf4374cc63fe3380dc3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:7188673c4a226ed5dbccff2a0167a5a278c629d1b87ad729ee218848612f1ac6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:90543cc08bb127a507459b1b0fd916e763625bf4febcf7ee834164ce87a310bd_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:0ee822d5316d7bcbabcc4bf9589f9c6af4cd22f7b706489dc1dec53665d25a46_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:26f561d79698d7aec7fd134e3cc20bb791ba1cfc1a0ee572b1b788d211cc25c7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:86e60d5fef0bfe75e890fefa44a021643d5f699c460b396226322af29cc8aa53_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:a6b09c2564a460d035173bc7b6a64df9008374dd40f59aeb88a783dc7997e555_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:33891132762aa99e9bae37b3cdaeb72776f42d18537a4c96ba5b22078dc42d34_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9b3b64c485ae3a2d184fbc962d4f0044fd095a0d8cf12140baa9a98d96e66ab5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9ef095766611c29df64b711de5b7f8284b9912d74999695d322fcdee4e9680a7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e1fa76d6bae325c87c32f5fd0735fb16ca775c64e771b58d9ac2e31a3d5c3265_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0d494aed16c43ff8befe3ac79fef6bd3f3279c81f50a8722197326d907362d66_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:208f15e6c0d97abdd45bf175b6c8aeb6c77e56cd27c4205691e77f833e0fb871_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4166927ab7ee35b5f32ee3e05236c4c5076c64caa831d9452a71cd4e5bedd11c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:79e5f39dc38a03601dccd5f43e4ef2ca326b81f97f8c0e16f0979b66bdd348be_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:2994fbd027f3980e275ee29735a74d44aecf41f70ce00302d8abc6c2241ffe37_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:9e93f36084182e4242096261ba0c0c57be46b37a239a39a49d4c59b642e3e3bf_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:b40b5e5e955bd0a461b046f3a161450b7dc84940c466bc2145d54373a59fe3f4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:fa2b41d9c65a3a7d383ba87055559eadff6d5bc0d98d34a56ea5027962b0c9a2_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:a9b04cfa7910cde745e6a05c949d7dc8ea22d17f8d621fd6cd0964ef6d938d03_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:40a052b2e269f6d221e391b76f3d54e4381eac38f0e15e27fcb0d39e6bee9776_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:0eed318756ec1506590a940159a9a1b0d14aebae3d7ac4a56b35fc855fb57109_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:36f1e809e50319d3fd48678e14e6696e885ee3eff248106df3481608f74632ad_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:a4f669abd3221fb3025a4cc6ff7495018ccdba617424ca506257c59dd0a33204_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:c590bdc6f6b508aed99af01c5206fc19aaead7a3b39484472cd4c4ba1c65f951_arm64 | — |
Workaround
|
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:07c060ff3d6723fd580e3836d1d0b42701bbd1efe7ec7f2fe99c507396951e3f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:3f1d9ce6087ba06be44fca762de06e8f3bd611bd90c579f3d68a3a28688f3717_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:73aee97fe107f2ff5da99dd88f39629722531526d8dc24d8523741f9ee11fae8_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:9148ac506c6322f06b2ce01aa20f58f3a9e7a66e24ef2a450edd14670f5423f3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:176faa3ac0d2222bb5ce6a8e8ff0afaa985433bbb126a54864ae59a5fbbba74d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:35af70e15cfdae3a0013fa459b5b77fb83318c5235c80ce992f44725d1c0ae3c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:e99a99d015d5db9a61663303148bea2ffd77c5a0b689e456b288993749aa43b2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:f272bb0d9c02709c4fe48e067cd0a60769ed11b77c5e7aa2ebc066fd0112bccd_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:348e40c45bcf4f209fd5bda364916d2dc7269a2724d8bf952fef905d51f21b0a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:395e26999a661ed496ac14dc9464c528b845c58be44d4cf4374cc63fe3380dc3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:7188673c4a226ed5dbccff2a0167a5a278c629d1b87ad729ee218848612f1ac6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:90543cc08bb127a507459b1b0fd916e763625bf4febcf7ee834164ce87a310bd_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:0ee822d5316d7bcbabcc4bf9589f9c6af4cd22f7b706489dc1dec53665d25a46_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:26f561d79698d7aec7fd134e3cc20bb791ba1cfc1a0ee572b1b788d211cc25c7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:86e60d5fef0bfe75e890fefa44a021643d5f699c460b396226322af29cc8aa53_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:a6b09c2564a460d035173bc7b6a64df9008374dd40f59aeb88a783dc7997e555_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:33891132762aa99e9bae37b3cdaeb72776f42d18537a4c96ba5b22078dc42d34_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9b3b64c485ae3a2d184fbc962d4f0044fd095a0d8cf12140baa9a98d96e66ab5_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9ef095766611c29df64b711de5b7f8284b9912d74999695d322fcdee4e9680a7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e1fa76d6bae325c87c32f5fd0735fb16ca775c64e771b58d9ac2e31a3d5c3265_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0d494aed16c43ff8befe3ac79fef6bd3f3279c81f50a8722197326d907362d66_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:208f15e6c0d97abdd45bf175b6c8aeb6c77e56cd27c4205691e77f833e0fb871_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4166927ab7ee35b5f32ee3e05236c4c5076c64caa831d9452a71cd4e5bedd11c_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:79e5f39dc38a03601dccd5f43e4ef2ca326b81f97f8c0e16f0979b66bdd348be_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:2994fbd027f3980e275ee29735a74d44aecf41f70ce00302d8abc6c2241ffe37_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:9e93f36084182e4242096261ba0c0c57be46b37a239a39a49d4c59b642e3e3bf_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:b40b5e5e955bd0a461b046f3a161450b7dc84940c466bc2145d54373a59fe3f4_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:fa2b41d9c65a3a7d383ba87055559eadff6d5bc0d98d34a56ea5027962b0c9a2_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:a9b04cfa7910cde745e6a05c949d7dc8ea22d17f8d621fd6cd0964ef6d938d03_amd64 | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:40a052b2e269f6d221e391b76f3d54e4381eac38f0e15e27fcb0d39e6bee9776_amd64 | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:0eed318756ec1506590a940159a9a1b0d14aebae3d7ac4a56b35fc855fb57109_ppc64le | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:36f1e809e50319d3fd48678e14e6696e885ee3eff248106df3481608f74632ad_s390x | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:a4f669abd3221fb3025a4cc6ff7495018ccdba617424ca506257c59dd0a33204_amd64 | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:c590bdc6f6b508aed99af01c5206fc19aaead7a3b39484472cd4c4ba1c65f951_arm64 | — |
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:176faa3ac0d2222bb5ce6a8e8ff0afaa985433bbb126a54864ae59a5fbbba74d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:35af70e15cfdae3a0013fa459b5b77fb83318c5235c80ce992f44725d1c0ae3c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:e99a99d015d5db9a61663303148bea2ffd77c5a0b689e456b288993749aa43b2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:f272bb0d9c02709c4fe48e067cd0a60769ed11b77c5e7aa2ebc066fd0112bccd_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:a9b04cfa7910cde745e6a05c949d7dc8ea22d17f8d621fd6cd0964ef6d938d03_amd64 | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:07c060ff3d6723fd580e3836d1d0b42701bbd1efe7ec7f2fe99c507396951e3f_arm64 | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:3f1d9ce6087ba06be44fca762de06e8f3bd611bd90c579f3d68a3a28688f3717_amd64 | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:73aee97fe107f2ff5da99dd88f39629722531526d8dc24d8523741f9ee11fae8_s390x | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:9148ac506c6322f06b2ce01aa20f58f3a9e7a66e24ef2a450edd14670f5423f3_ppc64le | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:348e40c45bcf4f209fd5bda364916d2dc7269a2724d8bf952fef905d51f21b0a_s390x | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:395e26999a661ed496ac14dc9464c528b845c58be44d4cf4374cc63fe3380dc3_amd64 | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:7188673c4a226ed5dbccff2a0167a5a278c629d1b87ad729ee218848612f1ac6_ppc64le | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:90543cc08bb127a507459b1b0fd916e763625bf4febcf7ee834164ce87a310bd_arm64 | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:0ee822d5316d7bcbabcc4bf9589f9c6af4cd22f7b706489dc1dec53665d25a46_s390x | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:26f561d79698d7aec7fd134e3cc20bb791ba1cfc1a0ee572b1b788d211cc25c7_amd64 | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:86e60d5fef0bfe75e890fefa44a021643d5f699c460b396226322af29cc8aa53_arm64 | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:a6b09c2564a460d035173bc7b6a64df9008374dd40f59aeb88a783dc7997e555_ppc64le | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:40a052b2e269f6d221e391b76f3d54e4381eac38f0e15e27fcb0d39e6bee9776_amd64 | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:33891132762aa99e9bae37b3cdaeb72776f42d18537a4c96ba5b22078dc42d34_s390x | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9b3b64c485ae3a2d184fbc962d4f0044fd095a0d8cf12140baa9a98d96e66ab5_arm64 | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9ef095766611c29df64b711de5b7f8284b9912d74999695d322fcdee4e9680a7_amd64 | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e1fa76d6bae325c87c32f5fd0735fb16ca775c64e771b58d9ac2e31a3d5c3265_ppc64le | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0d494aed16c43ff8befe3ac79fef6bd3f3279c81f50a8722197326d907362d66_amd64 | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:208f15e6c0d97abdd45bf175b6c8aeb6c77e56cd27c4205691e77f833e0fb871_s390x | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4166927ab7ee35b5f32ee3e05236c4c5076c64caa831d9452a71cd4e5bedd11c_arm64 | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:79e5f39dc38a03601dccd5f43e4ef2ca326b81f97f8c0e16f0979b66bdd348be_ppc64le | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:2994fbd027f3980e275ee29735a74d44aecf41f70ce00302d8abc6c2241ffe37_amd64 | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:9e93f36084182e4242096261ba0c0c57be46b37a239a39a49d4c59b642e3e3bf_arm64 | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:b40b5e5e955bd0a461b046f3a161450b7dc84940c466bc2145d54373a59fe3f4_s390x | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:fa2b41d9c65a3a7d383ba87055559eadff6d5bc0d98d34a56ea5027962b0c9a2_ppc64le | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:0eed318756ec1506590a940159a9a1b0d14aebae3d7ac4a56b35fc855fb57109_ppc64le | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:36f1e809e50319d3fd48678e14e6696e885ee3eff248106df3481608f74632ad_s390x | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:a4f669abd3221fb3025a4cc6ff7495018ccdba617424ca506257c59dd0a33204_amd64 | — | ||
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:c590bdc6f6b508aed99af01c5206fc19aaead7a3b39484472cd4c4ba1c65f951_arm64 | — |
{
"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": "Logging for Red Hat OpenShift - 6.2.9",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Logging 6.2.9 is a cluster-wide logging solution for OpenShift that collects and manages applications, infrastructure, and audit logs.",
"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:4500",
"url": "https://access.redhat.com/errata/RHSA-2026:4500"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68121",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_4500.json"
}
],
"title": "Red Hat Security Advisory: Logging for Red Hat OpenShift - 6.2.9",
"tracking": {
"current_release_date": "2026-05-26T09:05:18+00:00",
"generator": {
"date": "2026-05-26T09:05:18+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:4500",
"initial_release_date": "2026-03-12T14:45:08+00:00",
"revision_history": [
{
"date": "2026-03-12T14:45:08+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-12T14:45:15+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-26T09:05:18+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Logging Subsystem for Red Hat OpenShift 6.2",
"product": {
"name": "Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:logging:6.2::el9"
}
}
}
],
"category": "product_family",
"name": "Logging Subsystem for Red Hat OpenShift"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:a9b04cfa7910cde745e6a05c949d7dc8ea22d17f8d621fd6cd0964ef6d938d03_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:a9b04cfa7910cde745e6a05c949d7dc8ea22d17f8d621fd6cd0964ef6d938d03_amd64",
"product_id": "registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:a9b04cfa7910cde745e6a05c949d7dc8ea22d17f8d621fd6cd0964ef6d938d03_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-operator-bundle@sha256%3Aa9b04cfa7910cde745e6a05c949d7dc8ea22d17f8d621fd6cd0964ef6d938d03?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1773164287"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:3f1d9ce6087ba06be44fca762de06e8f3bd611bd90c579f3d68a3a28688f3717_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:3f1d9ce6087ba06be44fca762de06e8f3bd611bd90c579f3d68a3a28688f3717_amd64",
"product_id": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:3f1d9ce6087ba06be44fca762de06e8f3bd611bd90c579f3d68a3a28688f3717_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel9-operator@sha256%3A3f1d9ce6087ba06be44fca762de06e8f3bd611bd90c579f3d68a3a28688f3717?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772626105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:395e26999a661ed496ac14dc9464c528b845c58be44d4cf4374cc63fe3380dc3_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:395e26999a661ed496ac14dc9464c528b845c58be44d4cf4374cc63fe3380dc3_amd64",
"product_id": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:395e26999a661ed496ac14dc9464c528b845c58be44d4cf4374cc63fe3380dc3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel9@sha256%3A395e26999a661ed496ac14dc9464c528b845c58be44d4cf4374cc63fe3380dc3?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772560359"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:176faa3ac0d2222bb5ce6a8e8ff0afaa985433bbb126a54864ae59a5fbbba74d_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:176faa3ac0d2222bb5ce6a8e8ff0afaa985433bbb126a54864ae59a5fbbba74d_amd64",
"product_id": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:176faa3ac0d2222bb5ce6a8e8ff0afaa985433bbb126a54864ae59a5fbbba74d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel9@sha256%3A176faa3ac0d2222bb5ce6a8e8ff0afaa985433bbb126a54864ae59a5fbbba74d?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772560410"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:26f561d79698d7aec7fd134e3cc20bb791ba1cfc1a0ee572b1b788d211cc25c7_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:26f561d79698d7aec7fd134e3cc20bb791ba1cfc1a0ee572b1b788d211cc25c7_amd64",
"product_id": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:26f561d79698d7aec7fd134e3cc20bb791ba1cfc1a0ee572b1b788d211cc25c7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel9@sha256%3A26f561d79698d7aec7fd134e3cc20bb791ba1cfc1a0ee572b1b788d211cc25c7?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772821930"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:a4f669abd3221fb3025a4cc6ff7495018ccdba617424ca506257c59dd0a33204_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:a4f669abd3221fb3025a4cc6ff7495018ccdba617424ca506257c59dd0a33204_amd64",
"product_id": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:a4f669abd3221fb3025a4cc6ff7495018ccdba617424ca506257c59dd0a33204_amd64",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel9@sha256%3Aa4f669abd3221fb3025a4cc6ff7495018ccdba617424ca506257c59dd0a33204?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1773159934"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:40a052b2e269f6d221e391b76f3d54e4381eac38f0e15e27fcb0d39e6bee9776_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:40a052b2e269f6d221e391b76f3d54e4381eac38f0e15e27fcb0d39e6bee9776_amd64",
"product_id": "registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:40a052b2e269f6d221e391b76f3d54e4381eac38f0e15e27fcb0d39e6bee9776_amd64",
"product_identification_helper": {
"purl": "pkg:oci/loki-operator-bundle@sha256%3A40a052b2e269f6d221e391b76f3d54e4381eac38f0e15e27fcb0d39e6bee9776?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772829461"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9ef095766611c29df64b711de5b7f8284b9912d74999695d322fcdee4e9680a7_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9ef095766611c29df64b711de5b7f8284b9912d74999695d322fcdee4e9680a7_amd64",
"product_id": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9ef095766611c29df64b711de5b7f8284b9912d74999695d322fcdee4e9680a7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel9-operator@sha256%3A9ef095766611c29df64b711de5b7f8284b9912d74999695d322fcdee4e9680a7?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772457661"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0d494aed16c43ff8befe3ac79fef6bd3f3279c81f50a8722197326d907362d66_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0d494aed16c43ff8befe3ac79fef6bd3f3279c81f50a8722197326d907362d66_amd64",
"product_id": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0d494aed16c43ff8befe3ac79fef6bd3f3279c81f50a8722197326d907362d66_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel9@sha256%3A0d494aed16c43ff8befe3ac79fef6bd3f3279c81f50a8722197326d907362d66?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772557881"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:2994fbd027f3980e275ee29735a74d44aecf41f70ce00302d8abc6c2241ffe37_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:2994fbd027f3980e275ee29735a74d44aecf41f70ce00302d8abc6c2241ffe37_amd64",
"product_id": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:2994fbd027f3980e275ee29735a74d44aecf41f70ce00302d8abc6c2241ffe37_amd64",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel9@sha256%3A2994fbd027f3980e275ee29735a74d44aecf41f70ce00302d8abc6c2241ffe37?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772558282"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:07c060ff3d6723fd580e3836d1d0b42701bbd1efe7ec7f2fe99c507396951e3f_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:07c060ff3d6723fd580e3836d1d0b42701bbd1efe7ec7f2fe99c507396951e3f_arm64",
"product_id": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:07c060ff3d6723fd580e3836d1d0b42701bbd1efe7ec7f2fe99c507396951e3f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel9-operator@sha256%3A07c060ff3d6723fd580e3836d1d0b42701bbd1efe7ec7f2fe99c507396951e3f?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772626105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:90543cc08bb127a507459b1b0fd916e763625bf4febcf7ee834164ce87a310bd_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:90543cc08bb127a507459b1b0fd916e763625bf4febcf7ee834164ce87a310bd_arm64",
"product_id": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:90543cc08bb127a507459b1b0fd916e763625bf4febcf7ee834164ce87a310bd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel9@sha256%3A90543cc08bb127a507459b1b0fd916e763625bf4febcf7ee834164ce87a310bd?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772560359"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:e99a99d015d5db9a61663303148bea2ffd77c5a0b689e456b288993749aa43b2_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:e99a99d015d5db9a61663303148bea2ffd77c5a0b689e456b288993749aa43b2_arm64",
"product_id": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:e99a99d015d5db9a61663303148bea2ffd77c5a0b689e456b288993749aa43b2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel9@sha256%3Ae99a99d015d5db9a61663303148bea2ffd77c5a0b689e456b288993749aa43b2?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772560410"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:86e60d5fef0bfe75e890fefa44a021643d5f699c460b396226322af29cc8aa53_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:86e60d5fef0bfe75e890fefa44a021643d5f699c460b396226322af29cc8aa53_arm64",
"product_id": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:86e60d5fef0bfe75e890fefa44a021643d5f699c460b396226322af29cc8aa53_arm64",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel9@sha256%3A86e60d5fef0bfe75e890fefa44a021643d5f699c460b396226322af29cc8aa53?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772821930"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:c590bdc6f6b508aed99af01c5206fc19aaead7a3b39484472cd4c4ba1c65f951_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:c590bdc6f6b508aed99af01c5206fc19aaead7a3b39484472cd4c4ba1c65f951_arm64",
"product_id": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:c590bdc6f6b508aed99af01c5206fc19aaead7a3b39484472cd4c4ba1c65f951_arm64",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel9@sha256%3Ac590bdc6f6b508aed99af01c5206fc19aaead7a3b39484472cd4c4ba1c65f951?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1773159934"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9b3b64c485ae3a2d184fbc962d4f0044fd095a0d8cf12140baa9a98d96e66ab5_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9b3b64c485ae3a2d184fbc962d4f0044fd095a0d8cf12140baa9a98d96e66ab5_arm64",
"product_id": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9b3b64c485ae3a2d184fbc962d4f0044fd095a0d8cf12140baa9a98d96e66ab5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel9-operator@sha256%3A9b3b64c485ae3a2d184fbc962d4f0044fd095a0d8cf12140baa9a98d96e66ab5?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772457661"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4166927ab7ee35b5f32ee3e05236c4c5076c64caa831d9452a71cd4e5bedd11c_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4166927ab7ee35b5f32ee3e05236c4c5076c64caa831d9452a71cd4e5bedd11c_arm64",
"product_id": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4166927ab7ee35b5f32ee3e05236c4c5076c64caa831d9452a71cd4e5bedd11c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel9@sha256%3A4166927ab7ee35b5f32ee3e05236c4c5076c64caa831d9452a71cd4e5bedd11c?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772557881"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:9e93f36084182e4242096261ba0c0c57be46b37a239a39a49d4c59b642e3e3bf_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:9e93f36084182e4242096261ba0c0c57be46b37a239a39a49d4c59b642e3e3bf_arm64",
"product_id": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:9e93f36084182e4242096261ba0c0c57be46b37a239a39a49d4c59b642e3e3bf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel9@sha256%3A9e93f36084182e4242096261ba0c0c57be46b37a239a39a49d4c59b642e3e3bf?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772558282"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:9148ac506c6322f06b2ce01aa20f58f3a9e7a66e24ef2a450edd14670f5423f3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:9148ac506c6322f06b2ce01aa20f58f3a9e7a66e24ef2a450edd14670f5423f3_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:9148ac506c6322f06b2ce01aa20f58f3a9e7a66e24ef2a450edd14670f5423f3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel9-operator@sha256%3A9148ac506c6322f06b2ce01aa20f58f3a9e7a66e24ef2a450edd14670f5423f3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772626105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:7188673c4a226ed5dbccff2a0167a5a278c629d1b87ad729ee218848612f1ac6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:7188673c4a226ed5dbccff2a0167a5a278c629d1b87ad729ee218848612f1ac6_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:7188673c4a226ed5dbccff2a0167a5a278c629d1b87ad729ee218848612f1ac6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel9@sha256%3A7188673c4a226ed5dbccff2a0167a5a278c629d1b87ad729ee218848612f1ac6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772560359"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:f272bb0d9c02709c4fe48e067cd0a60769ed11b77c5e7aa2ebc066fd0112bccd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:f272bb0d9c02709c4fe48e067cd0a60769ed11b77c5e7aa2ebc066fd0112bccd_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:f272bb0d9c02709c4fe48e067cd0a60769ed11b77c5e7aa2ebc066fd0112bccd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel9@sha256%3Af272bb0d9c02709c4fe48e067cd0a60769ed11b77c5e7aa2ebc066fd0112bccd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772560410"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:a6b09c2564a460d035173bc7b6a64df9008374dd40f59aeb88a783dc7997e555_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:a6b09c2564a460d035173bc7b6a64df9008374dd40f59aeb88a783dc7997e555_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:a6b09c2564a460d035173bc7b6a64df9008374dd40f59aeb88a783dc7997e555_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel9@sha256%3Aa6b09c2564a460d035173bc7b6a64df9008374dd40f59aeb88a783dc7997e555?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772821930"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:0eed318756ec1506590a940159a9a1b0d14aebae3d7ac4a56b35fc855fb57109_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:0eed318756ec1506590a940159a9a1b0d14aebae3d7ac4a56b35fc855fb57109_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:0eed318756ec1506590a940159a9a1b0d14aebae3d7ac4a56b35fc855fb57109_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel9@sha256%3A0eed318756ec1506590a940159a9a1b0d14aebae3d7ac4a56b35fc855fb57109?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1773159934"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e1fa76d6bae325c87c32f5fd0735fb16ca775c64e771b58d9ac2e31a3d5c3265_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e1fa76d6bae325c87c32f5fd0735fb16ca775c64e771b58d9ac2e31a3d5c3265_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e1fa76d6bae325c87c32f5fd0735fb16ca775c64e771b58d9ac2e31a3d5c3265_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel9-operator@sha256%3Ae1fa76d6bae325c87c32f5fd0735fb16ca775c64e771b58d9ac2e31a3d5c3265?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772457661"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:79e5f39dc38a03601dccd5f43e4ef2ca326b81f97f8c0e16f0979b66bdd348be_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:79e5f39dc38a03601dccd5f43e4ef2ca326b81f97f8c0e16f0979b66bdd348be_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:79e5f39dc38a03601dccd5f43e4ef2ca326b81f97f8c0e16f0979b66bdd348be_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel9@sha256%3A79e5f39dc38a03601dccd5f43e4ef2ca326b81f97f8c0e16f0979b66bdd348be?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772557881"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:fa2b41d9c65a3a7d383ba87055559eadff6d5bc0d98d34a56ea5027962b0c9a2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:fa2b41d9c65a3a7d383ba87055559eadff6d5bc0d98d34a56ea5027962b0c9a2_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:fa2b41d9c65a3a7d383ba87055559eadff6d5bc0d98d34a56ea5027962b0c9a2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel9@sha256%3Afa2b41d9c65a3a7d383ba87055559eadff6d5bc0d98d34a56ea5027962b0c9a2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772558282"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:73aee97fe107f2ff5da99dd88f39629722531526d8dc24d8523741f9ee11fae8_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:73aee97fe107f2ff5da99dd88f39629722531526d8dc24d8523741f9ee11fae8_s390x",
"product_id": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:73aee97fe107f2ff5da99dd88f39629722531526d8dc24d8523741f9ee11fae8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel9-operator@sha256%3A73aee97fe107f2ff5da99dd88f39629722531526d8dc24d8523741f9ee11fae8?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772626105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:348e40c45bcf4f209fd5bda364916d2dc7269a2724d8bf952fef905d51f21b0a_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:348e40c45bcf4f209fd5bda364916d2dc7269a2724d8bf952fef905d51f21b0a_s390x",
"product_id": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:348e40c45bcf4f209fd5bda364916d2dc7269a2724d8bf952fef905d51f21b0a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel9@sha256%3A348e40c45bcf4f209fd5bda364916d2dc7269a2724d8bf952fef905d51f21b0a?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772560359"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:35af70e15cfdae3a0013fa459b5b77fb83318c5235c80ce992f44725d1c0ae3c_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:35af70e15cfdae3a0013fa459b5b77fb83318c5235c80ce992f44725d1c0ae3c_s390x",
"product_id": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:35af70e15cfdae3a0013fa459b5b77fb83318c5235c80ce992f44725d1c0ae3c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel9@sha256%3A35af70e15cfdae3a0013fa459b5b77fb83318c5235c80ce992f44725d1c0ae3c?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772560410"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:0ee822d5316d7bcbabcc4bf9589f9c6af4cd22f7b706489dc1dec53665d25a46_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:0ee822d5316d7bcbabcc4bf9589f9c6af4cd22f7b706489dc1dec53665d25a46_s390x",
"product_id": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:0ee822d5316d7bcbabcc4bf9589f9c6af4cd22f7b706489dc1dec53665d25a46_s390x",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel9@sha256%3A0ee822d5316d7bcbabcc4bf9589f9c6af4cd22f7b706489dc1dec53665d25a46?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772821930"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:36f1e809e50319d3fd48678e14e6696e885ee3eff248106df3481608f74632ad_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:36f1e809e50319d3fd48678e14e6696e885ee3eff248106df3481608f74632ad_s390x",
"product_id": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:36f1e809e50319d3fd48678e14e6696e885ee3eff248106df3481608f74632ad_s390x",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel9@sha256%3A36f1e809e50319d3fd48678e14e6696e885ee3eff248106df3481608f74632ad?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1773159934"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:33891132762aa99e9bae37b3cdaeb72776f42d18537a4c96ba5b22078dc42d34_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:33891132762aa99e9bae37b3cdaeb72776f42d18537a4c96ba5b22078dc42d34_s390x",
"product_id": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:33891132762aa99e9bae37b3cdaeb72776f42d18537a4c96ba5b22078dc42d34_s390x",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel9-operator@sha256%3A33891132762aa99e9bae37b3cdaeb72776f42d18537a4c96ba5b22078dc42d34?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772457661"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:208f15e6c0d97abdd45bf175b6c8aeb6c77e56cd27c4205691e77f833e0fb871_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:208f15e6c0d97abdd45bf175b6c8aeb6c77e56cd27c4205691e77f833e0fb871_s390x",
"product_id": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:208f15e6c0d97abdd45bf175b6c8aeb6c77e56cd27c4205691e77f833e0fb871_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel9@sha256%3A208f15e6c0d97abdd45bf175b6c8aeb6c77e56cd27c4205691e77f833e0fb871?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772557881"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:b40b5e5e955bd0a461b046f3a161450b7dc84940c466bc2145d54373a59fe3f4_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:b40b5e5e955bd0a461b046f3a161450b7dc84940c466bc2145d54373a59fe3f4_s390x",
"product_id": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:b40b5e5e955bd0a461b046f3a161450b7dc84940c466bc2145d54373a59fe3f4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel9@sha256%3Ab40b5e5e955bd0a461b046f3a161450b7dc84940c466bc2145d54373a59fe3f4?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging\u0026tag=1772558282"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:a9b04cfa7910cde745e6a05c949d7dc8ea22d17f8d621fd6cd0964ef6d938d03_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:a9b04cfa7910cde745e6a05c949d7dc8ea22d17f8d621fd6cd0964ef6d938d03_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:a9b04cfa7910cde745e6a05c949d7dc8ea22d17f8d621fd6cd0964ef6d938d03_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:07c060ff3d6723fd580e3836d1d0b42701bbd1efe7ec7f2fe99c507396951e3f_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:07c060ff3d6723fd580e3836d1d0b42701bbd1efe7ec7f2fe99c507396951e3f_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:07c060ff3d6723fd580e3836d1d0b42701bbd1efe7ec7f2fe99c507396951e3f_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:3f1d9ce6087ba06be44fca762de06e8f3bd611bd90c579f3d68a3a28688f3717_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:3f1d9ce6087ba06be44fca762de06e8f3bd611bd90c579f3d68a3a28688f3717_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:3f1d9ce6087ba06be44fca762de06e8f3bd611bd90c579f3d68a3a28688f3717_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:73aee97fe107f2ff5da99dd88f39629722531526d8dc24d8523741f9ee11fae8_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:73aee97fe107f2ff5da99dd88f39629722531526d8dc24d8523741f9ee11fae8_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:73aee97fe107f2ff5da99dd88f39629722531526d8dc24d8523741f9ee11fae8_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:9148ac506c6322f06b2ce01aa20f58f3a9e7a66e24ef2a450edd14670f5423f3_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:9148ac506c6322f06b2ce01aa20f58f3a9e7a66e24ef2a450edd14670f5423f3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:9148ac506c6322f06b2ce01aa20f58f3a9e7a66e24ef2a450edd14670f5423f3_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:176faa3ac0d2222bb5ce6a8e8ff0afaa985433bbb126a54864ae59a5fbbba74d_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:176faa3ac0d2222bb5ce6a8e8ff0afaa985433bbb126a54864ae59a5fbbba74d_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:176faa3ac0d2222bb5ce6a8e8ff0afaa985433bbb126a54864ae59a5fbbba74d_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:35af70e15cfdae3a0013fa459b5b77fb83318c5235c80ce992f44725d1c0ae3c_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:35af70e15cfdae3a0013fa459b5b77fb83318c5235c80ce992f44725d1c0ae3c_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:35af70e15cfdae3a0013fa459b5b77fb83318c5235c80ce992f44725d1c0ae3c_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:e99a99d015d5db9a61663303148bea2ffd77c5a0b689e456b288993749aa43b2_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:e99a99d015d5db9a61663303148bea2ffd77c5a0b689e456b288993749aa43b2_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:e99a99d015d5db9a61663303148bea2ffd77c5a0b689e456b288993749aa43b2_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:f272bb0d9c02709c4fe48e067cd0a60769ed11b77c5e7aa2ebc066fd0112bccd_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:f272bb0d9c02709c4fe48e067cd0a60769ed11b77c5e7aa2ebc066fd0112bccd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:f272bb0d9c02709c4fe48e067cd0a60769ed11b77c5e7aa2ebc066fd0112bccd_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:348e40c45bcf4f209fd5bda364916d2dc7269a2724d8bf952fef905d51f21b0a_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:348e40c45bcf4f209fd5bda364916d2dc7269a2724d8bf952fef905d51f21b0a_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:348e40c45bcf4f209fd5bda364916d2dc7269a2724d8bf952fef905d51f21b0a_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:395e26999a661ed496ac14dc9464c528b845c58be44d4cf4374cc63fe3380dc3_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:395e26999a661ed496ac14dc9464c528b845c58be44d4cf4374cc63fe3380dc3_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:395e26999a661ed496ac14dc9464c528b845c58be44d4cf4374cc63fe3380dc3_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:7188673c4a226ed5dbccff2a0167a5a278c629d1b87ad729ee218848612f1ac6_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:7188673c4a226ed5dbccff2a0167a5a278c629d1b87ad729ee218848612f1ac6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:7188673c4a226ed5dbccff2a0167a5a278c629d1b87ad729ee218848612f1ac6_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:90543cc08bb127a507459b1b0fd916e763625bf4febcf7ee834164ce87a310bd_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:90543cc08bb127a507459b1b0fd916e763625bf4febcf7ee834164ce87a310bd_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:90543cc08bb127a507459b1b0fd916e763625bf4febcf7ee834164ce87a310bd_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:0ee822d5316d7bcbabcc4bf9589f9c6af4cd22f7b706489dc1dec53665d25a46_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:0ee822d5316d7bcbabcc4bf9589f9c6af4cd22f7b706489dc1dec53665d25a46_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:0ee822d5316d7bcbabcc4bf9589f9c6af4cd22f7b706489dc1dec53665d25a46_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:26f561d79698d7aec7fd134e3cc20bb791ba1cfc1a0ee572b1b788d211cc25c7_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:26f561d79698d7aec7fd134e3cc20bb791ba1cfc1a0ee572b1b788d211cc25c7_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:26f561d79698d7aec7fd134e3cc20bb791ba1cfc1a0ee572b1b788d211cc25c7_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:86e60d5fef0bfe75e890fefa44a021643d5f699c460b396226322af29cc8aa53_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:86e60d5fef0bfe75e890fefa44a021643d5f699c460b396226322af29cc8aa53_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:86e60d5fef0bfe75e890fefa44a021643d5f699c460b396226322af29cc8aa53_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:a6b09c2564a460d035173bc7b6a64df9008374dd40f59aeb88a783dc7997e555_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:a6b09c2564a460d035173bc7b6a64df9008374dd40f59aeb88a783dc7997e555_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:a6b09c2564a460d035173bc7b6a64df9008374dd40f59aeb88a783dc7997e555_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:40a052b2e269f6d221e391b76f3d54e4381eac38f0e15e27fcb0d39e6bee9776_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:40a052b2e269f6d221e391b76f3d54e4381eac38f0e15e27fcb0d39e6bee9776_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:40a052b2e269f6d221e391b76f3d54e4381eac38f0e15e27fcb0d39e6bee9776_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:33891132762aa99e9bae37b3cdaeb72776f42d18537a4c96ba5b22078dc42d34_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:33891132762aa99e9bae37b3cdaeb72776f42d18537a4c96ba5b22078dc42d34_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:33891132762aa99e9bae37b3cdaeb72776f42d18537a4c96ba5b22078dc42d34_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9b3b64c485ae3a2d184fbc962d4f0044fd095a0d8cf12140baa9a98d96e66ab5_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9b3b64c485ae3a2d184fbc962d4f0044fd095a0d8cf12140baa9a98d96e66ab5_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9b3b64c485ae3a2d184fbc962d4f0044fd095a0d8cf12140baa9a98d96e66ab5_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9ef095766611c29df64b711de5b7f8284b9912d74999695d322fcdee4e9680a7_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9ef095766611c29df64b711de5b7f8284b9912d74999695d322fcdee4e9680a7_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9ef095766611c29df64b711de5b7f8284b9912d74999695d322fcdee4e9680a7_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e1fa76d6bae325c87c32f5fd0735fb16ca775c64e771b58d9ac2e31a3d5c3265_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e1fa76d6bae325c87c32f5fd0735fb16ca775c64e771b58d9ac2e31a3d5c3265_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e1fa76d6bae325c87c32f5fd0735fb16ca775c64e771b58d9ac2e31a3d5c3265_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0d494aed16c43ff8befe3ac79fef6bd3f3279c81f50a8722197326d907362d66_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0d494aed16c43ff8befe3ac79fef6bd3f3279c81f50a8722197326d907362d66_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0d494aed16c43ff8befe3ac79fef6bd3f3279c81f50a8722197326d907362d66_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:208f15e6c0d97abdd45bf175b6c8aeb6c77e56cd27c4205691e77f833e0fb871_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:208f15e6c0d97abdd45bf175b6c8aeb6c77e56cd27c4205691e77f833e0fb871_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:208f15e6c0d97abdd45bf175b6c8aeb6c77e56cd27c4205691e77f833e0fb871_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4166927ab7ee35b5f32ee3e05236c4c5076c64caa831d9452a71cd4e5bedd11c_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4166927ab7ee35b5f32ee3e05236c4c5076c64caa831d9452a71cd4e5bedd11c_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4166927ab7ee35b5f32ee3e05236c4c5076c64caa831d9452a71cd4e5bedd11c_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:79e5f39dc38a03601dccd5f43e4ef2ca326b81f97f8c0e16f0979b66bdd348be_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:79e5f39dc38a03601dccd5f43e4ef2ca326b81f97f8c0e16f0979b66bdd348be_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:79e5f39dc38a03601dccd5f43e4ef2ca326b81f97f8c0e16f0979b66bdd348be_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:2994fbd027f3980e275ee29735a74d44aecf41f70ce00302d8abc6c2241ffe37_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:2994fbd027f3980e275ee29735a74d44aecf41f70ce00302d8abc6c2241ffe37_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:2994fbd027f3980e275ee29735a74d44aecf41f70ce00302d8abc6c2241ffe37_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:9e93f36084182e4242096261ba0c0c57be46b37a239a39a49d4c59b642e3e3bf_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:9e93f36084182e4242096261ba0c0c57be46b37a239a39a49d4c59b642e3e3bf_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:9e93f36084182e4242096261ba0c0c57be46b37a239a39a49d4c59b642e3e3bf_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:b40b5e5e955bd0a461b046f3a161450b7dc84940c466bc2145d54373a59fe3f4_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:b40b5e5e955bd0a461b046f3a161450b7dc84940c466bc2145d54373a59fe3f4_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:b40b5e5e955bd0a461b046f3a161450b7dc84940c466bc2145d54373a59fe3f4_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:fa2b41d9c65a3a7d383ba87055559eadff6d5bc0d98d34a56ea5027962b0c9a2_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:fa2b41d9c65a3a7d383ba87055559eadff6d5bc0d98d34a56ea5027962b0c9a2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:fa2b41d9c65a3a7d383ba87055559eadff6d5bc0d98d34a56ea5027962b0c9a2_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:0eed318756ec1506590a940159a9a1b0d14aebae3d7ac4a56b35fc855fb57109_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:0eed318756ec1506590a940159a9a1b0d14aebae3d7ac4a56b35fc855fb57109_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:0eed318756ec1506590a940159a9a1b0d14aebae3d7ac4a56b35fc855fb57109_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:36f1e809e50319d3fd48678e14e6696e885ee3eff248106df3481608f74632ad_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:36f1e809e50319d3fd48678e14e6696e885ee3eff248106df3481608f74632ad_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:36f1e809e50319d3fd48678e14e6696e885ee3eff248106df3481608f74632ad_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:a4f669abd3221fb3025a4cc6ff7495018ccdba617424ca506257c59dd0a33204_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:a4f669abd3221fb3025a4cc6ff7495018ccdba617424ca506257c59dd0a33204_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:a4f669abd3221fb3025a4cc6ff7495018ccdba617424ca506257c59dd0a33204_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:c590bdc6f6b508aed99af01c5206fc19aaead7a3b39484472cd4c4ba1c65f951_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:c590bdc6f6b508aed99af01c5206fc19aaead7a3b39484472cd4c4ba1c65f951_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:c590bdc6f6b508aed99af01c5206fc19aaead7a3b39484472cd4c4ba1c65f951_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:a9b04cfa7910cde745e6a05c949d7dc8ea22d17f8d621fd6cd0964ef6d938d03_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:40a052b2e269f6d221e391b76f3d54e4381eac38f0e15e27fcb0d39e6bee9776_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:0eed318756ec1506590a940159a9a1b0d14aebae3d7ac4a56b35fc855fb57109_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:36f1e809e50319d3fd48678e14e6696e885ee3eff248106df3481608f74632ad_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:a4f669abd3221fb3025a4cc6ff7495018ccdba617424ca506257c59dd0a33204_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:c590bdc6f6b508aed99af01c5206fc19aaead7a3b39484472cd4c4ba1c65f951_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, 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": [
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:07c060ff3d6723fd580e3836d1d0b42701bbd1efe7ec7f2fe99c507396951e3f_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:3f1d9ce6087ba06be44fca762de06e8f3bd611bd90c579f3d68a3a28688f3717_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:73aee97fe107f2ff5da99dd88f39629722531526d8dc24d8523741f9ee11fae8_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:9148ac506c6322f06b2ce01aa20f58f3a9e7a66e24ef2a450edd14670f5423f3_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:176faa3ac0d2222bb5ce6a8e8ff0afaa985433bbb126a54864ae59a5fbbba74d_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:35af70e15cfdae3a0013fa459b5b77fb83318c5235c80ce992f44725d1c0ae3c_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:e99a99d015d5db9a61663303148bea2ffd77c5a0b689e456b288993749aa43b2_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:f272bb0d9c02709c4fe48e067cd0a60769ed11b77c5e7aa2ebc066fd0112bccd_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:348e40c45bcf4f209fd5bda364916d2dc7269a2724d8bf952fef905d51f21b0a_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:395e26999a661ed496ac14dc9464c528b845c58be44d4cf4374cc63fe3380dc3_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:7188673c4a226ed5dbccff2a0167a5a278c629d1b87ad729ee218848612f1ac6_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:90543cc08bb127a507459b1b0fd916e763625bf4febcf7ee834164ce87a310bd_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:0ee822d5316d7bcbabcc4bf9589f9c6af4cd22f7b706489dc1dec53665d25a46_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:26f561d79698d7aec7fd134e3cc20bb791ba1cfc1a0ee572b1b788d211cc25c7_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:86e60d5fef0bfe75e890fefa44a021643d5f699c460b396226322af29cc8aa53_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:a6b09c2564a460d035173bc7b6a64df9008374dd40f59aeb88a783dc7997e555_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:33891132762aa99e9bae37b3cdaeb72776f42d18537a4c96ba5b22078dc42d34_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9b3b64c485ae3a2d184fbc962d4f0044fd095a0d8cf12140baa9a98d96e66ab5_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9ef095766611c29df64b711de5b7f8284b9912d74999695d322fcdee4e9680a7_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e1fa76d6bae325c87c32f5fd0735fb16ca775c64e771b58d9ac2e31a3d5c3265_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0d494aed16c43ff8befe3ac79fef6bd3f3279c81f50a8722197326d907362d66_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:208f15e6c0d97abdd45bf175b6c8aeb6c77e56cd27c4205691e77f833e0fb871_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4166927ab7ee35b5f32ee3e05236c4c5076c64caa831d9452a71cd4e5bedd11c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:79e5f39dc38a03601dccd5f43e4ef2ca326b81f97f8c0e16f0979b66bdd348be_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:2994fbd027f3980e275ee29735a74d44aecf41f70ce00302d8abc6c2241ffe37_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:9e93f36084182e4242096261ba0c0c57be46b37a239a39a49d4c59b642e3e3bf_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:b40b5e5e955bd0a461b046f3a161450b7dc84940c466bc2145d54373a59fe3f4_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:fa2b41d9c65a3a7d383ba87055559eadff6d5bc0d98d34a56ea5027962b0c9a2_ppc64le"
],
"known_not_affected": [
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:a9b04cfa7910cde745e6a05c949d7dc8ea22d17f8d621fd6cd0964ef6d938d03_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:40a052b2e269f6d221e391b76f3d54e4381eac38f0e15e27fcb0d39e6bee9776_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:0eed318756ec1506590a940159a9a1b0d14aebae3d7ac4a56b35fc855fb57109_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:36f1e809e50319d3fd48678e14e6696e885ee3eff248106df3481608f74632ad_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:a4f669abd3221fb3025a4cc6ff7495018ccdba617424ca506257c59dd0a33204_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:c590bdc6f6b508aed99af01c5206fc19aaead7a3b39484472cd4c4ba1c65f951_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-12T14:45:08+00:00",
"details": "For OpenShift Container Platform 4.18 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/release_notes/ocp-4-18-release-notes\n\nFor Red Hat OpenShift Logging 6.2, see the following instructions to apply this update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_logging/6.2",
"product_ids": [
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:07c060ff3d6723fd580e3836d1d0b42701bbd1efe7ec7f2fe99c507396951e3f_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:3f1d9ce6087ba06be44fca762de06e8f3bd611bd90c579f3d68a3a28688f3717_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:73aee97fe107f2ff5da99dd88f39629722531526d8dc24d8523741f9ee11fae8_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:9148ac506c6322f06b2ce01aa20f58f3a9e7a66e24ef2a450edd14670f5423f3_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:176faa3ac0d2222bb5ce6a8e8ff0afaa985433bbb126a54864ae59a5fbbba74d_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:35af70e15cfdae3a0013fa459b5b77fb83318c5235c80ce992f44725d1c0ae3c_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:e99a99d015d5db9a61663303148bea2ffd77c5a0b689e456b288993749aa43b2_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:f272bb0d9c02709c4fe48e067cd0a60769ed11b77c5e7aa2ebc066fd0112bccd_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:348e40c45bcf4f209fd5bda364916d2dc7269a2724d8bf952fef905d51f21b0a_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:395e26999a661ed496ac14dc9464c528b845c58be44d4cf4374cc63fe3380dc3_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:7188673c4a226ed5dbccff2a0167a5a278c629d1b87ad729ee218848612f1ac6_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:90543cc08bb127a507459b1b0fd916e763625bf4febcf7ee834164ce87a310bd_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:0ee822d5316d7bcbabcc4bf9589f9c6af4cd22f7b706489dc1dec53665d25a46_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:26f561d79698d7aec7fd134e3cc20bb791ba1cfc1a0ee572b1b788d211cc25c7_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:86e60d5fef0bfe75e890fefa44a021643d5f699c460b396226322af29cc8aa53_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:a6b09c2564a460d035173bc7b6a64df9008374dd40f59aeb88a783dc7997e555_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:33891132762aa99e9bae37b3cdaeb72776f42d18537a4c96ba5b22078dc42d34_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9b3b64c485ae3a2d184fbc962d4f0044fd095a0d8cf12140baa9a98d96e66ab5_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9ef095766611c29df64b711de5b7f8284b9912d74999695d322fcdee4e9680a7_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e1fa76d6bae325c87c32f5fd0735fb16ca775c64e771b58d9ac2e31a3d5c3265_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0d494aed16c43ff8befe3ac79fef6bd3f3279c81f50a8722197326d907362d66_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:208f15e6c0d97abdd45bf175b6c8aeb6c77e56cd27c4205691e77f833e0fb871_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4166927ab7ee35b5f32ee3e05236c4c5076c64caa831d9452a71cd4e5bedd11c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:79e5f39dc38a03601dccd5f43e4ef2ca326b81f97f8c0e16f0979b66bdd348be_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:2994fbd027f3980e275ee29735a74d44aecf41f70ce00302d8abc6c2241ffe37_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:9e93f36084182e4242096261ba0c0c57be46b37a239a39a49d4c59b642e3e3bf_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:b40b5e5e955bd0a461b046f3a161450b7dc84940c466bc2145d54373a59fe3f4_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:fa2b41d9c65a3a7d383ba87055559eadff6d5bc0d98d34a56ea5027962b0c9a2_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4500"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:a9b04cfa7910cde745e6a05c949d7dc8ea22d17f8d621fd6cd0964ef6d938d03_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:07c060ff3d6723fd580e3836d1d0b42701bbd1efe7ec7f2fe99c507396951e3f_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:3f1d9ce6087ba06be44fca762de06e8f3bd611bd90c579f3d68a3a28688f3717_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:73aee97fe107f2ff5da99dd88f39629722531526d8dc24d8523741f9ee11fae8_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:9148ac506c6322f06b2ce01aa20f58f3a9e7a66e24ef2a450edd14670f5423f3_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:176faa3ac0d2222bb5ce6a8e8ff0afaa985433bbb126a54864ae59a5fbbba74d_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:35af70e15cfdae3a0013fa459b5b77fb83318c5235c80ce992f44725d1c0ae3c_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:e99a99d015d5db9a61663303148bea2ffd77c5a0b689e456b288993749aa43b2_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:f272bb0d9c02709c4fe48e067cd0a60769ed11b77c5e7aa2ebc066fd0112bccd_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:348e40c45bcf4f209fd5bda364916d2dc7269a2724d8bf952fef905d51f21b0a_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:395e26999a661ed496ac14dc9464c528b845c58be44d4cf4374cc63fe3380dc3_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:7188673c4a226ed5dbccff2a0167a5a278c629d1b87ad729ee218848612f1ac6_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:90543cc08bb127a507459b1b0fd916e763625bf4febcf7ee834164ce87a310bd_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:0ee822d5316d7bcbabcc4bf9589f9c6af4cd22f7b706489dc1dec53665d25a46_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:26f561d79698d7aec7fd134e3cc20bb791ba1cfc1a0ee572b1b788d211cc25c7_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:86e60d5fef0bfe75e890fefa44a021643d5f699c460b396226322af29cc8aa53_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:a6b09c2564a460d035173bc7b6a64df9008374dd40f59aeb88a783dc7997e555_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:40a052b2e269f6d221e391b76f3d54e4381eac38f0e15e27fcb0d39e6bee9776_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:33891132762aa99e9bae37b3cdaeb72776f42d18537a4c96ba5b22078dc42d34_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9b3b64c485ae3a2d184fbc962d4f0044fd095a0d8cf12140baa9a98d96e66ab5_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9ef095766611c29df64b711de5b7f8284b9912d74999695d322fcdee4e9680a7_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e1fa76d6bae325c87c32f5fd0735fb16ca775c64e771b58d9ac2e31a3d5c3265_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0d494aed16c43ff8befe3ac79fef6bd3f3279c81f50a8722197326d907362d66_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:208f15e6c0d97abdd45bf175b6c8aeb6c77e56cd27c4205691e77f833e0fb871_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4166927ab7ee35b5f32ee3e05236c4c5076c64caa831d9452a71cd4e5bedd11c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:79e5f39dc38a03601dccd5f43e4ef2ca326b81f97f8c0e16f0979b66bdd348be_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:2994fbd027f3980e275ee29735a74d44aecf41f70ce00302d8abc6c2241ffe37_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:9e93f36084182e4242096261ba0c0c57be46b37a239a39a49d4c59b642e3e3bf_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:b40b5e5e955bd0a461b046f3a161450b7dc84940c466bc2145d54373a59fe3f4_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:fa2b41d9c65a3a7d383ba87055559eadff6d5bc0d98d34a56ea5027962b0c9a2_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:0eed318756ec1506590a940159a9a1b0d14aebae3d7ac4a56b35fc855fb57109_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:36f1e809e50319d3fd48678e14e6696e885ee3eff248106df3481608f74632ad_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:a4f669abd3221fb3025a4cc6ff7495018ccdba617424ca506257c59dd0a33204_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:c590bdc6f6b508aed99af01c5206fc19aaead7a3b39484472cd4c4ba1c65f951_arm64"
]
}
],
"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": [
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:a9b04cfa7910cde745e6a05c949d7dc8ea22d17f8d621fd6cd0964ef6d938d03_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:07c060ff3d6723fd580e3836d1d0b42701bbd1efe7ec7f2fe99c507396951e3f_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:3f1d9ce6087ba06be44fca762de06e8f3bd611bd90c579f3d68a3a28688f3717_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:73aee97fe107f2ff5da99dd88f39629722531526d8dc24d8523741f9ee11fae8_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:9148ac506c6322f06b2ce01aa20f58f3a9e7a66e24ef2a450edd14670f5423f3_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:176faa3ac0d2222bb5ce6a8e8ff0afaa985433bbb126a54864ae59a5fbbba74d_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:35af70e15cfdae3a0013fa459b5b77fb83318c5235c80ce992f44725d1c0ae3c_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:e99a99d015d5db9a61663303148bea2ffd77c5a0b689e456b288993749aa43b2_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:f272bb0d9c02709c4fe48e067cd0a60769ed11b77c5e7aa2ebc066fd0112bccd_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:348e40c45bcf4f209fd5bda364916d2dc7269a2724d8bf952fef905d51f21b0a_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:395e26999a661ed496ac14dc9464c528b845c58be44d4cf4374cc63fe3380dc3_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:7188673c4a226ed5dbccff2a0167a5a278c629d1b87ad729ee218848612f1ac6_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:90543cc08bb127a507459b1b0fd916e763625bf4febcf7ee834164ce87a310bd_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:0ee822d5316d7bcbabcc4bf9589f9c6af4cd22f7b706489dc1dec53665d25a46_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:26f561d79698d7aec7fd134e3cc20bb791ba1cfc1a0ee572b1b788d211cc25c7_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:86e60d5fef0bfe75e890fefa44a021643d5f699c460b396226322af29cc8aa53_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:a6b09c2564a460d035173bc7b6a64df9008374dd40f59aeb88a783dc7997e555_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:40a052b2e269f6d221e391b76f3d54e4381eac38f0e15e27fcb0d39e6bee9776_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:33891132762aa99e9bae37b3cdaeb72776f42d18537a4c96ba5b22078dc42d34_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9b3b64c485ae3a2d184fbc962d4f0044fd095a0d8cf12140baa9a98d96e66ab5_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9ef095766611c29df64b711de5b7f8284b9912d74999695d322fcdee4e9680a7_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e1fa76d6bae325c87c32f5fd0735fb16ca775c64e771b58d9ac2e31a3d5c3265_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0d494aed16c43ff8befe3ac79fef6bd3f3279c81f50a8722197326d907362d66_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:208f15e6c0d97abdd45bf175b6c8aeb6c77e56cd27c4205691e77f833e0fb871_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4166927ab7ee35b5f32ee3e05236c4c5076c64caa831d9452a71cd4e5bedd11c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:79e5f39dc38a03601dccd5f43e4ef2ca326b81f97f8c0e16f0979b66bdd348be_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:2994fbd027f3980e275ee29735a74d44aecf41f70ce00302d8abc6c2241ffe37_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:9e93f36084182e4242096261ba0c0c57be46b37a239a39a49d4c59b642e3e3bf_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:b40b5e5e955bd0a461b046f3a161450b7dc84940c466bc2145d54373a59fe3f4_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:fa2b41d9c65a3a7d383ba87055559eadff6d5bc0d98d34a56ea5027962b0c9a2_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:0eed318756ec1506590a940159a9a1b0d14aebae3d7ac4a56b35fc855fb57109_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:36f1e809e50319d3fd48678e14e6696e885ee3eff248106df3481608f74632ad_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:a4f669abd3221fb3025a4cc6ff7495018ccdba617424ca506257c59dd0a33204_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:c590bdc6f6b508aed99af01c5206fc19aaead7a3b39484472cd4c4ba1c65f951_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:a9b04cfa7910cde745e6a05c949d7dc8ea22d17f8d621fd6cd0964ef6d938d03_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:40a052b2e269f6d221e391b76f3d54e4381eac38f0e15e27fcb0d39e6bee9776_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:0eed318756ec1506590a940159a9a1b0d14aebae3d7ac4a56b35fc855fb57109_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:36f1e809e50319d3fd48678e14e6696e885ee3eff248106df3481608f74632ad_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:a4f669abd3221fb3025a4cc6ff7495018ccdba617424ca506257c59dd0a33204_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:c590bdc6f6b508aed99af01c5206fc19aaead7a3b39484472cd4c4ba1c65f951_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"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": [
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:07c060ff3d6723fd580e3836d1d0b42701bbd1efe7ec7f2fe99c507396951e3f_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:3f1d9ce6087ba06be44fca762de06e8f3bd611bd90c579f3d68a3a28688f3717_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:73aee97fe107f2ff5da99dd88f39629722531526d8dc24d8523741f9ee11fae8_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:9148ac506c6322f06b2ce01aa20f58f3a9e7a66e24ef2a450edd14670f5423f3_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:176faa3ac0d2222bb5ce6a8e8ff0afaa985433bbb126a54864ae59a5fbbba74d_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:35af70e15cfdae3a0013fa459b5b77fb83318c5235c80ce992f44725d1c0ae3c_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:e99a99d015d5db9a61663303148bea2ffd77c5a0b689e456b288993749aa43b2_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:f272bb0d9c02709c4fe48e067cd0a60769ed11b77c5e7aa2ebc066fd0112bccd_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:348e40c45bcf4f209fd5bda364916d2dc7269a2724d8bf952fef905d51f21b0a_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:395e26999a661ed496ac14dc9464c528b845c58be44d4cf4374cc63fe3380dc3_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:7188673c4a226ed5dbccff2a0167a5a278c629d1b87ad729ee218848612f1ac6_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:90543cc08bb127a507459b1b0fd916e763625bf4febcf7ee834164ce87a310bd_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:0ee822d5316d7bcbabcc4bf9589f9c6af4cd22f7b706489dc1dec53665d25a46_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:26f561d79698d7aec7fd134e3cc20bb791ba1cfc1a0ee572b1b788d211cc25c7_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:86e60d5fef0bfe75e890fefa44a021643d5f699c460b396226322af29cc8aa53_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:a6b09c2564a460d035173bc7b6a64df9008374dd40f59aeb88a783dc7997e555_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:33891132762aa99e9bae37b3cdaeb72776f42d18537a4c96ba5b22078dc42d34_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9b3b64c485ae3a2d184fbc962d4f0044fd095a0d8cf12140baa9a98d96e66ab5_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9ef095766611c29df64b711de5b7f8284b9912d74999695d322fcdee4e9680a7_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e1fa76d6bae325c87c32f5fd0735fb16ca775c64e771b58d9ac2e31a3d5c3265_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0d494aed16c43ff8befe3ac79fef6bd3f3279c81f50a8722197326d907362d66_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:208f15e6c0d97abdd45bf175b6c8aeb6c77e56cd27c4205691e77f833e0fb871_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4166927ab7ee35b5f32ee3e05236c4c5076c64caa831d9452a71cd4e5bedd11c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:79e5f39dc38a03601dccd5f43e4ef2ca326b81f97f8c0e16f0979b66bdd348be_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:2994fbd027f3980e275ee29735a74d44aecf41f70ce00302d8abc6c2241ffe37_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:9e93f36084182e4242096261ba0c0c57be46b37a239a39a49d4c59b642e3e3bf_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:b40b5e5e955bd0a461b046f3a161450b7dc84940c466bc2145d54373a59fe3f4_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:fa2b41d9c65a3a7d383ba87055559eadff6d5bc0d98d34a56ea5027962b0c9a2_ppc64le"
],
"known_not_affected": [
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:a9b04cfa7910cde745e6a05c949d7dc8ea22d17f8d621fd6cd0964ef6d938d03_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:40a052b2e269f6d221e391b76f3d54e4381eac38f0e15e27fcb0d39e6bee9776_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:0eed318756ec1506590a940159a9a1b0d14aebae3d7ac4a56b35fc855fb57109_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:36f1e809e50319d3fd48678e14e6696e885ee3eff248106df3481608f74632ad_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:a4f669abd3221fb3025a4cc6ff7495018ccdba617424ca506257c59dd0a33204_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:c590bdc6f6b508aed99af01c5206fc19aaead7a3b39484472cd4c4ba1c65f951_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-12T14:45:08+00:00",
"details": "For OpenShift Container Platform 4.18 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/release_notes/ocp-4-18-release-notes\n\nFor Red Hat OpenShift Logging 6.2, see the following instructions to apply this update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_logging/6.2",
"product_ids": [
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:07c060ff3d6723fd580e3836d1d0b42701bbd1efe7ec7f2fe99c507396951e3f_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:3f1d9ce6087ba06be44fca762de06e8f3bd611bd90c579f3d68a3a28688f3717_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:73aee97fe107f2ff5da99dd88f39629722531526d8dc24d8523741f9ee11fae8_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:9148ac506c6322f06b2ce01aa20f58f3a9e7a66e24ef2a450edd14670f5423f3_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:176faa3ac0d2222bb5ce6a8e8ff0afaa985433bbb126a54864ae59a5fbbba74d_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:35af70e15cfdae3a0013fa459b5b77fb83318c5235c80ce992f44725d1c0ae3c_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:e99a99d015d5db9a61663303148bea2ffd77c5a0b689e456b288993749aa43b2_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:f272bb0d9c02709c4fe48e067cd0a60769ed11b77c5e7aa2ebc066fd0112bccd_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:348e40c45bcf4f209fd5bda364916d2dc7269a2724d8bf952fef905d51f21b0a_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:395e26999a661ed496ac14dc9464c528b845c58be44d4cf4374cc63fe3380dc3_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:7188673c4a226ed5dbccff2a0167a5a278c629d1b87ad729ee218848612f1ac6_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:90543cc08bb127a507459b1b0fd916e763625bf4febcf7ee834164ce87a310bd_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:0ee822d5316d7bcbabcc4bf9589f9c6af4cd22f7b706489dc1dec53665d25a46_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:26f561d79698d7aec7fd134e3cc20bb791ba1cfc1a0ee572b1b788d211cc25c7_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:86e60d5fef0bfe75e890fefa44a021643d5f699c460b396226322af29cc8aa53_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:a6b09c2564a460d035173bc7b6a64df9008374dd40f59aeb88a783dc7997e555_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:33891132762aa99e9bae37b3cdaeb72776f42d18537a4c96ba5b22078dc42d34_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9b3b64c485ae3a2d184fbc962d4f0044fd095a0d8cf12140baa9a98d96e66ab5_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9ef095766611c29df64b711de5b7f8284b9912d74999695d322fcdee4e9680a7_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e1fa76d6bae325c87c32f5fd0735fb16ca775c64e771b58d9ac2e31a3d5c3265_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0d494aed16c43ff8befe3ac79fef6bd3f3279c81f50a8722197326d907362d66_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:208f15e6c0d97abdd45bf175b6c8aeb6c77e56cd27c4205691e77f833e0fb871_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4166927ab7ee35b5f32ee3e05236c4c5076c64caa831d9452a71cd4e5bedd11c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:79e5f39dc38a03601dccd5f43e4ef2ca326b81f97f8c0e16f0979b66bdd348be_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:2994fbd027f3980e275ee29735a74d44aecf41f70ce00302d8abc6c2241ffe37_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:9e93f36084182e4242096261ba0c0c57be46b37a239a39a49d4c59b642e3e3bf_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:b40b5e5e955bd0a461b046f3a161450b7dc84940c466bc2145d54373a59fe3f4_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:fa2b41d9c65a3a7d383ba87055559eadff6d5bc0d98d34a56ea5027962b0c9a2_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4500"
}
],
"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": [
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:a9b04cfa7910cde745e6a05c949d7dc8ea22d17f8d621fd6cd0964ef6d938d03_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:07c060ff3d6723fd580e3836d1d0b42701bbd1efe7ec7f2fe99c507396951e3f_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:3f1d9ce6087ba06be44fca762de06e8f3bd611bd90c579f3d68a3a28688f3717_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:73aee97fe107f2ff5da99dd88f39629722531526d8dc24d8523741f9ee11fae8_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:9148ac506c6322f06b2ce01aa20f58f3a9e7a66e24ef2a450edd14670f5423f3_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:176faa3ac0d2222bb5ce6a8e8ff0afaa985433bbb126a54864ae59a5fbbba74d_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:35af70e15cfdae3a0013fa459b5b77fb83318c5235c80ce992f44725d1c0ae3c_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:e99a99d015d5db9a61663303148bea2ffd77c5a0b689e456b288993749aa43b2_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:f272bb0d9c02709c4fe48e067cd0a60769ed11b77c5e7aa2ebc066fd0112bccd_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:348e40c45bcf4f209fd5bda364916d2dc7269a2724d8bf952fef905d51f21b0a_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:395e26999a661ed496ac14dc9464c528b845c58be44d4cf4374cc63fe3380dc3_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:7188673c4a226ed5dbccff2a0167a5a278c629d1b87ad729ee218848612f1ac6_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:90543cc08bb127a507459b1b0fd916e763625bf4febcf7ee834164ce87a310bd_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:0ee822d5316d7bcbabcc4bf9589f9c6af4cd22f7b706489dc1dec53665d25a46_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:26f561d79698d7aec7fd134e3cc20bb791ba1cfc1a0ee572b1b788d211cc25c7_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:86e60d5fef0bfe75e890fefa44a021643d5f699c460b396226322af29cc8aa53_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:a6b09c2564a460d035173bc7b6a64df9008374dd40f59aeb88a783dc7997e555_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:40a052b2e269f6d221e391b76f3d54e4381eac38f0e15e27fcb0d39e6bee9776_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:33891132762aa99e9bae37b3cdaeb72776f42d18537a4c96ba5b22078dc42d34_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9b3b64c485ae3a2d184fbc962d4f0044fd095a0d8cf12140baa9a98d96e66ab5_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9ef095766611c29df64b711de5b7f8284b9912d74999695d322fcdee4e9680a7_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e1fa76d6bae325c87c32f5fd0735fb16ca775c64e771b58d9ac2e31a3d5c3265_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0d494aed16c43ff8befe3ac79fef6bd3f3279c81f50a8722197326d907362d66_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:208f15e6c0d97abdd45bf175b6c8aeb6c77e56cd27c4205691e77f833e0fb871_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4166927ab7ee35b5f32ee3e05236c4c5076c64caa831d9452a71cd4e5bedd11c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:79e5f39dc38a03601dccd5f43e4ef2ca326b81f97f8c0e16f0979b66bdd348be_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:2994fbd027f3980e275ee29735a74d44aecf41f70ce00302d8abc6c2241ffe37_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:9e93f36084182e4242096261ba0c0c57be46b37a239a39a49d4c59b642e3e3bf_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:b40b5e5e955bd0a461b046f3a161450b7dc84940c466bc2145d54373a59fe3f4_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:fa2b41d9c65a3a7d383ba87055559eadff6d5bc0d98d34a56ea5027962b0c9a2_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:0eed318756ec1506590a940159a9a1b0d14aebae3d7ac4a56b35fc855fb57109_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:36f1e809e50319d3fd48678e14e6696e885ee3eff248106df3481608f74632ad_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:a4f669abd3221fb3025a4cc6ff7495018ccdba617424ca506257c59dd0a33204_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:c590bdc6f6b508aed99af01c5206fc19aaead7a3b39484472cd4c4ba1c65f951_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:a9b04cfa7910cde745e6a05c949d7dc8ea22d17f8d621fd6cd0964ef6d938d03_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:07c060ff3d6723fd580e3836d1d0b42701bbd1efe7ec7f2fe99c507396951e3f_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:3f1d9ce6087ba06be44fca762de06e8f3bd611bd90c579f3d68a3a28688f3717_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:73aee97fe107f2ff5da99dd88f39629722531526d8dc24d8523741f9ee11fae8_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:9148ac506c6322f06b2ce01aa20f58f3a9e7a66e24ef2a450edd14670f5423f3_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:348e40c45bcf4f209fd5bda364916d2dc7269a2724d8bf952fef905d51f21b0a_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:395e26999a661ed496ac14dc9464c528b845c58be44d4cf4374cc63fe3380dc3_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:7188673c4a226ed5dbccff2a0167a5a278c629d1b87ad729ee218848612f1ac6_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:90543cc08bb127a507459b1b0fd916e763625bf4febcf7ee834164ce87a310bd_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:0ee822d5316d7bcbabcc4bf9589f9c6af4cd22f7b706489dc1dec53665d25a46_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:26f561d79698d7aec7fd134e3cc20bb791ba1cfc1a0ee572b1b788d211cc25c7_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:86e60d5fef0bfe75e890fefa44a021643d5f699c460b396226322af29cc8aa53_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:a6b09c2564a460d035173bc7b6a64df9008374dd40f59aeb88a783dc7997e555_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:40a052b2e269f6d221e391b76f3d54e4381eac38f0e15e27fcb0d39e6bee9776_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:33891132762aa99e9bae37b3cdaeb72776f42d18537a4c96ba5b22078dc42d34_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9b3b64c485ae3a2d184fbc962d4f0044fd095a0d8cf12140baa9a98d96e66ab5_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9ef095766611c29df64b711de5b7f8284b9912d74999695d322fcdee4e9680a7_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e1fa76d6bae325c87c32f5fd0735fb16ca775c64e771b58d9ac2e31a3d5c3265_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0d494aed16c43ff8befe3ac79fef6bd3f3279c81f50a8722197326d907362d66_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:208f15e6c0d97abdd45bf175b6c8aeb6c77e56cd27c4205691e77f833e0fb871_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4166927ab7ee35b5f32ee3e05236c4c5076c64caa831d9452a71cd4e5bedd11c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:79e5f39dc38a03601dccd5f43e4ef2ca326b81f97f8c0e16f0979b66bdd348be_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:2994fbd027f3980e275ee29735a74d44aecf41f70ce00302d8abc6c2241ffe37_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:9e93f36084182e4242096261ba0c0c57be46b37a239a39a49d4c59b642e3e3bf_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:b40b5e5e955bd0a461b046f3a161450b7dc84940c466bc2145d54373a59fe3f4_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:fa2b41d9c65a3a7d383ba87055559eadff6d5bc0d98d34a56ea5027962b0c9a2_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:0eed318756ec1506590a940159a9a1b0d14aebae3d7ac4a56b35fc855fb57109_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:36f1e809e50319d3fd48678e14e6696e885ee3eff248106df3481608f74632ad_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:a4f669abd3221fb3025a4cc6ff7495018ccdba617424ca506257c59dd0a33204_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:c590bdc6f6b508aed99af01c5206fc19aaead7a3b39484472cd4c4ba1c65f951_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:176faa3ac0d2222bb5ce6a8e8ff0afaa985433bbb126a54864ae59a5fbbba74d_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:35af70e15cfdae3a0013fa459b5b77fb83318c5235c80ce992f44725d1c0ae3c_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:e99a99d015d5db9a61663303148bea2ffd77c5a0b689e456b288993749aa43b2_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:f272bb0d9c02709c4fe48e067cd0a60769ed11b77c5e7aa2ebc066fd0112bccd_ppc64le"
],
"known_not_affected": [
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:a9b04cfa7910cde745e6a05c949d7dc8ea22d17f8d621fd6cd0964ef6d938d03_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:07c060ff3d6723fd580e3836d1d0b42701bbd1efe7ec7f2fe99c507396951e3f_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:3f1d9ce6087ba06be44fca762de06e8f3bd611bd90c579f3d68a3a28688f3717_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:73aee97fe107f2ff5da99dd88f39629722531526d8dc24d8523741f9ee11fae8_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:9148ac506c6322f06b2ce01aa20f58f3a9e7a66e24ef2a450edd14670f5423f3_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:348e40c45bcf4f209fd5bda364916d2dc7269a2724d8bf952fef905d51f21b0a_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:395e26999a661ed496ac14dc9464c528b845c58be44d4cf4374cc63fe3380dc3_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:7188673c4a226ed5dbccff2a0167a5a278c629d1b87ad729ee218848612f1ac6_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:90543cc08bb127a507459b1b0fd916e763625bf4febcf7ee834164ce87a310bd_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:0ee822d5316d7bcbabcc4bf9589f9c6af4cd22f7b706489dc1dec53665d25a46_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:26f561d79698d7aec7fd134e3cc20bb791ba1cfc1a0ee572b1b788d211cc25c7_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:86e60d5fef0bfe75e890fefa44a021643d5f699c460b396226322af29cc8aa53_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:a6b09c2564a460d035173bc7b6a64df9008374dd40f59aeb88a783dc7997e555_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:40a052b2e269f6d221e391b76f3d54e4381eac38f0e15e27fcb0d39e6bee9776_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:33891132762aa99e9bae37b3cdaeb72776f42d18537a4c96ba5b22078dc42d34_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9b3b64c485ae3a2d184fbc962d4f0044fd095a0d8cf12140baa9a98d96e66ab5_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9ef095766611c29df64b711de5b7f8284b9912d74999695d322fcdee4e9680a7_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e1fa76d6bae325c87c32f5fd0735fb16ca775c64e771b58d9ac2e31a3d5c3265_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0d494aed16c43ff8befe3ac79fef6bd3f3279c81f50a8722197326d907362d66_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:208f15e6c0d97abdd45bf175b6c8aeb6c77e56cd27c4205691e77f833e0fb871_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4166927ab7ee35b5f32ee3e05236c4c5076c64caa831d9452a71cd4e5bedd11c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:79e5f39dc38a03601dccd5f43e4ef2ca326b81f97f8c0e16f0979b66bdd348be_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:2994fbd027f3980e275ee29735a74d44aecf41f70ce00302d8abc6c2241ffe37_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:9e93f36084182e4242096261ba0c0c57be46b37a239a39a49d4c59b642e3e3bf_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:b40b5e5e955bd0a461b046f3a161450b7dc84940c466bc2145d54373a59fe3f4_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:fa2b41d9c65a3a7d383ba87055559eadff6d5bc0d98d34a56ea5027962b0c9a2_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:0eed318756ec1506590a940159a9a1b0d14aebae3d7ac4a56b35fc855fb57109_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:36f1e809e50319d3fd48678e14e6696e885ee3eff248106df3481608f74632ad_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:a4f669abd3221fb3025a4cc6ff7495018ccdba617424ca506257c59dd0a33204_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:c590bdc6f6b508aed99af01c5206fc19aaead7a3b39484472cd4c4ba1c65f951_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-12T14:45:08+00:00",
"details": "For OpenShift Container Platform 4.18 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/release_notes/ocp-4-18-release-notes\n\nFor Red Hat OpenShift Logging 6.2, see the following instructions to apply this update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_logging/6.2",
"product_ids": [
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:176faa3ac0d2222bb5ce6a8e8ff0afaa985433bbb126a54864ae59a5fbbba74d_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:35af70e15cfdae3a0013fa459b5b77fb83318c5235c80ce992f44725d1c0ae3c_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:e99a99d015d5db9a61663303148bea2ffd77c5a0b689e456b288993749aa43b2_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:f272bb0d9c02709c4fe48e067cd0a60769ed11b77c5e7aa2ebc066fd0112bccd_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4500"
}
],
"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": [
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:a9b04cfa7910cde745e6a05c949d7dc8ea22d17f8d621fd6cd0964ef6d938d03_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:07c060ff3d6723fd580e3836d1d0b42701bbd1efe7ec7f2fe99c507396951e3f_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:3f1d9ce6087ba06be44fca762de06e8f3bd611bd90c579f3d68a3a28688f3717_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:73aee97fe107f2ff5da99dd88f39629722531526d8dc24d8523741f9ee11fae8_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:9148ac506c6322f06b2ce01aa20f58f3a9e7a66e24ef2a450edd14670f5423f3_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:176faa3ac0d2222bb5ce6a8e8ff0afaa985433bbb126a54864ae59a5fbbba74d_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:35af70e15cfdae3a0013fa459b5b77fb83318c5235c80ce992f44725d1c0ae3c_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:e99a99d015d5db9a61663303148bea2ffd77c5a0b689e456b288993749aa43b2_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:f272bb0d9c02709c4fe48e067cd0a60769ed11b77c5e7aa2ebc066fd0112bccd_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:348e40c45bcf4f209fd5bda364916d2dc7269a2724d8bf952fef905d51f21b0a_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:395e26999a661ed496ac14dc9464c528b845c58be44d4cf4374cc63fe3380dc3_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:7188673c4a226ed5dbccff2a0167a5a278c629d1b87ad729ee218848612f1ac6_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:90543cc08bb127a507459b1b0fd916e763625bf4febcf7ee834164ce87a310bd_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:0ee822d5316d7bcbabcc4bf9589f9c6af4cd22f7b706489dc1dec53665d25a46_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:26f561d79698d7aec7fd134e3cc20bb791ba1cfc1a0ee572b1b788d211cc25c7_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:86e60d5fef0bfe75e890fefa44a021643d5f699c460b396226322af29cc8aa53_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:a6b09c2564a460d035173bc7b6a64df9008374dd40f59aeb88a783dc7997e555_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:40a052b2e269f6d221e391b76f3d54e4381eac38f0e15e27fcb0d39e6bee9776_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:33891132762aa99e9bae37b3cdaeb72776f42d18537a4c96ba5b22078dc42d34_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9b3b64c485ae3a2d184fbc962d4f0044fd095a0d8cf12140baa9a98d96e66ab5_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9ef095766611c29df64b711de5b7f8284b9912d74999695d322fcdee4e9680a7_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e1fa76d6bae325c87c32f5fd0735fb16ca775c64e771b58d9ac2e31a3d5c3265_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0d494aed16c43ff8befe3ac79fef6bd3f3279c81f50a8722197326d907362d66_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:208f15e6c0d97abdd45bf175b6c8aeb6c77e56cd27c4205691e77f833e0fb871_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4166927ab7ee35b5f32ee3e05236c4c5076c64caa831d9452a71cd4e5bedd11c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:79e5f39dc38a03601dccd5f43e4ef2ca326b81f97f8c0e16f0979b66bdd348be_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:2994fbd027f3980e275ee29735a74d44aecf41f70ce00302d8abc6c2241ffe37_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:9e93f36084182e4242096261ba0c0c57be46b37a239a39a49d4c59b642e3e3bf_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:b40b5e5e955bd0a461b046f3a161450b7dc84940c466bc2145d54373a59fe3f4_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:fa2b41d9c65a3a7d383ba87055559eadff6d5bc0d98d34a56ea5027962b0c9a2_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:0eed318756ec1506590a940159a9a1b0d14aebae3d7ac4a56b35fc855fb57109_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:36f1e809e50319d3fd48678e14e6696e885ee3eff248106df3481608f74632ad_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:a4f669abd3221fb3025a4cc6ff7495018ccdba617424ca506257c59dd0a33204_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:c590bdc6f6b508aed99af01c5206fc19aaead7a3b39484472cd4c4ba1c65f951_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
}
]
}
RHSA-2026:4672
Vulnerability from csaf_redhat - Published: 2026-03-17 04:01 - Updated: 2026-05-26 09:05A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-30.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-3.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-3.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-30.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-3.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-3.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-30.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-3.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-3.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the container-tools:rhel8 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The container-tools module contains tools for working with containers, notably podman, buildah, skopeo, and runc.\n\nSecurity Fix(es):\n\n* golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip (CVE-2025-61728)\n\n* golang: net/url: Memory exhaustion in query parameter parsing in net/url (CVE-2025-61726)\n\n* crypto/tls: Unexpected session resumption in crypto/tls (CVE-2025-68121)\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:4672",
"url": "https://access.redhat.com/errata/RHSA-2026:4672"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2434431",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434431"
},
{
"category": "external",
"summary": "2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_4672.json"
}
],
"title": "Red Hat Security Advisory: container-tools:rhel8 security update",
"tracking": {
"current_release_date": "2026-05-26T09:05:22+00:00",
"generator": {
"date": "2026-05-26T09:05:22+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:4672",
"initial_release_date": "2026-03-17T04:01:11+00:00",
"revision_history": [
{
"date": "2026-03-17T04:01:11+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-17T04:01:11+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-26T09:05:22+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.src (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.10.1-2.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"product": {
"name": "buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.src (container-tools:rhel8)",
"product_id": "buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.14-3.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"product": {
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+24081+a04d358a.src (container-tools:rhel8)",
"product_id": "cockpit-podman-0:84.1-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@84.1-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=src\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.src (container-tools:rhel8)",
"product_id": "conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=src\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"product": {
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+24081+a04d358a.src (container-tools:rhel8)",
"product_id": "container-selinux-2:2.229.0-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.229.0-2.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.src (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-8.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=src\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-82.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-82.module+el8.10.0+24081+a04d358a.src (container-tools:rhel8)",
"product_id": "containers-common-2:1-82.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-82.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-5.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-5.module+el8.10.0+24081+a04d358a.src (container-tools:rhel8)",
"product_id": "criu-0:3.18-5.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-5.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=src\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.src (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=src\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.src (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=src\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.src (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-2.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=src\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"product": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.src (container-tools:rhel8)",
"product_id": "netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.src (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=src\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"product": {
"name": "podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.src (container-tools:rhel8)",
"product_id": "podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-30.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=src\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "python-podman-0:4.9.0-3.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"product": {
"name": "python-podman-0:4.9.0-3.module+el8.10.0+24081+a04d358a.src (container-tools:rhel8)",
"product_id": "python-podman-0:4.9.0-3.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-podman@4.9.0-3.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=src\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"product": {
"name": "runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.src (container-tools:rhel8)",
"product_id": "runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.2.9-4.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=src\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.src (container-tools:rhel8)",
"product_id": "skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.5-7.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.src (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=src\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.src (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.5.1-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=src\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-21.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"product": {
"name": "udica-0:0.2.6-21.module+el8.10.0+24081+a04d358a.src (container-tools:rhel8)",
"product_id": "udica-0:0.2.6-21.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-21.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=src\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"product": {
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+24081+a04d358a.noarch (container-tools:rhel8)",
"product_id": "cockpit-podman-0:84.1-1.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@84.1-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=noarch\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"product": {
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+24081+a04d358a.noarch (container-tools:rhel8)",
"product_id": "container-selinux-2:2.229.0-2.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.229.0-2.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=noarch\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-docker-4:4.9.4-30.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"product": {
"name": "podman-docker-4:4.9.4-30.module+el8.10.0+24081+a04d358a.noarch (container-tools:rhel8)",
"product_id": "podman-docker-4:4.9.4-30.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.9.4-30.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=noarch\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "python3-podman-0:4.9.0-3.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"product": {
"name": "python3-podman-0:4.9.0-3.module+el8.10.0+24081+a04d358a.noarch (container-tools:rhel8)",
"product_id": "python3-podman-0:4.9.0-3.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-podman@4.9.0-3.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=noarch\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-21.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"product": {
"name": "udica-0:0.2.6-21.module+el8.10.0+24081+a04d358a.noarch (container-tools:rhel8)",
"product_id": "udica-0:0.2.6-21.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-21.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=noarch\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.10.1-2.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.14-3.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.14-3.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.14-3.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.14-3.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.14-3.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.10-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.10-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-8.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-8.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-8.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-82.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-82.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "containers-common-2:1-82.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-82.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "crit-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "crit-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.18-5.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "criu-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-5.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.18-5.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.18-5.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.18-5.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.18-5.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-5.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-2.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-2.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.13-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.13-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-2.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-2.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-2.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-2.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.10-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.10-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-30.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-30.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-30.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-30.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-30.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-30.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-30.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-30.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-30.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-30.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-30.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-30.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.18-5.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.2.9-4.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.2.9-4.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.2.9-4.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.5-7.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.5-7.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.3-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.3-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.5.1-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.5.1-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.5.1-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.5.1-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=aarch64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.10.1-2.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.14-3.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.14-3.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.14-3.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.14-3.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.14-3.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.10-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.10-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-8.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-8.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-8.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-82.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-82.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "containers-common-2:1-82.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-82.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "crit-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "crit-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.18-5.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "criu-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-5.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.18-5.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.18-5.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.18-5.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.18-5.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-5.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-2.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-2.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.13-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.13-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-2.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-2.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-2.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-2.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.10-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.10-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-30.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-30.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-30.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-30.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-30.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-30.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-30.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-30.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-30.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-30.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-30.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-30.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.18-5.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.2.9-4.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.2.9-4.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.2.9-4.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.5-7.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.5-7.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.3-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.3-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.5.1-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.5.1-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.5.1-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.5.1-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.10.1-2.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.14-3.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.14-3.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.14-3.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.14-3.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.14-3.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.10-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.10-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-8.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-8.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-8.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-82.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-82.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "containers-common-2:1-82.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-82.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "crit-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "crit-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.18-5.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "criu-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-5.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.18-5.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.18-5.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.18-5.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.18-5.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-5.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-2.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-2.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.13-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.13-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-2.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-2.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-2.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-2.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.10-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.10-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-30.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-30.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-30.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-30.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-30.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-30.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-30.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-30.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-30.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-30.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-30.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-30.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.18-5.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.2.9-4.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.2.9-4.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.2.9-4.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.5-7.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.5-7.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.3-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.3-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.5.1-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.5.1-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.5.1-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.5.1-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=s390x\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.10.1-2.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.14-3.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.14-3.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.14-3.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.14-3.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.14-3.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.10-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.10-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-8.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-8.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-8.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-82.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-82.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "containers-common-2:1-82.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-82.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "crit-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "crit-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.18-5.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "criu-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "criu-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.18-5.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.18-5.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.18-5.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.18-5.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.18-5.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.18-5.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-2.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-2.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-2.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.13-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.13-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.13-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-2.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-2.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-2.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-2.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.10.3-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.10-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.10-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-30.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-30.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-30.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-30.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-30.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-30.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-30.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-30.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-30.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-30.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-30.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-30.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.18-5.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.2.9-4.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.2.9-4.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.2.9-4.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026epoch=4\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.5-7.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.5-7.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.3-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.3-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.3-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.5.1-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.5.1-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.5.1-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.5.1-1.module%2Bel8.10.0%2B24081%2Ba04d358a?arch=x86_64\u0026rpmmod=container-tools:rhel8:8100020260311202035:afee755d"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8"
},
"product_reference": "buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+24081+a04d358a.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:84.1-1.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:84.1-1.module+el8.10.0+24081+a04d358a.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:84.1-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+24081+a04d358a.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.229.0-2.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.229.0-2.module+el8.10.0+24081+a04d358a.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.229.0-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-82.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-82.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-82.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-82.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-82.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-82.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-82.module+el8.10.0+24081+a04d358a.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-82.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-82.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-82.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "crit-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "crit-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "crit-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "crit-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-5.module+el8.10.0+24081+a04d358a.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-5.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "criu-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8"
},
"product_reference": "netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8"
},
"product_reference": "podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4:4.9.4-30.module+el8.10.0+24081+a04d358a.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-30.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8"
},
"product_reference": "podman-docker-4:4.9.4-30.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-podman-0:4.9.0-3.module+el8.10.0+24081+a04d358a.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-3.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8"
},
"product_reference": "python-podman-0:4.9.0-3.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-podman-0:4.9.0-3.module+el8.10.0+24081+a04d358a.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-3.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8"
},
"product_reference": "python3-podman-0:4.9.0-3.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8"
},
"product_reference": "runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-21.module+el8.10.0+24081+a04d358a.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-21.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-21.module+el8.10.0+24081+a04d358a.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-21.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, 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": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-30.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-3.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-3.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-17T04:01:11+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-30.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-3.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-3.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4672"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-30.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-3.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-3.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-30.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-3.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-3.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61728",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:39.965024+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434431"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to be able to process a malicious zip archive with an application using the archive/zip package. Additionally, this vulnerability can cause a Go application to consume an excessive amount of CPU and memory, eventually resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate 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": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-30.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-3.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-3.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "RHBZ#2434431",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434431"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://go.dev/cl/736713",
"url": "https://go.dev/cl/736713"
},
{
"category": "external",
"summary": "https://go.dev/issue/77102",
"url": "https://go.dev/issue/77102"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4342",
"url": "https://pkg.go.dev/vuln/GO-2026-4342"
}
],
"release_date": "2026-01-28T19:30:31.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-17T04:01:11+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-30.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-3.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-3.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4672"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, implement a timeout in your archive/zip processing logic to abort the operation if it exceeds a few seconds, preventing the application from consuming an excessive amount of resources.",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-30.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-3.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-3.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-30.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-3.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-3.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-30.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-3.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-3.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-17T04:01:11+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-30.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-3.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-3.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4672"
}
],
"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": [
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:aardvark-dns-2:1.10.1-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-debugsource-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.33.14-3.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:cockpit-podman-0:84.1-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debuginfo-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:conmon-debugsource-3:2.1.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:container-selinux-2:2.229.0-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debuginfo-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containernetworking-plugins-debugsource-1:1.4.0-8.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:containers-common-2:1-82.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crit-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-debugsource-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-devel-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:criu-libs-debuginfo-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debuginfo-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:crun-debugsource-0:1.14.3-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debuginfo-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:fuse-overlayfs-debugsource-0:1.13-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debuginfo-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-debugsource-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:libslirp-devel-0:4.4.0-2.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:netavark-2:1.10.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-catatonit-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-debugsource-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-docker-4:4.9.4-30.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-gvproxy-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-plugins-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-remote-debuginfo-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:podman-tests-4:4.9.4-30.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python-podman-0:4.9.0-3.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-criu-0:3.18-5.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:python3-podman-0:4.9.0-3.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debuginfo-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:runc-debugsource-4:1.2.9-4.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-2:1.14.5-7.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:skopeo-tests-2:1.14.5-7.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debuginfo-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:slirp4netns-debugsource-0:1.2.3-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debuginfo-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-debugsource-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.aarch64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.ppc64le::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.s390x::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:toolbox-tests-0:0.0.99.5.1-1.module+el8.10.0+24081+a04d358a.x86_64::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+24081+a04d358a.noarch::container-tools:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:udica-0:0.2.6-21.module+el8.10.0+24081+a04d358a.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
}
]
}
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.