Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-22869 (GCVE-0-2025-22869)
Vulnerability from cvelistv5 – Published: 2025-02-26 03:07 – Updated: 2025-04-11 22:03- CWE-770 - Allocation of Resources Without Limits or Throttling
| Vendor | Product | Version | |
|---|---|---|---|
| golang.org/x/crypto | golang.org/x/crypto/ssh |
Affected:
0 , < 0.35.0
(semver)
|
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"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"
}
},
{
"other": {
"content": {
"id": "CVE-2025-22869",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-02-26T14:57:07.968721Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-770",
"description": "CWE-770 Allocation of Resources Without Limits or Throttling",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-02-26T14:57:49.252Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2025-04-11T22:03:24.222Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "https://security.netapp.com/advisory/ntap-20250411-0010/"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://pkg.go.dev",
"defaultStatus": "unaffected",
"packageName": "golang.org/x/crypto/ssh",
"product": "golang.org/x/crypto/ssh",
"programRoutines": [
{
"name": "newHandshakeTransport"
},
{
"name": "handshakeTransport.recordWriteError"
},
{
"name": "handshakeTransport.kexLoop"
},
{
"name": "handshakeTransport.writePacket"
},
{
"name": "Client.Dial"
},
{
"name": "Client.DialContext"
},
{
"name": "Client.DialTCP"
},
{
"name": "Client.Listen"
},
{
"name": "Client.ListenTCP"
},
{
"name": "Client.ListenUnix"
},
{
"name": "Client.NewSession"
},
{
"name": "Dial"
},
{
"name": "DiscardRequests"
},
{
"name": "NewClient"
},
{
"name": "NewClientConn"
},
{
"name": "NewServerConn"
},
{
"name": "Request.Reply"
},
{
"name": "Session.Close"
},
{
"name": "Session.CombinedOutput"
},
{
"name": "Session.Output"
},
{
"name": "Session.RequestPty"
},
{
"name": "Session.RequestSubsystem"
},
{
"name": "Session.Run"
},
{
"name": "Session.SendRequest"
},
{
"name": "Session.Setenv"
},
{
"name": "Session.Shell"
},
{
"name": "Session.Signal"
},
{
"name": "Session.Start"
},
{
"name": "Session.WindowChange"
},
{
"name": "channel.Accept"
},
{
"name": "channel.Close"
},
{
"name": "channel.CloseWrite"
},
{
"name": "channel.Read"
},
{
"name": "channel.ReadExtended"
},
{
"name": "channel.Reject"
},
{
"name": "channel.SendRequest"
},
{
"name": "channel.Write"
},
{
"name": "channel.WriteExtended"
},
{
"name": "connection.SendAuthBanner"
},
{
"name": "curve25519sha256.Client"
},
{
"name": "curve25519sha256.Server"
},
{
"name": "dhGEXSHA.Client"
},
{
"name": "dhGEXSHA.Server"
},
{
"name": "dhGroup.Client"
},
{
"name": "dhGroup.Server"
},
{
"name": "ecdh.Client"
},
{
"name": "ecdh.Server"
},
{
"name": "extChannel.Read"
},
{
"name": "extChannel.Write"
},
{
"name": "mux.OpenChannel"
},
{
"name": "mux.SendRequest"
},
{
"name": "sessionStdin.Close"
},
{
"name": "sshClientKeyboardInteractive.Challenge"
},
{
"name": "tcpListener.Accept"
},
{
"name": "tcpListener.Close"
},
{
"name": "unixListener.Accept"
},
{
"name": "unixListener.Close"
}
],
"vendor": "golang.org/x/crypto",
"versions": [
{
"lessThan": "0.35.0",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"value": "Yuichi Watanabe"
}
],
"descriptions": [
{
"lang": "en",
"value": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "CWE-770: Allocation of Resources Without Limits or Throttling",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-02-26T03:07:48.855Z",
"orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"shortName": "Go"
},
"references": [
{
"url": "https://go.dev/cl/652135"
},
{
"url": "https://go.dev/issue/71931"
},
{
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"title": "Potential denial of service in golang.org/x/crypto"
}
},
"cveMetadata": {
"assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"assignerShortName": "Go",
"cveId": "CVE-2025-22869",
"datePublished": "2025-02-26T03:07:48.855Z",
"dateReserved": "2025-01-08T19:11:42.834Z",
"dateUpdated": "2025-04-11T22:03:24.222Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-22869",
"date": "2026-06-05",
"epss": "0.00607",
"percentile": "0.70114"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-22869\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2025-02-26T08:14:24.997\",\"lastModified\":\"2025-05-01T19:28:20.740\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.\"},{\"lang\":\"es\",\"value\":\"Los servidores SSH que implementan protocolos de transferencia de archivos son vulnerables a un ataque de denegaci\u00f3n de servicio por parte de clientes que completan el intercambio de claves lentamente o no lo completan en absoluto, lo que provoca que el contenido pendiente se lea en la memoria, pero nunca se transmita.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-770\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:go:ssh:*:*:*:*:*:go:*:*\",\"versionEndExcluding\":\"0.35.0\",\"matchCriteriaId\":\"311D718D-7E78-4EFC-A3B6-0D20C28956C9\"}]}]}],\"references\":[{\"url\":\"https://go.dev/cl/652135\",\"source\":\"security@golang.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://go.dev/issue/71931\",\"source\":\"security@golang.org\",\"tags\":[\"Issue Tracking\",\"Patch\"]},{\"url\":\"https://pkg.go.dev/vuln/GO-2025-3487\",\"source\":\"security@golang.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20250411-0010/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://security.netapp.com/advisory/ntap-20250411-0010/\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-04-11T22:03:24.222Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-22869\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-02-26T14:57:07.968721Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-770\", \"description\": \"CWE-770 Allocation of Resources Without Limits or Throttling\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-02-26T14:57:39.044Z\"}}], \"cna\": {\"title\": \"Potential denial of service in golang.org/x/crypto\", \"credits\": [{\"lang\": \"en\", \"value\": \"Yuichi Watanabe\"}], \"affected\": [{\"vendor\": \"golang.org/x/crypto\", \"product\": \"golang.org/x/crypto/ssh\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"0.35.0\", \"versionType\": \"semver\"}], \"packageName\": \"golang.org/x/crypto/ssh\", \"collectionURL\": \"https://pkg.go.dev\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"newHandshakeTransport\"}, {\"name\": \"handshakeTransport.recordWriteError\"}, {\"name\": \"handshakeTransport.kexLoop\"}, {\"name\": \"handshakeTransport.writePacket\"}, {\"name\": \"Client.Dial\"}, {\"name\": \"Client.DialContext\"}, {\"name\": \"Client.DialTCP\"}, {\"name\": \"Client.Listen\"}, {\"name\": \"Client.ListenTCP\"}, {\"name\": \"Client.ListenUnix\"}, {\"name\": \"Client.NewSession\"}, {\"name\": \"Dial\"}, {\"name\": \"DiscardRequests\"}, {\"name\": \"NewClient\"}, {\"name\": \"NewClientConn\"}, {\"name\": \"NewServerConn\"}, {\"name\": \"Request.Reply\"}, {\"name\": \"Session.Close\"}, {\"name\": \"Session.CombinedOutput\"}, {\"name\": \"Session.Output\"}, {\"name\": \"Session.RequestPty\"}, {\"name\": \"Session.RequestSubsystem\"}, {\"name\": \"Session.Run\"}, {\"name\": \"Session.SendRequest\"}, {\"name\": \"Session.Setenv\"}, {\"name\": \"Session.Shell\"}, {\"name\": \"Session.Signal\"}, {\"name\": \"Session.Start\"}, {\"name\": \"Session.WindowChange\"}, {\"name\": \"channel.Accept\"}, {\"name\": \"channel.Close\"}, {\"name\": \"channel.CloseWrite\"}, {\"name\": \"channel.Read\"}, {\"name\": \"channel.ReadExtended\"}, {\"name\": \"channel.Reject\"}, {\"name\": \"channel.SendRequest\"}, {\"name\": \"channel.Write\"}, {\"name\": \"channel.WriteExtended\"}, {\"name\": \"connection.SendAuthBanner\"}, {\"name\": \"curve25519sha256.Client\"}, {\"name\": \"curve25519sha256.Server\"}, {\"name\": \"dhGEXSHA.Client\"}, {\"name\": \"dhGEXSHA.Server\"}, {\"name\": \"dhGroup.Client\"}, {\"name\": \"dhGroup.Server\"}, {\"name\": \"ecdh.Client\"}, {\"name\": \"ecdh.Server\"}, {\"name\": \"extChannel.Read\"}, {\"name\": \"extChannel.Write\"}, {\"name\": \"mux.OpenChannel\"}, {\"name\": \"mux.SendRequest\"}, {\"name\": \"sessionStdin.Close\"}, {\"name\": \"sshClientKeyboardInteractive.Challenge\"}, {\"name\": \"tcpListener.Accept\"}, {\"name\": \"tcpListener.Close\"}, {\"name\": \"unixListener.Accept\"}, {\"name\": \"unixListener.Close\"}]}], \"references\": [{\"url\": \"https://go.dev/cl/652135\"}, {\"url\": \"https://go.dev/issue/71931\"}, {\"url\": \"https://pkg.go.dev/vuln/GO-2025-3487\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"description\": \"CWE-770: Allocation of Resources Without Limits or Throttling\"}]}], \"providerMetadata\": {\"orgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"shortName\": \"Go\", \"dateUpdated\": \"2025-02-26T03:07:48.855Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-22869\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-04-11T22:03:24.222Z\", \"dateReserved\": \"2025-01-08T19:11:42.834Z\", \"assignerOrgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"datePublished\": \"2025-02-26T03:07:48.855Z\", \"assignerShortName\": \"Go\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
RHSA-2025:23209
Vulnerability from csaf_redhat - Published: 2025-12-15 15:50 - Updated: 2026-06-06 01:17A flaw was found in the OpenSSL CMS implementation (RFC 3211 KEK Unwrap). This vulnerability allows memory corruption, an application level denial of service, or potential execution of attacker-supplied code via crafted CMS messages using password-based encryption (PWRI).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in libxstl/libxml2. The 'exsltDynMapFunction' function in libexslt/dynamic.c does not contain a recursion depth check, which may cause an infinite loop via a specially crafted XSLT document while handling 'dyn:map()', leading to stack exhaustion and a local denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, ".")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in runc. CVE-2025-52565 is very similar in concept and application toCVE-2025-31133, except that it exploits a flaw in /dev/console bind-mounts. When creating the /dev/console bind-mount (to /dev/pts/$n), if an attacker replaces /dev/pts/$n with a symlink then runc will bind-mount the symlink target over /dev/console.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64 | — |
Vendor Fix
fix
Workaround
|
A memory amplification vulnerability in libexpat allows attackers to trigger excessive dynamic memory allocations by submitting specially crafted XML input. A small input (~250 KiB) can cause the parser to allocate hundreds of megabytes, leading to denial-of-service (DoS) through memory exhaustion.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64 | — |
Vendor Fix
fix
Workaround
|
A vulnerability in vLLM allows attackers to supply malicious serialized prompt-embedding tensors that are deserialized using torch.load() without validation. Due to PyTorch 2.8.0 disabling sparse-tensor integrity checks by default, a crafted tensor can bypass bounds checks and cause an out-of-bounds write during to_dense(), leading to a crash (DoS) and potentially remote code execution on the vLLM server.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64 | — |
Vendor Fix
fix
Workaround
|
A denial-of-service vulnerability in vLLM allows an attacker with API access to crash the engine by submitting multimodal embedding tensors that have the correct number of dimensions but an invalid internal shape. Because vLLM validates only the tensor’s ndim and not the full expected shape, malformed embeddings trigger shape mismatches or validation failures during processing, causing the inference engine to terminate.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64 | — |
Vendor Fix
fix
Workaround
|
A remote code execution vulnerability has been identified in vLLM. An attacker can exploit a weakness in the model loading process to silently fetch and run unauthorized, malicious Python code on the host system. This happens because the engine mistakenly executes code from a remote repository referenced in a model's configuration, even when explicit security measures are set to prevent it.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_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": "Red Hat AI Inference Server 3.2.5 (TPU) is now available.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat\u00ae AI Inference Server",
"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-2025:23209",
"url": "https://access.redhat.com/errata/RHSA-2025:23209"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66448",
"url": "https://access.redhat.com/security/cve/CVE-2025-66448"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66506",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9230",
"url": "https://access.redhat.com/security/cve/CVE-2025-9230"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9714",
"url": "https://access.redhat.com/security/cve/CVE-2025-9714"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://www.redhat.com/en/products/ai/inference-server",
"url": "https://www.redhat.com/en/products/ai/inference-server"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22868",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22869",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-52565",
"url": "https://access.redhat.com/security/cve/CVE-2025-52565"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-59375",
"url": "https://access.redhat.com/security/cve/CVE-2025-59375"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-62372",
"url": "https://access.redhat.com/security/cve/CVE-2025-62372"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-62164",
"url": "https://access.redhat.com/security/cve/CVE-2025-62164"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_23209.json"
}
],
"title": "Red Hat Security Advisory: Red Hat AI Inference Server 3.2.5 (TPU)",
"tracking": {
"current_release_date": "2026-06-06T01:17:36+00:00",
"generator": {
"date": "2026-06-06T01:17:36+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"id": "RHSA-2025:23209",
"initial_release_date": "2025-12-15T15:50:15+00:00",
"revision_history": [
{
"date": "2025-12-15T15:50:15+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-15T15:50:27+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-06T01:17:36+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat AI Inference Server 3.2",
"product": {
"name": "Red Hat AI Inference Server 3.2",
"product_id": "Red Hat AI Inference Server 3.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ai_inference_server:3.2::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat AI Inference Server"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64",
"product": {
"name": "registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64",
"product_id": "registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64",
"product_identification_helper": {
"purl": "pkg:oci/vllm-tpu-rhel9@sha256%3A64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534?arch=amd64\u0026repository_url=registry.redhat.io/rhaiis\u0026tag=3.2.5-1765552619"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64 as a component of Red Hat AI Inference Server 3.2",
"product_id": "Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
},
"product_reference": "registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64",
"relates_to_product_reference": "Red Hat AI Inference Server 3.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-9230",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-09-17T12:15:34.387000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396054"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the OpenSSL CMS implementation (RFC 3211 KEK Unwrap). This vulnerability allows memory corruption, an application level denial of service, or potential execution of attacker-supplied code via crafted CMS messages using password-based encryption (PWRI).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: Out-of-bounds read \u0026 write in RFC 3211 KEK Unwrap",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerability was rated as Moderate because, while the potential impact includes an application level denial of service and possible arbitrary code execution, successful exploitation is considered unlikely due to the high attack complexity and the fact that password-based CMS encryption (PWRI) is rarely used in real-world deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9230"
},
{
"category": "external",
"summary": "RHBZ#2396054",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396054"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9230"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9230",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9230"
}
],
"release_date": "2025-09-30T23:59:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:50:15+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23209",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23209"
},
{
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.6,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: Out-of-bounds read \u0026 write in RFC 3211 KEK Unwrap"
},
{
"cve": "CVE-2025-9714",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"discovery_date": "2025-09-02T13:03:56.452000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2392605"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libxstl/libxml2. The \u0027exsltDynMapFunction\u0027 function in libexslt/dynamic.c does not contain a recursion depth check, which may cause an infinite loop via a specially crafted XSLT document while handling \u0027dyn:map()\u0027, leading to stack exhaustion and a local denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxslt: libxml2: Inifinite recursion at exsltDynMapFunction function in libexslt/dynamic.c",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "No evidence was found for arbitrary memory corruption through this flaw, limiting its impact to Availability only, and reducing its severity to Moderate.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9714"
},
{
"category": "external",
"summary": "RHBZ#2392605",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2392605"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9714"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9714",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9714"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxml2/-/commit/677a42645ef22b5a50741bad5facf9d8a8bc6d21",
"url": "https://gitlab.gnome.org/GNOME/libxml2/-/commit/677a42645ef22b5a50741bad5facf9d8a8bc6d21"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/148",
"url": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/148"
}
],
"release_date": "2025-09-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:50:15+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23209",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23209"
},
{
"category": "workaround",
"details": "The impact of this flaw may be reduced by setting strict resource limits to the stack size of processes at the operational system level. This can be achieved either through the \u0027ulimit\u0027 shell built-in or the \u0027limits.conf\u0027 file.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libxslt: libxml2: Inifinite recursion at exsltDynMapFunction function in libexslt/dynamic.c"
},
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:50:15+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23209",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23209"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:50:15+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23209",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23209"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
},
{
"cve": "CVE-2025-52565",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-10-17T14:19:18.653000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404708"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc. CVE-2025-52565 is very similar in concept and application toCVE-2025-31133, except that it exploits a flaw in /dev/console\nbind-mounts. When creating the /dev/console bind-mount (to /dev/pts/$n), if an attacker replaces /dev/pts/$n with a symlink then runc will bind-mount the symlink target over /dev/console.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: container escape with malicious config due to /dev/console mount and related races",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat considers this as an Important flaw since the impact is limited to local attack with minimal privileges in order to jeopardize the environment.",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-52565"
},
{
"category": "external",
"summary": "RHBZ#2404708",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404708"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-52565",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52565"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-52565",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-52565"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/security/advisories/GHSA-qw9x-cqr3-wc7r",
"url": "https://github.com/opencontainers/runc/security/advisories/GHSA-qw9x-cqr3-wc7r"
}
],
"release_date": "2025-11-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:50:15+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23209",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23209"
},
{
"category": "workaround",
"details": "Potential mitigations for this issue include:\n\n* Using user namespaces, with the host root user not mapped into the container\u0027s namespace. procfs file permissions are managed using Unix DAC and thus user namespaces stop a container process from being able to write to them.\n* Not running as a root user in the container (this includes disabling setuid binaries with noNewPrivileges). As above, procfs file permissions are managed using Unix DAC and thus non-root users cannot write to them.\n* The default SELinux policy should mitigate this issue, as the /dev/console bind-mount does not re-label the mount and so the container process should not be able to write to unsafe procfs files. However, CVE-2025-52881 allows an attacker to bypass LSM labels, and so this mitigation is not helpful when considered in combination with CVE-2025-52881.\n* The default AppArmor profile used by most runtimes will NOT help mitigate this issue, as /dev/console access is permitted. You could create a custom profile that blocks access to /dev/console, but such a profile might break regular containers. In addition, CVE-2025-52881 allows an attacker to bypass LSM labels, and so that mitigation is not helpful when considered in combination with CVE-2025-52881.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "runc: container escape with malicious config due to /dev/console mount and related races"
},
{
"cve": "CVE-2025-59375",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-09-15T03:00:59.775098+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2395108"
}
],
"notes": [
{
"category": "description",
"text": "A memory amplification vulnerability in libexpat allows attackers to trigger excessive dynamic memory allocations by submitting specially crafted XML input. A small input (~250 KiB) can cause the parser to allocate hundreds of megabytes, leading to denial-of-service (DoS) through memory exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "firefox: thunderbird: expat: libexpat in Expat allows attackers to trigger large dynamic memory allocations via a small document that is submitted for parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is Important rather than Critical because, while it allows for significant resource exhaustion leading to denial-of-service (DoS), it does not enable arbitrary code execution, data leakage, or privilege escalation. The vulnerability stems from an uncontrolled memory amplification behavior in libexpat\u2019s parser, where a relatively small XML payload can cause disproportionately large heap allocations. However, the flaw is limited in scope to service disruption and requires the attacker to submit a crafted XML document\u2014something that can be mitigated with proper input validation and memory usage limits. Therefore, while the exploitability is high, the impact is confined to availability, not confidentiality or integrity, making it a high-severity but not critical flaw.\n\nIn Firefox and Thunderbird, where libexpat is a transitive userspace dependency, exploitation usually just crashes the application (app-level DoS), so it is classified as Moderate instead of Important.",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-59375"
},
{
"category": "external",
"summary": "RHBZ#2395108",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395108"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-59375",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59375"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-59375",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59375"
},
{
"category": "external",
"summary": "https://www.mozilla.org/security/advisories/mfsa2026-22/#CVE-2025-59375",
"url": "https://www.mozilla.org/security/advisories/mfsa2026-22/#CVE-2025-59375"
},
{
"category": "external",
"summary": "https://www.mozilla.org/security/advisories/mfsa2026-24/#CVE-2025-59375",
"url": "https://www.mozilla.org/security/advisories/mfsa2026-24/#CVE-2025-59375"
}
],
"release_date": "2025-09-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:50:15+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23209",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23209"
},
{
"category": "workaround",
"details": "To mitigate the issue, limit XML input size and complexity before parsing, and avoid accepting compressed or deeply nested XML. Use OS-level resource controls (like ulimit or setrlimit()) to cap memory usage, or run the parser in a sandboxed or isolated process with strict memory and CPU limits. This helps prevent denial-of-service by containing excessive resource consumption.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"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:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "firefox: thunderbird: expat: libexpat in Expat allows attackers to trigger large dynamic memory allocations via a small document that is submitted for parsing"
},
{
"cve": "CVE-2025-62164",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-11-21T02:01:11.280042+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2416282"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability in vLLM allows attackers to supply malicious serialized prompt-embedding tensors that are deserialized using torch.load() without validation. Due to PyTorch 2.8.0 disabling sparse-tensor integrity checks by default, a crafted tensor can bypass bounds checks and cause an out-of-bounds write during to_dense(), leading to a crash (DoS) and potentially remote code execution on the vLLM server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: VLLM deserialization vulnerability leading to DoS and potential RCE",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is considered important rather than moderate because it involves unsafe deserialization leading to memory corruption in a network-reachable, unauthenticated API path. Unlike typical moderate flaws that may only allow limited DoS or require specific conditions, this issue allows an attacker to supply a crafted sparse tensor that triggers an out-of-bounds memory write during PyTorch\u2019s to_dense() conversion. Memory corruption in a server process handling untrusted input significantly elevates security risk because it can lead not only to a reliable crash but also to potential remote code execution, enabling full compromise of the vLLM service. Additionally, the affected code path is part of the standard Completions API workflow, making the attack surface broadly exposed in real deployments. The combination of remote exploitability, unauthenticated access, memory corruption, and potential RCE clearly positions this issue above a moderate classification and into an important severity level.",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-62164"
},
{
"category": "external",
"summary": "RHBZ#2416282",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2416282"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-62164",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62164"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-62164",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62164"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/58fab50d82838d5014f4a14d991fdb9352c9c84b",
"url": "https://github.com/vllm-project/vllm/commit/58fab50d82838d5014f4a14d991fdb9352c9c84b"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/27204",
"url": "https://github.com/vllm-project/vllm/pull/27204"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-mrw7-hf4f-83pf",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-mrw7-hf4f-83pf"
}
],
"release_date": "2025-11-21T01:18:38.803000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:50:15+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23209",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23209"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vllm: VLLM deserialization vulnerability leading to DoS and potential RCE"
},
{
"cve": "CVE-2025-62372",
"cwe": {
"id": "CWE-129",
"name": "Improper Validation of Array Index"
},
"discovery_date": "2025-11-21T02:00:57.180567+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2416280"
}
],
"notes": [
{
"category": "description",
"text": "A denial-of-service vulnerability in vLLM allows an attacker with API access to crash the engine by submitting multimodal embedding tensors that have the correct number of dimensions but an invalid internal shape. Because vLLM validates only the tensor\u2019s ndim and not the full expected shape, malformed embeddings trigger shape mismatches or validation failures during processing, causing the inference engine to terminate.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: vLLM vulnerable to DoS with incorrect shape of multimodal embedding inputs",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is rated Moderate rather than Important because its impact is strictly limited to availability and requires low but existing privileges to exploit. The issue arises from incomplete shape validation of multimodal embedding tensors, which can cause deterministic crashes in the inference engine, but it does not enable memory corruption, data leakage, integrity compromise, or execution of arbitrary code. Exploitation requires an authenticated or API-key-holding user to submit malformed multimodal inputs, meaning it cannot be triggered by an unauthenticated attacker on an exposed endpoint. Additionally, the failure mode is a clean crash rather than undefined behavior, so the blast radius is constrained to service interruption rather than broader systemic compromise. These factors\u2014PR:L requirement, no confidentiality/integrity impact, deterministic failure mode, and scoped DoS only\u2014technically align the issue with Moderate severity instead of an Important flaw.",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-62372"
},
{
"category": "external",
"summary": "RHBZ#2416280",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2416280"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-62372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62372"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-62372",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62372"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/58fab50d82838d5014f4a14d991fdb9352c9c84b",
"url": "https://github.com/vllm-project/vllm/commit/58fab50d82838d5014f4a14d991fdb9352c9c84b"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/27204",
"url": "https://github.com/vllm-project/vllm/pull/27204"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/6613",
"url": "https://github.com/vllm-project/vllm/pull/6613"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-pmqf-x6x8-p7qw",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-pmqf-x6x8-p7qw"
}
],
"release_date": "2025-11-21T01:22:37.121000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:50:15+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23209",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23209"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vllm: vLLM vulnerable to DoS with incorrect shape of multimodal embedding inputs"
},
{
"cve": "CVE-2025-66448",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2025-12-01T23:01:07.198041+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418152"
}
],
"notes": [
{
"category": "description",
"text": "A remote code execution vulnerability has been identified in vLLM. An attacker can exploit a weakness in the model loading process to silently fetch and run unauthorized, malicious Python code on the host system. This happens because the engine mistakenly executes code from a remote repository referenced in a model\u0027s configuration, even when explicit security measures are set to prevent it.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: vLLM: Remote Code Execution via malicious model configuration",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat because vLLM, when deployed in a Red Hat environment, is susceptible to remote code execution. An attacker can craft a malicious model configuration that, when loaded, fetches and executes arbitrary Python code from a remote repository, even if `trust_remote_code` is explicitly set to `False`.",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66448"
},
{
"category": "external",
"summary": "RHBZ#2418152",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418152"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66448",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66448"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66448",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66448"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/ffb08379d8870a1a81ba82b72797f196838d0c86",
"url": "https://github.com/vllm-project/vllm/commit/ffb08379d8870a1a81ba82b72797f196838d0c86"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/28126",
"url": "https://github.com/vllm-project/vllm/pull/28126"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-8fr4-5q9j-m8gm",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-8fr4-5q9j-m8gm"
}
],
"release_date": "2025-12-01T22:45:42.566000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:50:15+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23209",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23209"
},
{
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vllm: vLLM: Remote Code Execution via malicious model configuration"
},
{
"cve": "CVE-2025-66506",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:20.507333+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat as Fulcio, a certificate authority used for issuing code signing certificates, is susceptible to a denial of service when processing a specially crafted OpenID Connect (OIDC) token. This could lead to resource exhaustion and service unavailability in affected Red Hat products that utilize Fulcio.",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "RHBZ#2419056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66506"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a",
"url": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw",
"url": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw"
}
],
"release_date": "2025-12-04T22:04:41.637000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:50:15+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23209",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23209"
}
],
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token"
}
]
}
RHSA-2025:23449
Vulnerability from csaf_redhat - Published: 2025-12-17 08:22 - Updated: 2026-06-06 01:17A flaw was found in the OpenSSL CMS implementation (RFC 3211 KEK Unwrap). This vulnerability allows memory corruption, an application level denial of service, or potential execution of attacker-supplied code via crafted CMS messages using password-based encryption (PWRI).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in libxstl/libxml2. The 'exsltDynMapFunction' function in libexslt/dynamic.c does not contain a recursion depth check, which may cause an infinite loop via a specially crafted XSLT document while handling 'dyn:map()', leading to stack exhaustion and a local denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, ".")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64 | — |
Vendor Fix
fix
Workaround
|
A path handling flaw has been discovered in the os/exec go package. If the PATH environment variable contains paths which are executables (rather than just directories), passing certain strings to LookPath ("", ".", and ".."), can result in the binaries listed in the PATH being unexpectedly returned.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in runc. CVE-2025-52565 is very similar in concept and application toCVE-2025-31133, except that it exploits a flaw in /dev/console bind-mounts. When creating the /dev/console bind-mount (to /dev/pts/$n), if an attacker replaces /dev/pts/$n with a symlink then runc will bind-mount the symlink target over /dev/console.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64 | — |
Vendor Fix
fix
Workaround
|
A memory amplification vulnerability in libexpat allows attackers to trigger excessive dynamic memory allocations by submitting specially crafted XML input. A small input (~250 KiB) can cause the parser to allocate hundreds of megabytes, leading to denial-of-service (DoS) through memory exhaustion.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64 | — |
Vendor Fix
fix
Workaround
|
A vulnerability in vLLM allows attackers to supply malicious serialized prompt-embedding tensors that are deserialized using torch.load() without validation. Due to PyTorch 2.8.0 disabling sparse-tensor integrity checks by default, a crafted tensor can bypass bounds checks and cause an out-of-bounds write during to_dense(), leading to a crash (DoS) and potentially remote code execution on the vLLM server.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64 | — |
Vendor Fix
fix
Workaround
|
A denial-of-service vulnerability in vLLM allows an attacker with API access to crash the engine by submitting multimodal embedding tensors that have the correct number of dimensions but an invalid internal shape. Because vLLM validates only the tensor’s ndim and not the full expected shape, malformed embeddings trigger shape mismatches or validation failures during processing, causing the inference engine to terminate.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64 | — |
Vendor Fix
fix
Workaround
|
A remote code execution vulnerability has been identified in vLLM. An attacker can exploit a weakness in the model loading process to silently fetch and run unauthorized, malicious Python code on the host system. This happens because the engine mistakenly executes code from a remote repository referenced in a model's configuration, even when explicit security measures are set to prevent it.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_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": "Red Hat AI Inference Server 3.2.5 (ROCm) is now available.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat\u00ae AI Inference Server",
"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-2025:23449",
"url": "https://access.redhat.com/errata/RHSA-2025:23449"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22868",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22869",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47906",
"url": "https://access.redhat.com/security/cve/CVE-2025-47906"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-52565",
"url": "https://access.redhat.com/security/cve/CVE-2025-52565"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-59375",
"url": "https://access.redhat.com/security/cve/CVE-2025-59375"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-62164",
"url": "https://access.redhat.com/security/cve/CVE-2025-62164"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-62372",
"url": "https://access.redhat.com/security/cve/CVE-2025-62372"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66448",
"url": "https://access.redhat.com/security/cve/CVE-2025-66448"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66506",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9230",
"url": "https://access.redhat.com/security/cve/CVE-2025-9230"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9714",
"url": "https://access.redhat.com/security/cve/CVE-2025-9714"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://www.redhat.com/en/products/ai/inference-server",
"url": "https://www.redhat.com/en/products/ai/inference-server"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_23449.json"
}
],
"title": "Red Hat Security Advisory: Red Hat AI Inference Server 3.2.5 (ROCm)",
"tracking": {
"current_release_date": "2026-06-06T01:17:40+00:00",
"generator": {
"date": "2026-06-06T01:17:40+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"id": "RHSA-2025:23449",
"initial_release_date": "2025-12-17T08:22:31+00:00",
"revision_history": [
{
"date": "2025-12-17T08:22:31+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-17T08:22:37+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-06T01:17:40+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat AI Inference Server 3.2",
"product": {
"name": "Red Hat AI Inference Server 3.2",
"product_id": "Red Hat AI Inference Server 3.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ai_inference_server:3.2::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat AI Inference Server"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64",
"product": {
"name": "registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64",
"product_id": "registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64",
"product_identification_helper": {
"purl": "pkg:oci/vllm-rocm-rhel9@sha256%3Ac5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125?arch=amd64\u0026repository_url=registry.redhat.io/rhaiis\u0026tag=3.2.5-1765552603"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64 as a component of Red Hat AI Inference Server 3.2",
"product_id": "Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
},
"product_reference": "registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64",
"relates_to_product_reference": "Red Hat AI Inference Server 3.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-9230",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-09-17T12:15:34.387000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396054"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the OpenSSL CMS implementation (RFC 3211 KEK Unwrap). This vulnerability allows memory corruption, an application level denial of service, or potential execution of attacker-supplied code via crafted CMS messages using password-based encryption (PWRI).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: Out-of-bounds read \u0026 write in RFC 3211 KEK Unwrap",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerability was rated as Moderate because, while the potential impact includes an application level denial of service and possible arbitrary code execution, successful exploitation is considered unlikely due to the high attack complexity and the fact that password-based CMS encryption (PWRI) is rarely used in real-world deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9230"
},
{
"category": "external",
"summary": "RHBZ#2396054",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396054"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9230"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9230",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9230"
}
],
"release_date": "2025-09-30T23:59:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-17T08:22:31+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23449",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23449"
},
{
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.6,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: Out-of-bounds read \u0026 write in RFC 3211 KEK Unwrap"
},
{
"cve": "CVE-2025-9714",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"discovery_date": "2025-09-02T13:03:56.452000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2392605"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libxstl/libxml2. The \u0027exsltDynMapFunction\u0027 function in libexslt/dynamic.c does not contain a recursion depth check, which may cause an infinite loop via a specially crafted XSLT document while handling \u0027dyn:map()\u0027, leading to stack exhaustion and a local denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxslt: libxml2: Inifinite recursion at exsltDynMapFunction function in libexslt/dynamic.c",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "No evidence was found for arbitrary memory corruption through this flaw, limiting its impact to Availability only, and reducing its severity to Moderate.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9714"
},
{
"category": "external",
"summary": "RHBZ#2392605",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2392605"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9714"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9714",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9714"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxml2/-/commit/677a42645ef22b5a50741bad5facf9d8a8bc6d21",
"url": "https://gitlab.gnome.org/GNOME/libxml2/-/commit/677a42645ef22b5a50741bad5facf9d8a8bc6d21"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/148",
"url": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/148"
}
],
"release_date": "2025-09-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-17T08:22:31+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23449",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23449"
},
{
"category": "workaround",
"details": "The impact of this flaw may be reduced by setting strict resource limits to the stack size of processes at the operational system level. This can be achieved either through the \u0027ulimit\u0027 shell built-in or the \u0027limits.conf\u0027 file.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libxslt: libxml2: Inifinite recursion at exsltDynMapFunction function in libexslt/dynamic.c"
},
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-17T08:22:31+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23449",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23449"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-17T08:22:31+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23449",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23449"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
},
{
"cve": "CVE-2025-47906",
"cwe": {
"id": "CWE-440",
"name": "Expected Behavior Violation"
},
"discovery_date": "2025-09-18T19:00:47.541046+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396546"
}
],
"notes": [
{
"category": "description",
"text": "A path handling flaw has been discovered in the os/exec go package. If the PATH environment variable contains paths which are executables (rather than just directories), passing certain strings to LookPath (\"\", \".\", and \"..\"), can result in the binaries listed in the PATH being unexpectedly returned.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "os/exec: Unexpected paths returned from LookPath in os/exec",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47906"
},
{
"category": "external",
"summary": "RHBZ#2396546",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396546"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47906",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47906"
},
{
"category": "external",
"summary": "https://go.dev/cl/691775",
"url": "https://go.dev/cl/691775"
},
{
"category": "external",
"summary": "https://go.dev/issue/74466",
"url": "https://go.dev/issue/74466"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3956",
"url": "https://pkg.go.dev/vuln/GO-2025-3956"
}
],
"release_date": "2025-09-18T18:41:11.847000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-17T08:22:31+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23449",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23449"
},
{
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "os/exec: Unexpected paths returned from LookPath in os/exec"
},
{
"cve": "CVE-2025-52565",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-10-17T14:19:18.653000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404708"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc. CVE-2025-52565 is very similar in concept and application toCVE-2025-31133, except that it exploits a flaw in /dev/console\nbind-mounts. When creating the /dev/console bind-mount (to /dev/pts/$n), if an attacker replaces /dev/pts/$n with a symlink then runc will bind-mount the symlink target over /dev/console.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: container escape with malicious config due to /dev/console mount and related races",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat considers this as an Important flaw since the impact is limited to local attack with minimal privileges in order to jeopardize the environment.",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-52565"
},
{
"category": "external",
"summary": "RHBZ#2404708",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404708"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-52565",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52565"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-52565",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-52565"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/security/advisories/GHSA-qw9x-cqr3-wc7r",
"url": "https://github.com/opencontainers/runc/security/advisories/GHSA-qw9x-cqr3-wc7r"
}
],
"release_date": "2025-11-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-17T08:22:31+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23449",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23449"
},
{
"category": "workaround",
"details": "Potential mitigations for this issue include:\n\n* Using user namespaces, with the host root user not mapped into the container\u0027s namespace. procfs file permissions are managed using Unix DAC and thus user namespaces stop a container process from being able to write to them.\n* Not running as a root user in the container (this includes disabling setuid binaries with noNewPrivileges). As above, procfs file permissions are managed using Unix DAC and thus non-root users cannot write to them.\n* The default SELinux policy should mitigate this issue, as the /dev/console bind-mount does not re-label the mount and so the container process should not be able to write to unsafe procfs files. However, CVE-2025-52881 allows an attacker to bypass LSM labels, and so this mitigation is not helpful when considered in combination with CVE-2025-52881.\n* The default AppArmor profile used by most runtimes will NOT help mitigate this issue, as /dev/console access is permitted. You could create a custom profile that blocks access to /dev/console, but such a profile might break regular containers. In addition, CVE-2025-52881 allows an attacker to bypass LSM labels, and so that mitigation is not helpful when considered in combination with CVE-2025-52881.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "runc: container escape with malicious config due to /dev/console mount and related races"
},
{
"cve": "CVE-2025-59375",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-09-15T03:00:59.775098+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2395108"
}
],
"notes": [
{
"category": "description",
"text": "A memory amplification vulnerability in libexpat allows attackers to trigger excessive dynamic memory allocations by submitting specially crafted XML input. A small input (~250 KiB) can cause the parser to allocate hundreds of megabytes, leading to denial-of-service (DoS) through memory exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "firefox: thunderbird: expat: libexpat in Expat allows attackers to trigger large dynamic memory allocations via a small document that is submitted for parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is Important rather than Critical because, while it allows for significant resource exhaustion leading to denial-of-service (DoS), it does not enable arbitrary code execution, data leakage, or privilege escalation. The vulnerability stems from an uncontrolled memory amplification behavior in libexpat\u2019s parser, where a relatively small XML payload can cause disproportionately large heap allocations. However, the flaw is limited in scope to service disruption and requires the attacker to submit a crafted XML document\u2014something that can be mitigated with proper input validation and memory usage limits. Therefore, while the exploitability is high, the impact is confined to availability, not confidentiality or integrity, making it a high-severity but not critical flaw.\n\nIn Firefox and Thunderbird, where libexpat is a transitive userspace dependency, exploitation usually just crashes the application (app-level DoS), so it is classified as Moderate instead of Important.",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-59375"
},
{
"category": "external",
"summary": "RHBZ#2395108",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395108"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-59375",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59375"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-59375",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59375"
},
{
"category": "external",
"summary": "https://www.mozilla.org/security/advisories/mfsa2026-22/#CVE-2025-59375",
"url": "https://www.mozilla.org/security/advisories/mfsa2026-22/#CVE-2025-59375"
},
{
"category": "external",
"summary": "https://www.mozilla.org/security/advisories/mfsa2026-24/#CVE-2025-59375",
"url": "https://www.mozilla.org/security/advisories/mfsa2026-24/#CVE-2025-59375"
}
],
"release_date": "2025-09-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-17T08:22:31+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23449",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23449"
},
{
"category": "workaround",
"details": "To mitigate the issue, limit XML input size and complexity before parsing, and avoid accepting compressed or deeply nested XML. Use OS-level resource controls (like ulimit or setrlimit()) to cap memory usage, or run the parser in a sandboxed or isolated process with strict memory and CPU limits. This helps prevent denial-of-service by containing excessive resource consumption.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"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:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "firefox: thunderbird: expat: libexpat in Expat allows attackers to trigger large dynamic memory allocations via a small document that is submitted for parsing"
},
{
"cve": "CVE-2025-62164",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-11-21T02:01:11.280042+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2416282"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability in vLLM allows attackers to supply malicious serialized prompt-embedding tensors that are deserialized using torch.load() without validation. Due to PyTorch 2.8.0 disabling sparse-tensor integrity checks by default, a crafted tensor can bypass bounds checks and cause an out-of-bounds write during to_dense(), leading to a crash (DoS) and potentially remote code execution on the vLLM server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: VLLM deserialization vulnerability leading to DoS and potential RCE",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is considered important rather than moderate because it involves unsafe deserialization leading to memory corruption in a network-reachable, unauthenticated API path. Unlike typical moderate flaws that may only allow limited DoS or require specific conditions, this issue allows an attacker to supply a crafted sparse tensor that triggers an out-of-bounds memory write during PyTorch\u2019s to_dense() conversion. Memory corruption in a server process handling untrusted input significantly elevates security risk because it can lead not only to a reliable crash but also to potential remote code execution, enabling full compromise of the vLLM service. Additionally, the affected code path is part of the standard Completions API workflow, making the attack surface broadly exposed in real deployments. The combination of remote exploitability, unauthenticated access, memory corruption, and potential RCE clearly positions this issue above a moderate classification and into an important severity level.",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-62164"
},
{
"category": "external",
"summary": "RHBZ#2416282",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2416282"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-62164",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62164"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-62164",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62164"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/58fab50d82838d5014f4a14d991fdb9352c9c84b",
"url": "https://github.com/vllm-project/vllm/commit/58fab50d82838d5014f4a14d991fdb9352c9c84b"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/27204",
"url": "https://github.com/vllm-project/vllm/pull/27204"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-mrw7-hf4f-83pf",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-mrw7-hf4f-83pf"
}
],
"release_date": "2025-11-21T01:18:38.803000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-17T08:22:31+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23449",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23449"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vllm: VLLM deserialization vulnerability leading to DoS and potential RCE"
},
{
"cve": "CVE-2025-62372",
"cwe": {
"id": "CWE-129",
"name": "Improper Validation of Array Index"
},
"discovery_date": "2025-11-21T02:00:57.180567+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2416280"
}
],
"notes": [
{
"category": "description",
"text": "A denial-of-service vulnerability in vLLM allows an attacker with API access to crash the engine by submitting multimodal embedding tensors that have the correct number of dimensions but an invalid internal shape. Because vLLM validates only the tensor\u2019s ndim and not the full expected shape, malformed embeddings trigger shape mismatches or validation failures during processing, causing the inference engine to terminate.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: vLLM vulnerable to DoS with incorrect shape of multimodal embedding inputs",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is rated Moderate rather than Important because its impact is strictly limited to availability and requires low but existing privileges to exploit. The issue arises from incomplete shape validation of multimodal embedding tensors, which can cause deterministic crashes in the inference engine, but it does not enable memory corruption, data leakage, integrity compromise, or execution of arbitrary code. Exploitation requires an authenticated or API-key-holding user to submit malformed multimodal inputs, meaning it cannot be triggered by an unauthenticated attacker on an exposed endpoint. Additionally, the failure mode is a clean crash rather than undefined behavior, so the blast radius is constrained to service interruption rather than broader systemic compromise. These factors\u2014PR:L requirement, no confidentiality/integrity impact, deterministic failure mode, and scoped DoS only\u2014technically align the issue with Moderate severity instead of an Important flaw.",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-62372"
},
{
"category": "external",
"summary": "RHBZ#2416280",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2416280"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-62372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62372"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-62372",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62372"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/58fab50d82838d5014f4a14d991fdb9352c9c84b",
"url": "https://github.com/vllm-project/vllm/commit/58fab50d82838d5014f4a14d991fdb9352c9c84b"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/27204",
"url": "https://github.com/vllm-project/vllm/pull/27204"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/6613",
"url": "https://github.com/vllm-project/vllm/pull/6613"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-pmqf-x6x8-p7qw",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-pmqf-x6x8-p7qw"
}
],
"release_date": "2025-11-21T01:22:37.121000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-17T08:22:31+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23449",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23449"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vllm: vLLM vulnerable to DoS with incorrect shape of multimodal embedding inputs"
},
{
"cve": "CVE-2025-66448",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2025-12-01T23:01:07.198041+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418152"
}
],
"notes": [
{
"category": "description",
"text": "A remote code execution vulnerability has been identified in vLLM. An attacker can exploit a weakness in the model loading process to silently fetch and run unauthorized, malicious Python code on the host system. This happens because the engine mistakenly executes code from a remote repository referenced in a model\u0027s configuration, even when explicit security measures are set to prevent it.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: vLLM: Remote Code Execution via malicious model configuration",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat because vLLM, when deployed in a Red Hat environment, is susceptible to remote code execution. An attacker can craft a malicious model configuration that, when loaded, fetches and executes arbitrary Python code from a remote repository, even if `trust_remote_code` is explicitly set to `False`.",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66448"
},
{
"category": "external",
"summary": "RHBZ#2418152",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418152"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66448",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66448"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66448",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66448"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/ffb08379d8870a1a81ba82b72797f196838d0c86",
"url": "https://github.com/vllm-project/vllm/commit/ffb08379d8870a1a81ba82b72797f196838d0c86"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/28126",
"url": "https://github.com/vllm-project/vllm/pull/28126"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-8fr4-5q9j-m8gm",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-8fr4-5q9j-m8gm"
}
],
"release_date": "2025-12-01T22:45:42.566000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-17T08:22:31+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23449",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23449"
},
{
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vllm: vLLM: Remote Code Execution via malicious model configuration"
},
{
"cve": "CVE-2025-66506",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:20.507333+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat as Fulcio, a certificate authority used for issuing code signing certificates, is susceptible to a denial of service when processing a specially crafted OpenID Connect (OIDC) token. This could lead to resource exhaustion and service unavailability in affected Red Hat products that utilize Fulcio.",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "RHBZ#2419056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66506"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a",
"url": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw",
"url": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw"
}
],
"release_date": "2025-12-04T22:04:41.637000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-17T08:22:31+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23449",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23449"
}
],
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token"
}
]
}
RHSA-2025:3051
Vulnerability from csaf_redhat - Published: 2025-03-20 04:38 - Updated: 2026-06-06 01:17A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, ".")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-gatekeeper-3.17:gatekeeper/gatekeeper-operator-bundle@sha256:d96ab7824a0f334b595ec7034ce417ee81976d5617ce72fb693ad724483833fb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:6cd467648f4101fa9ff4b6a497aaa2e76f2ff2c0021cfed5541aa7ffdeb4bc32_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:825f94692807a950ed30efb98c5e05b6c3dd2ff2a4dd062cfe4ec276091f613d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:8680d198102e84c2b69723f358560ecf684a7d55ca28537c2a3db2179454bc95_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:bf9faf7bf7730eaa2e95056b3082198e797a69bcec8122d54723f6216f34a0c8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:859cd273784a7553ec14754b726961376e0fd153d9e45f67dd38a5f6e35ae35e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:c5b1e6d081e1e79c2de7865aa99467b6a2e683735222fdb8f460771798ed7bca_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:ca290a799cd15897e62314cea4603653a1da7aa935db51640409b00e8361707e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:f5d43f372597923ae1c363887da9accb50de207869d829ec09212db06cf3ac99_arm64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-gatekeeper-3.17:gatekeeper/gatekeeper-operator-bundle@sha256:d96ab7824a0f334b595ec7034ce417ee81976d5617ce72fb693ad724483833fb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:6cd467648f4101fa9ff4b6a497aaa2e76f2ff2c0021cfed5541aa7ffdeb4bc32_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:825f94692807a950ed30efb98c5e05b6c3dd2ff2a4dd062cfe4ec276091f613d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:8680d198102e84c2b69723f358560ecf684a7d55ca28537c2a3db2179454bc95_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:bf9faf7bf7730eaa2e95056b3082198e797a69bcec8122d54723f6216f34a0c8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:859cd273784a7553ec14754b726961376e0fd153d9e45f67dd38a5f6e35ae35e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:c5b1e6d081e1e79c2de7865aa99467b6a2e683735222fdb8f460771798ed7bca_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:ca290a799cd15897e62314cea4603653a1da7aa935db51640409b00e8361707e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:f5d43f372597923ae1c363887da9accb50de207869d829ec09212db06cf3ac99_arm64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Gatekeeper v3.17.2",
"title": "Topic"
},
{
"category": "general",
"text": "Gatekeeper v3.17.2\n\nGatekeeper is a validating webhook with auditing capabilities that can\nenforce custom resource definition-based policies that are run with the\nOpen Policy Agent (OPA). Gatekeeper is supported through a Red Hat Advanced\nCluster Management for Kubernetes subscription.\n\nStarting in v3.17, users can specify a `containerArguments` list of names\nand values for both the audit and webhook configurations to be passed to\nthe respective deployment. These will be ignored if the argument has\nalready been set by the operator or specifies an argument listed in the\ndeny list.\n\nStarting in v3.15, the following namespaces are exempt from admission\ncontrol:\n\n* kube-*\n* multicluster-engine\n* hypershift\n* hive\n* rhacs-operator\n* open-cluster-*\n* openshift-*\n\nTo disable the default exempt namespaces, set the namespaces you want on\nthe object.\n\nSecurity fix(es):\n\n* golang.org/x/oauth2: Unexpected memory consumption during token parsing in\ngolang.org/x/oauth2 (CVE-2025-22868)\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of\ngolang.org/x/crypto/ssh (CVE-2025-22869)\n\nAdditional Release Notes:\n\n* v3.17.0 https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.17.0\n* v3.17.1 https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.17.1\n* v3.17.2 https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.17.2",
"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-2025:3051",
"url": "https://access.redhat.com/errata/RHSA-2025:3051"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.17.0",
"url": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.17.0"
},
{
"category": "external",
"summary": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.17.1",
"url": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.17.1"
},
{
"category": "external",
"summary": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.17.2",
"url": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.17.2"
},
{
"category": "external",
"summary": "2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "ACM-18302",
"url": "https://issues.redhat.com/browse/ACM-18302"
},
{
"category": "external",
"summary": "ACM-18535",
"url": "https://issues.redhat.com/browse/ACM-18535"
},
{
"category": "external",
"summary": "HYPBLD-605",
"url": "https://issues.redhat.com/browse/HYPBLD-605"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3051.json"
}
],
"title": "Red Hat Security Advisory: Gatekeeper v3.17.2",
"tracking": {
"current_release_date": "2026-06-06T01:17:49+00:00",
"generator": {
"date": "2026-06-06T01:17:49+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"id": "RHSA-2025:3051",
"initial_release_date": "2025-03-20T04:38:00+00:00",
"revision_history": [
{
"date": "2025-03-20T04:38:00+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-03-20T04:38:00+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-06T01:17:49+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "gatekeeper 3.17 for RHEL 9",
"product": {
"name": "gatekeeper 3.17 for RHEL 9",
"product_id": "9Base-gatekeeper-3.17",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:gatekeeper:3.17::el9"
}
}
}
],
"category": "product_family",
"name": "gatekeeper"
},
{
"branches": [
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9@sha256:ca290a799cd15897e62314cea4603653a1da7aa935db51640409b00e8361707e_s390x",
"product": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:ca290a799cd15897e62314cea4603653a1da7aa935db51640409b00e8361707e_s390x",
"product_id": "gatekeeper/gatekeeper-rhel9@sha256:ca290a799cd15897e62314cea4603653a1da7aa935db51640409b00e8361707e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9@sha256:ca290a799cd15897e62314cea4603653a1da7aa935db51640409b00e8361707e?arch=s390x\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9\u0026tag=v3.17.2-5"
}
}
},
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:bf9faf7bf7730eaa2e95056b3082198e797a69bcec8122d54723f6216f34a0c8_s390x",
"product": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:bf9faf7bf7730eaa2e95056b3082198e797a69bcec8122d54723f6216f34a0c8_s390x",
"product_id": "gatekeeper/gatekeeper-rhel9-operator@sha256:bf9faf7bf7730eaa2e95056b3082198e797a69bcec8122d54723f6216f34a0c8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9-operator@sha256:bf9faf7bf7730eaa2e95056b3082198e797a69bcec8122d54723f6216f34a0c8?arch=s390x\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9-operator\u0026tag=v3.17.2-4"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9@sha256:f5d43f372597923ae1c363887da9accb50de207869d829ec09212db06cf3ac99_arm64",
"product": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:f5d43f372597923ae1c363887da9accb50de207869d829ec09212db06cf3ac99_arm64",
"product_id": "gatekeeper/gatekeeper-rhel9@sha256:f5d43f372597923ae1c363887da9accb50de207869d829ec09212db06cf3ac99_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9@sha256:f5d43f372597923ae1c363887da9accb50de207869d829ec09212db06cf3ac99?arch=arm64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9\u0026tag=v3.17.2-5"
}
}
},
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:6cd467648f4101fa9ff4b6a497aaa2e76f2ff2c0021cfed5541aa7ffdeb4bc32_arm64",
"product": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:6cd467648f4101fa9ff4b6a497aaa2e76f2ff2c0021cfed5541aa7ffdeb4bc32_arm64",
"product_id": "gatekeeper/gatekeeper-rhel9-operator@sha256:6cd467648f4101fa9ff4b6a497aaa2e76f2ff2c0021cfed5541aa7ffdeb4bc32_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9-operator@sha256:6cd467648f4101fa9ff4b6a497aaa2e76f2ff2c0021cfed5541aa7ffdeb4bc32?arch=arm64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9-operator\u0026tag=v3.17.2-4"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9@sha256:c5b1e6d081e1e79c2de7865aa99467b6a2e683735222fdb8f460771798ed7bca_ppc64le",
"product": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:c5b1e6d081e1e79c2de7865aa99467b6a2e683735222fdb8f460771798ed7bca_ppc64le",
"product_id": "gatekeeper/gatekeeper-rhel9@sha256:c5b1e6d081e1e79c2de7865aa99467b6a2e683735222fdb8f460771798ed7bca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9@sha256:c5b1e6d081e1e79c2de7865aa99467b6a2e683735222fdb8f460771798ed7bca?arch=ppc64le\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9\u0026tag=v3.17.2-5"
}
}
},
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:825f94692807a950ed30efb98c5e05b6c3dd2ff2a4dd062cfe4ec276091f613d_ppc64le",
"product": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:825f94692807a950ed30efb98c5e05b6c3dd2ff2a4dd062cfe4ec276091f613d_ppc64le",
"product_id": "gatekeeper/gatekeeper-rhel9-operator@sha256:825f94692807a950ed30efb98c5e05b6c3dd2ff2a4dd062cfe4ec276091f613d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9-operator@sha256:825f94692807a950ed30efb98c5e05b6c3dd2ff2a4dd062cfe4ec276091f613d?arch=ppc64le\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9-operator\u0026tag=v3.17.2-4"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9@sha256:859cd273784a7553ec14754b726961376e0fd153d9e45f67dd38a5f6e35ae35e_amd64",
"product": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:859cd273784a7553ec14754b726961376e0fd153d9e45f67dd38a5f6e35ae35e_amd64",
"product_id": "gatekeeper/gatekeeper-rhel9@sha256:859cd273784a7553ec14754b726961376e0fd153d9e45f67dd38a5f6e35ae35e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9@sha256:859cd273784a7553ec14754b726961376e0fd153d9e45f67dd38a5f6e35ae35e?arch=amd64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9\u0026tag=v3.17.2-5"
}
}
},
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-operator-bundle@sha256:d96ab7824a0f334b595ec7034ce417ee81976d5617ce72fb693ad724483833fb_amd64",
"product": {
"name": "gatekeeper/gatekeeper-operator-bundle@sha256:d96ab7824a0f334b595ec7034ce417ee81976d5617ce72fb693ad724483833fb_amd64",
"product_id": "gatekeeper/gatekeeper-operator-bundle@sha256:d96ab7824a0f334b595ec7034ce417ee81976d5617ce72fb693ad724483833fb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-operator-bundle@sha256:d96ab7824a0f334b595ec7034ce417ee81976d5617ce72fb693ad724483833fb?arch=amd64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-operator-bundle\u0026tag=v3.17.2-2"
}
}
},
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:8680d198102e84c2b69723f358560ecf684a7d55ca28537c2a3db2179454bc95_amd64",
"product": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:8680d198102e84c2b69723f358560ecf684a7d55ca28537c2a3db2179454bc95_amd64",
"product_id": "gatekeeper/gatekeeper-rhel9-operator@sha256:8680d198102e84c2b69723f358560ecf684a7d55ca28537c2a3db2179454bc95_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9-operator@sha256:8680d198102e84c2b69723f358560ecf684a7d55ca28537c2a3db2179454bc95?arch=amd64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9-operator\u0026tag=v3.17.2-4"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-operator-bundle@sha256:d96ab7824a0f334b595ec7034ce417ee81976d5617ce72fb693ad724483833fb_amd64 as a component of gatekeeper 3.17 for RHEL 9",
"product_id": "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-operator-bundle@sha256:d96ab7824a0f334b595ec7034ce417ee81976d5617ce72fb693ad724483833fb_amd64"
},
"product_reference": "gatekeeper/gatekeeper-operator-bundle@sha256:d96ab7824a0f334b595ec7034ce417ee81976d5617ce72fb693ad724483833fb_amd64",
"relates_to_product_reference": "9Base-gatekeeper-3.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:6cd467648f4101fa9ff4b6a497aaa2e76f2ff2c0021cfed5541aa7ffdeb4bc32_arm64 as a component of gatekeeper 3.17 for RHEL 9",
"product_id": "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:6cd467648f4101fa9ff4b6a497aaa2e76f2ff2c0021cfed5541aa7ffdeb4bc32_arm64"
},
"product_reference": "gatekeeper/gatekeeper-rhel9-operator@sha256:6cd467648f4101fa9ff4b6a497aaa2e76f2ff2c0021cfed5541aa7ffdeb4bc32_arm64",
"relates_to_product_reference": "9Base-gatekeeper-3.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:825f94692807a950ed30efb98c5e05b6c3dd2ff2a4dd062cfe4ec276091f613d_ppc64le as a component of gatekeeper 3.17 for RHEL 9",
"product_id": "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:825f94692807a950ed30efb98c5e05b6c3dd2ff2a4dd062cfe4ec276091f613d_ppc64le"
},
"product_reference": "gatekeeper/gatekeeper-rhel9-operator@sha256:825f94692807a950ed30efb98c5e05b6c3dd2ff2a4dd062cfe4ec276091f613d_ppc64le",
"relates_to_product_reference": "9Base-gatekeeper-3.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:8680d198102e84c2b69723f358560ecf684a7d55ca28537c2a3db2179454bc95_amd64 as a component of gatekeeper 3.17 for RHEL 9",
"product_id": "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:8680d198102e84c2b69723f358560ecf684a7d55ca28537c2a3db2179454bc95_amd64"
},
"product_reference": "gatekeeper/gatekeeper-rhel9-operator@sha256:8680d198102e84c2b69723f358560ecf684a7d55ca28537c2a3db2179454bc95_amd64",
"relates_to_product_reference": "9Base-gatekeeper-3.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:bf9faf7bf7730eaa2e95056b3082198e797a69bcec8122d54723f6216f34a0c8_s390x as a component of gatekeeper 3.17 for RHEL 9",
"product_id": "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:bf9faf7bf7730eaa2e95056b3082198e797a69bcec8122d54723f6216f34a0c8_s390x"
},
"product_reference": "gatekeeper/gatekeeper-rhel9-operator@sha256:bf9faf7bf7730eaa2e95056b3082198e797a69bcec8122d54723f6216f34a0c8_s390x",
"relates_to_product_reference": "9Base-gatekeeper-3.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:859cd273784a7553ec14754b726961376e0fd153d9e45f67dd38a5f6e35ae35e_amd64 as a component of gatekeeper 3.17 for RHEL 9",
"product_id": "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:859cd273784a7553ec14754b726961376e0fd153d9e45f67dd38a5f6e35ae35e_amd64"
},
"product_reference": "gatekeeper/gatekeeper-rhel9@sha256:859cd273784a7553ec14754b726961376e0fd153d9e45f67dd38a5f6e35ae35e_amd64",
"relates_to_product_reference": "9Base-gatekeeper-3.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:c5b1e6d081e1e79c2de7865aa99467b6a2e683735222fdb8f460771798ed7bca_ppc64le as a component of gatekeeper 3.17 for RHEL 9",
"product_id": "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:c5b1e6d081e1e79c2de7865aa99467b6a2e683735222fdb8f460771798ed7bca_ppc64le"
},
"product_reference": "gatekeeper/gatekeeper-rhel9@sha256:c5b1e6d081e1e79c2de7865aa99467b6a2e683735222fdb8f460771798ed7bca_ppc64le",
"relates_to_product_reference": "9Base-gatekeeper-3.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:ca290a799cd15897e62314cea4603653a1da7aa935db51640409b00e8361707e_s390x as a component of gatekeeper 3.17 for RHEL 9",
"product_id": "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:ca290a799cd15897e62314cea4603653a1da7aa935db51640409b00e8361707e_s390x"
},
"product_reference": "gatekeeper/gatekeeper-rhel9@sha256:ca290a799cd15897e62314cea4603653a1da7aa935db51640409b00e8361707e_s390x",
"relates_to_product_reference": "9Base-gatekeeper-3.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:f5d43f372597923ae1c363887da9accb50de207869d829ec09212db06cf3ac99_arm64 as a component of gatekeeper 3.17 for RHEL 9",
"product_id": "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:f5d43f372597923ae1c363887da9accb50de207869d829ec09212db06cf3ac99_arm64"
},
"product_reference": "gatekeeper/gatekeeper-rhel9@sha256:f5d43f372597923ae1c363887da9accb50de207869d829ec09212db06cf3ac99_arm64",
"relates_to_product_reference": "9Base-gatekeeper-3.17"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-operator-bundle@sha256:d96ab7824a0f334b595ec7034ce417ee81976d5617ce72fb693ad724483833fb_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:6cd467648f4101fa9ff4b6a497aaa2e76f2ff2c0021cfed5541aa7ffdeb4bc32_arm64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:825f94692807a950ed30efb98c5e05b6c3dd2ff2a4dd062cfe4ec276091f613d_ppc64le",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:8680d198102e84c2b69723f358560ecf684a7d55ca28537c2a3db2179454bc95_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:bf9faf7bf7730eaa2e95056b3082198e797a69bcec8122d54723f6216f34a0c8_s390x",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:859cd273784a7553ec14754b726961376e0fd153d9e45f67dd38a5f6e35ae35e_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:c5b1e6d081e1e79c2de7865aa99467b6a2e683735222fdb8f460771798ed7bca_ppc64le",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:ca290a799cd15897e62314cea4603653a1da7aa935db51640409b00e8361707e_s390x",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:f5d43f372597923ae1c363887da9accb50de207869d829ec09212db06cf3ac99_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-20T04:38:00+00:00",
"details": "For more information, see the following resources:\n\n* See the Gatekeeper\ndocumentation: https://open-policy-agent.github.io/gatekeeper/website/docs/.\n\n* For support and troubleshooting, Gatekeeper is supported through a Red Hat Advanced Cluster Management for\nKubernetes subscription:\nhttps://access.redhat.com/products/red-hat-advanced-cluster-management-for-kubernetes.\n\n* The Open Policy Agent Gatekeeper community collaborates on Slack. Join the \n#opa-gatekeeper channel: https://openpolicyagent.slack.com/archives/CDTN970AX.\n\n* Open issues on the Gatekeeper GitHub repository: https://github.com/open-policy-agent/gatekeeper/issues.\n\n* See the installation and upgrade documentation: https://open-policy-agent.github.io/gatekeeper/website/docs/install.",
"product_ids": [
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-operator-bundle@sha256:d96ab7824a0f334b595ec7034ce417ee81976d5617ce72fb693ad724483833fb_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:6cd467648f4101fa9ff4b6a497aaa2e76f2ff2c0021cfed5541aa7ffdeb4bc32_arm64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:825f94692807a950ed30efb98c5e05b6c3dd2ff2a4dd062cfe4ec276091f613d_ppc64le",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:8680d198102e84c2b69723f358560ecf684a7d55ca28537c2a3db2179454bc95_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:bf9faf7bf7730eaa2e95056b3082198e797a69bcec8122d54723f6216f34a0c8_s390x",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:859cd273784a7553ec14754b726961376e0fd153d9e45f67dd38a5f6e35ae35e_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:c5b1e6d081e1e79c2de7865aa99467b6a2e683735222fdb8f460771798ed7bca_ppc64le",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:ca290a799cd15897e62314cea4603653a1da7aa935db51640409b00e8361707e_s390x",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:f5d43f372597923ae1c363887da9accb50de207869d829ec09212db06cf3ac99_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3051"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-operator-bundle@sha256:d96ab7824a0f334b595ec7034ce417ee81976d5617ce72fb693ad724483833fb_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:6cd467648f4101fa9ff4b6a497aaa2e76f2ff2c0021cfed5541aa7ffdeb4bc32_arm64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:825f94692807a950ed30efb98c5e05b6c3dd2ff2a4dd062cfe4ec276091f613d_ppc64le",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:8680d198102e84c2b69723f358560ecf684a7d55ca28537c2a3db2179454bc95_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:bf9faf7bf7730eaa2e95056b3082198e797a69bcec8122d54723f6216f34a0c8_s390x",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:859cd273784a7553ec14754b726961376e0fd153d9e45f67dd38a5f6e35ae35e_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:c5b1e6d081e1e79c2de7865aa99467b6a2e683735222fdb8f460771798ed7bca_ppc64le",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:ca290a799cd15897e62314cea4603653a1da7aa935db51640409b00e8361707e_s390x",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:f5d43f372597923ae1c363887da9accb50de207869d829ec09212db06cf3ac99_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": [
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-operator-bundle@sha256:d96ab7824a0f334b595ec7034ce417ee81976d5617ce72fb693ad724483833fb_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:6cd467648f4101fa9ff4b6a497aaa2e76f2ff2c0021cfed5541aa7ffdeb4bc32_arm64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:825f94692807a950ed30efb98c5e05b6c3dd2ff2a4dd062cfe4ec276091f613d_ppc64le",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:8680d198102e84c2b69723f358560ecf684a7d55ca28537c2a3db2179454bc95_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:bf9faf7bf7730eaa2e95056b3082198e797a69bcec8122d54723f6216f34a0c8_s390x",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:859cd273784a7553ec14754b726961376e0fd153d9e45f67dd38a5f6e35ae35e_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:c5b1e6d081e1e79c2de7865aa99467b6a2e683735222fdb8f460771798ed7bca_ppc64le",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:ca290a799cd15897e62314cea4603653a1da7aa935db51640409b00e8361707e_s390x",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:f5d43f372597923ae1c363887da9accb50de207869d829ec09212db06cf3ac99_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-operator-bundle@sha256:d96ab7824a0f334b595ec7034ce417ee81976d5617ce72fb693ad724483833fb_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:6cd467648f4101fa9ff4b6a497aaa2e76f2ff2c0021cfed5541aa7ffdeb4bc32_arm64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:825f94692807a950ed30efb98c5e05b6c3dd2ff2a4dd062cfe4ec276091f613d_ppc64le",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:8680d198102e84c2b69723f358560ecf684a7d55ca28537c2a3db2179454bc95_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:bf9faf7bf7730eaa2e95056b3082198e797a69bcec8122d54723f6216f34a0c8_s390x",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:859cd273784a7553ec14754b726961376e0fd153d9e45f67dd38a5f6e35ae35e_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:c5b1e6d081e1e79c2de7865aa99467b6a2e683735222fdb8f460771798ed7bca_ppc64le",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:ca290a799cd15897e62314cea4603653a1da7aa935db51640409b00e8361707e_s390x",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:f5d43f372597923ae1c363887da9accb50de207869d829ec09212db06cf3ac99_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-20T04:38:00+00:00",
"details": "For more information, see the following resources:\n\n* See the Gatekeeper\ndocumentation: https://open-policy-agent.github.io/gatekeeper/website/docs/.\n\n* For support and troubleshooting, Gatekeeper is supported through a Red Hat Advanced Cluster Management for\nKubernetes subscription:\nhttps://access.redhat.com/products/red-hat-advanced-cluster-management-for-kubernetes.\n\n* The Open Policy Agent Gatekeeper community collaborates on Slack. Join the \n#opa-gatekeeper channel: https://openpolicyagent.slack.com/archives/CDTN970AX.\n\n* Open issues on the Gatekeeper GitHub repository: https://github.com/open-policy-agent/gatekeeper/issues.\n\n* See the installation and upgrade documentation: https://open-policy-agent.github.io/gatekeeper/website/docs/install.",
"product_ids": [
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-operator-bundle@sha256:d96ab7824a0f334b595ec7034ce417ee81976d5617ce72fb693ad724483833fb_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:6cd467648f4101fa9ff4b6a497aaa2e76f2ff2c0021cfed5541aa7ffdeb4bc32_arm64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:825f94692807a950ed30efb98c5e05b6c3dd2ff2a4dd062cfe4ec276091f613d_ppc64le",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:8680d198102e84c2b69723f358560ecf684a7d55ca28537c2a3db2179454bc95_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:bf9faf7bf7730eaa2e95056b3082198e797a69bcec8122d54723f6216f34a0c8_s390x",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:859cd273784a7553ec14754b726961376e0fd153d9e45f67dd38a5f6e35ae35e_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:c5b1e6d081e1e79c2de7865aa99467b6a2e683735222fdb8f460771798ed7bca_ppc64le",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:ca290a799cd15897e62314cea4603653a1da7aa935db51640409b00e8361707e_s390x",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:f5d43f372597923ae1c363887da9accb50de207869d829ec09212db06cf3ac99_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3051"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-operator-bundle@sha256:d96ab7824a0f334b595ec7034ce417ee81976d5617ce72fb693ad724483833fb_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:6cd467648f4101fa9ff4b6a497aaa2e76f2ff2c0021cfed5541aa7ffdeb4bc32_arm64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:825f94692807a950ed30efb98c5e05b6c3dd2ff2a4dd062cfe4ec276091f613d_ppc64le",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:8680d198102e84c2b69723f358560ecf684a7d55ca28537c2a3db2179454bc95_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:bf9faf7bf7730eaa2e95056b3082198e797a69bcec8122d54723f6216f34a0c8_s390x",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:859cd273784a7553ec14754b726961376e0fd153d9e45f67dd38a5f6e35ae35e_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:c5b1e6d081e1e79c2de7865aa99467b6a2e683735222fdb8f460771798ed7bca_ppc64le",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:ca290a799cd15897e62314cea4603653a1da7aa935db51640409b00e8361707e_s390x",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:f5d43f372597923ae1c363887da9accb50de207869d829ec09212db06cf3ac99_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": [
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-operator-bundle@sha256:d96ab7824a0f334b595ec7034ce417ee81976d5617ce72fb693ad724483833fb_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:6cd467648f4101fa9ff4b6a497aaa2e76f2ff2c0021cfed5541aa7ffdeb4bc32_arm64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:825f94692807a950ed30efb98c5e05b6c3dd2ff2a4dd062cfe4ec276091f613d_ppc64le",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:8680d198102e84c2b69723f358560ecf684a7d55ca28537c2a3db2179454bc95_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:bf9faf7bf7730eaa2e95056b3082198e797a69bcec8122d54723f6216f34a0c8_s390x",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:859cd273784a7553ec14754b726961376e0fd153d9e45f67dd38a5f6e35ae35e_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:c5b1e6d081e1e79c2de7865aa99467b6a2e683735222fdb8f460771798ed7bca_ppc64le",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:ca290a799cd15897e62314cea4603653a1da7aa935db51640409b00e8361707e_s390x",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:f5d43f372597923ae1c363887da9accb50de207869d829ec09212db06cf3ac99_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
}
]
}
RHSA-2025:3052
Vulnerability from csaf_redhat - Published: 2025-03-20 04:53 - Updated: 2026-06-06 01:17A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-gatekeeper-3.18:gatekeeper/gatekeeper-operator-bundle@sha256:f1178734e784fa1e6078059ba898e975183ff1cb8feeaaa1fa041ca53f64116e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9-operator@sha256:794bf4aa5aac506b904429d2d50c67e5c4fe463900832d75fa55de4a351c99c5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9-operator@sha256:7f57af9f43c55a60ebcf9e04885257edfe6db8dbb81d4ade4bf0829eeba83ceb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9-operator@sha256:8dfdb522aa72d2580d859c4585271edfc6a994c99848c6773a863b3087cdeabc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9-operator@sha256:add7447f0331cbaf61ec602dc8ad5b29f3e7731ccea19fc57e24cc4b4c9b7be4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9@sha256:16957d2ff81db1424814446563f0bdb1c15a742dd7d2e1f6ba7cf9e0a76443c0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9@sha256:1e457dbe472133533a98d21d77572f38175a3e604c401ea432509bd159133d50_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9@sha256:45bcf3b833728e05623384d1f3b0f52154bfc3559cebd1dd5aba9d661300fdac_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9@sha256:b23f87527b65e0bb8f67434313ab511b1f332e217132073d922e9f3e76de4e9a_s390x | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Gatekeeper v3.18.0",
"title": "Topic"
},
{
"category": "general",
"text": "Gatekeeper v3.18.0\n\nGatekeeper is a validating webhook with auditing capabilities that can\nenforce custom resource definition-based policies that are run with the\nOpen Policy Agent (OPA). Gatekeeper is supported through a Red Hat Advanced\nCluster Management for Kubernetes subscription.\n\nStarting in v3.17, users can specify a `containerArguments` list of names\nand values for both the audit and webhook configurations to be passed to\nthe respective deployment. These will be ignored if the argument has\nalready been set by the operator or specifies an argument listed in the\ndeny list.\n\nStarting in v3.15, the following namespaces are exempt from admission\ncontrol:\n\n* kube-*\n* multicluster-engine\n* hypershift\n* hive\n* rhacs-operator\n* open-cluster-*\n* openshift-*\n\nTo disable the default exempt namespaces, set the namespaces you want on\nthe object.\n\nSecurity fix(es):\n\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of\ngolang.org/x/crypto/ssh (CVE-2025-22869)\n\nAdditional Release Notes:\n\n* v3.18.0 https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.18.0\n* v3.18.1 https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.18.1\n* v3.18.2 https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.18.2",
"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-2025:3052",
"url": "https://access.redhat.com/errata/RHSA-2025:3052"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.18.0",
"url": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.18.0"
},
{
"category": "external",
"summary": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.18.1",
"url": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.18.1"
},
{
"category": "external",
"summary": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.18.2",
"url": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.18.2"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "ACM-15684",
"url": "https://issues.redhat.com/browse/ACM-15684"
},
{
"category": "external",
"summary": "ACM-15900",
"url": "https://issues.redhat.com/browse/ACM-15900"
},
{
"category": "external",
"summary": "HYPBLD-604",
"url": "https://issues.redhat.com/browse/HYPBLD-604"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3052.json"
}
],
"title": "Red Hat Security Advisory: Gatekeeper v3.18.0",
"tracking": {
"current_release_date": "2026-06-06T01:17:50+00:00",
"generator": {
"date": "2026-06-06T01:17:50+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"id": "RHSA-2025:3052",
"initial_release_date": "2025-03-20T04:53:19+00:00",
"revision_history": [
{
"date": "2025-03-20T04:53:19+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-03-20T04:53:19+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-06T01:17:50+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "gatekeeper 3.18 for RHEL 9",
"product": {
"name": "gatekeeper 3.18 for RHEL 9",
"product_id": "9Base-gatekeeper-3.18",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:gatekeeper:3.18::el9"
}
}
}
],
"category": "product_family",
"name": "gatekeeper"
},
{
"branches": [
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9@sha256:45bcf3b833728e05623384d1f3b0f52154bfc3559cebd1dd5aba9d661300fdac_ppc64le",
"product": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:45bcf3b833728e05623384d1f3b0f52154bfc3559cebd1dd5aba9d661300fdac_ppc64le",
"product_id": "gatekeeper/gatekeeper-rhel9@sha256:45bcf3b833728e05623384d1f3b0f52154bfc3559cebd1dd5aba9d661300fdac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9@sha256:45bcf3b833728e05623384d1f3b0f52154bfc3559cebd1dd5aba9d661300fdac?arch=ppc64le\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9\u0026tag=v3.18.2-1"
}
}
},
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:794bf4aa5aac506b904429d2d50c67e5c4fe463900832d75fa55de4a351c99c5_ppc64le",
"product": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:794bf4aa5aac506b904429d2d50c67e5c4fe463900832d75fa55de4a351c99c5_ppc64le",
"product_id": "gatekeeper/gatekeeper-rhel9-operator@sha256:794bf4aa5aac506b904429d2d50c67e5c4fe463900832d75fa55de4a351c99c5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9-operator@sha256:794bf4aa5aac506b904429d2d50c67e5c4fe463900832d75fa55de4a351c99c5?arch=ppc64le\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9-operator\u0026tag=v3.18.0-1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9@sha256:16957d2ff81db1424814446563f0bdb1c15a742dd7d2e1f6ba7cf9e0a76443c0_amd64",
"product": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:16957d2ff81db1424814446563f0bdb1c15a742dd7d2e1f6ba7cf9e0a76443c0_amd64",
"product_id": "gatekeeper/gatekeeper-rhel9@sha256:16957d2ff81db1424814446563f0bdb1c15a742dd7d2e1f6ba7cf9e0a76443c0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9@sha256:16957d2ff81db1424814446563f0bdb1c15a742dd7d2e1f6ba7cf9e0a76443c0?arch=amd64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9\u0026tag=v3.18.2-1"
}
}
},
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-operator-bundle@sha256:f1178734e784fa1e6078059ba898e975183ff1cb8feeaaa1fa041ca53f64116e_amd64",
"product": {
"name": "gatekeeper/gatekeeper-operator-bundle@sha256:f1178734e784fa1e6078059ba898e975183ff1cb8feeaaa1fa041ca53f64116e_amd64",
"product_id": "gatekeeper/gatekeeper-operator-bundle@sha256:f1178734e784fa1e6078059ba898e975183ff1cb8feeaaa1fa041ca53f64116e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-operator-bundle@sha256:f1178734e784fa1e6078059ba898e975183ff1cb8feeaaa1fa041ca53f64116e?arch=amd64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-operator-bundle\u0026tag=v3.18.0-1"
}
}
},
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:8dfdb522aa72d2580d859c4585271edfc6a994c99848c6773a863b3087cdeabc_amd64",
"product": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:8dfdb522aa72d2580d859c4585271edfc6a994c99848c6773a863b3087cdeabc_amd64",
"product_id": "gatekeeper/gatekeeper-rhel9-operator@sha256:8dfdb522aa72d2580d859c4585271edfc6a994c99848c6773a863b3087cdeabc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9-operator@sha256:8dfdb522aa72d2580d859c4585271edfc6a994c99848c6773a863b3087cdeabc?arch=amd64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9-operator\u0026tag=v3.18.0-1"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9@sha256:b23f87527b65e0bb8f67434313ab511b1f332e217132073d922e9f3e76de4e9a_s390x",
"product": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:b23f87527b65e0bb8f67434313ab511b1f332e217132073d922e9f3e76de4e9a_s390x",
"product_id": "gatekeeper/gatekeeper-rhel9@sha256:b23f87527b65e0bb8f67434313ab511b1f332e217132073d922e9f3e76de4e9a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9@sha256:b23f87527b65e0bb8f67434313ab511b1f332e217132073d922e9f3e76de4e9a?arch=s390x\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9\u0026tag=v3.18.2-1"
}
}
},
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:7f57af9f43c55a60ebcf9e04885257edfe6db8dbb81d4ade4bf0829eeba83ceb_s390x",
"product": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:7f57af9f43c55a60ebcf9e04885257edfe6db8dbb81d4ade4bf0829eeba83ceb_s390x",
"product_id": "gatekeeper/gatekeeper-rhel9-operator@sha256:7f57af9f43c55a60ebcf9e04885257edfe6db8dbb81d4ade4bf0829eeba83ceb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9-operator@sha256:7f57af9f43c55a60ebcf9e04885257edfe6db8dbb81d4ade4bf0829eeba83ceb?arch=s390x\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9-operator\u0026tag=v3.18.0-1"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9@sha256:1e457dbe472133533a98d21d77572f38175a3e604c401ea432509bd159133d50_arm64",
"product": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:1e457dbe472133533a98d21d77572f38175a3e604c401ea432509bd159133d50_arm64",
"product_id": "gatekeeper/gatekeeper-rhel9@sha256:1e457dbe472133533a98d21d77572f38175a3e604c401ea432509bd159133d50_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9@sha256:1e457dbe472133533a98d21d77572f38175a3e604c401ea432509bd159133d50?arch=arm64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9\u0026tag=v3.18.2-1"
}
}
},
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:add7447f0331cbaf61ec602dc8ad5b29f3e7731ccea19fc57e24cc4b4c9b7be4_arm64",
"product": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:add7447f0331cbaf61ec602dc8ad5b29f3e7731ccea19fc57e24cc4b4c9b7be4_arm64",
"product_id": "gatekeeper/gatekeeper-rhel9-operator@sha256:add7447f0331cbaf61ec602dc8ad5b29f3e7731ccea19fc57e24cc4b4c9b7be4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9-operator@sha256:add7447f0331cbaf61ec602dc8ad5b29f3e7731ccea19fc57e24cc4b4c9b7be4?arch=arm64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9-operator\u0026tag=v3.18.0-1"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-operator-bundle@sha256:f1178734e784fa1e6078059ba898e975183ff1cb8feeaaa1fa041ca53f64116e_amd64 as a component of gatekeeper 3.18 for RHEL 9",
"product_id": "9Base-gatekeeper-3.18:gatekeeper/gatekeeper-operator-bundle@sha256:f1178734e784fa1e6078059ba898e975183ff1cb8feeaaa1fa041ca53f64116e_amd64"
},
"product_reference": "gatekeeper/gatekeeper-operator-bundle@sha256:f1178734e784fa1e6078059ba898e975183ff1cb8feeaaa1fa041ca53f64116e_amd64",
"relates_to_product_reference": "9Base-gatekeeper-3.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:794bf4aa5aac506b904429d2d50c67e5c4fe463900832d75fa55de4a351c99c5_ppc64le as a component of gatekeeper 3.18 for RHEL 9",
"product_id": "9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9-operator@sha256:794bf4aa5aac506b904429d2d50c67e5c4fe463900832d75fa55de4a351c99c5_ppc64le"
},
"product_reference": "gatekeeper/gatekeeper-rhel9-operator@sha256:794bf4aa5aac506b904429d2d50c67e5c4fe463900832d75fa55de4a351c99c5_ppc64le",
"relates_to_product_reference": "9Base-gatekeeper-3.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:7f57af9f43c55a60ebcf9e04885257edfe6db8dbb81d4ade4bf0829eeba83ceb_s390x as a component of gatekeeper 3.18 for RHEL 9",
"product_id": "9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9-operator@sha256:7f57af9f43c55a60ebcf9e04885257edfe6db8dbb81d4ade4bf0829eeba83ceb_s390x"
},
"product_reference": "gatekeeper/gatekeeper-rhel9-operator@sha256:7f57af9f43c55a60ebcf9e04885257edfe6db8dbb81d4ade4bf0829eeba83ceb_s390x",
"relates_to_product_reference": "9Base-gatekeeper-3.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:8dfdb522aa72d2580d859c4585271edfc6a994c99848c6773a863b3087cdeabc_amd64 as a component of gatekeeper 3.18 for RHEL 9",
"product_id": "9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9-operator@sha256:8dfdb522aa72d2580d859c4585271edfc6a994c99848c6773a863b3087cdeabc_amd64"
},
"product_reference": "gatekeeper/gatekeeper-rhel9-operator@sha256:8dfdb522aa72d2580d859c4585271edfc6a994c99848c6773a863b3087cdeabc_amd64",
"relates_to_product_reference": "9Base-gatekeeper-3.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:add7447f0331cbaf61ec602dc8ad5b29f3e7731ccea19fc57e24cc4b4c9b7be4_arm64 as a component of gatekeeper 3.18 for RHEL 9",
"product_id": "9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9-operator@sha256:add7447f0331cbaf61ec602dc8ad5b29f3e7731ccea19fc57e24cc4b4c9b7be4_arm64"
},
"product_reference": "gatekeeper/gatekeeper-rhel9-operator@sha256:add7447f0331cbaf61ec602dc8ad5b29f3e7731ccea19fc57e24cc4b4c9b7be4_arm64",
"relates_to_product_reference": "9Base-gatekeeper-3.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:16957d2ff81db1424814446563f0bdb1c15a742dd7d2e1f6ba7cf9e0a76443c0_amd64 as a component of gatekeeper 3.18 for RHEL 9",
"product_id": "9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9@sha256:16957d2ff81db1424814446563f0bdb1c15a742dd7d2e1f6ba7cf9e0a76443c0_amd64"
},
"product_reference": "gatekeeper/gatekeeper-rhel9@sha256:16957d2ff81db1424814446563f0bdb1c15a742dd7d2e1f6ba7cf9e0a76443c0_amd64",
"relates_to_product_reference": "9Base-gatekeeper-3.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:1e457dbe472133533a98d21d77572f38175a3e604c401ea432509bd159133d50_arm64 as a component of gatekeeper 3.18 for RHEL 9",
"product_id": "9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9@sha256:1e457dbe472133533a98d21d77572f38175a3e604c401ea432509bd159133d50_arm64"
},
"product_reference": "gatekeeper/gatekeeper-rhel9@sha256:1e457dbe472133533a98d21d77572f38175a3e604c401ea432509bd159133d50_arm64",
"relates_to_product_reference": "9Base-gatekeeper-3.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:45bcf3b833728e05623384d1f3b0f52154bfc3559cebd1dd5aba9d661300fdac_ppc64le as a component of gatekeeper 3.18 for RHEL 9",
"product_id": "9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9@sha256:45bcf3b833728e05623384d1f3b0f52154bfc3559cebd1dd5aba9d661300fdac_ppc64le"
},
"product_reference": "gatekeeper/gatekeeper-rhel9@sha256:45bcf3b833728e05623384d1f3b0f52154bfc3559cebd1dd5aba9d661300fdac_ppc64le",
"relates_to_product_reference": "9Base-gatekeeper-3.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:b23f87527b65e0bb8f67434313ab511b1f332e217132073d922e9f3e76de4e9a_s390x as a component of gatekeeper 3.18 for RHEL 9",
"product_id": "9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9@sha256:b23f87527b65e0bb8f67434313ab511b1f332e217132073d922e9f3e76de4e9a_s390x"
},
"product_reference": "gatekeeper/gatekeeper-rhel9@sha256:b23f87527b65e0bb8f67434313ab511b1f332e217132073d922e9f3e76de4e9a_s390x",
"relates_to_product_reference": "9Base-gatekeeper-3.18"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-operator-bundle@sha256:f1178734e784fa1e6078059ba898e975183ff1cb8feeaaa1fa041ca53f64116e_amd64",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9-operator@sha256:794bf4aa5aac506b904429d2d50c67e5c4fe463900832d75fa55de4a351c99c5_ppc64le",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9-operator@sha256:7f57af9f43c55a60ebcf9e04885257edfe6db8dbb81d4ade4bf0829eeba83ceb_s390x",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9-operator@sha256:8dfdb522aa72d2580d859c4585271edfc6a994c99848c6773a863b3087cdeabc_amd64",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9-operator@sha256:add7447f0331cbaf61ec602dc8ad5b29f3e7731ccea19fc57e24cc4b4c9b7be4_arm64",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9@sha256:16957d2ff81db1424814446563f0bdb1c15a742dd7d2e1f6ba7cf9e0a76443c0_amd64",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9@sha256:1e457dbe472133533a98d21d77572f38175a3e604c401ea432509bd159133d50_arm64",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9@sha256:45bcf3b833728e05623384d1f3b0f52154bfc3559cebd1dd5aba9d661300fdac_ppc64le",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9@sha256:b23f87527b65e0bb8f67434313ab511b1f332e217132073d922e9f3e76de4e9a_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-20T04:53:19+00:00",
"details": "For more information, see the following resources:\n\n* See the Gatekeeper\ndocumentation: https://open-policy-agent.github.io/gatekeeper/website/docs/.\n\n* For support and troubleshooting, Gatekeeper is supported through a Red Hat Advanced Cluster Management for\nKubernetes subscription:\nhttps://access.redhat.com/products/red-hat-advanced-cluster-management-for-kubernetes.\n\n* The Open Policy Agent Gatekeeper community collaborates on Slack. Join the \n#opa-gatekeeper channel: https://openpolicyagent.slack.com/archives/CDTN970AX.\n\n* Open issues on the Gatekeeper GitHub repository: https://github.com/open-policy-agent/gatekeeper/issues.\n\n* See the installation and upgrade documentation: https://open-policy-agent.github.io/gatekeeper/website/docs/install.",
"product_ids": [
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-operator-bundle@sha256:f1178734e784fa1e6078059ba898e975183ff1cb8feeaaa1fa041ca53f64116e_amd64",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9-operator@sha256:794bf4aa5aac506b904429d2d50c67e5c4fe463900832d75fa55de4a351c99c5_ppc64le",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9-operator@sha256:7f57af9f43c55a60ebcf9e04885257edfe6db8dbb81d4ade4bf0829eeba83ceb_s390x",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9-operator@sha256:8dfdb522aa72d2580d859c4585271edfc6a994c99848c6773a863b3087cdeabc_amd64",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9-operator@sha256:add7447f0331cbaf61ec602dc8ad5b29f3e7731ccea19fc57e24cc4b4c9b7be4_arm64",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9@sha256:16957d2ff81db1424814446563f0bdb1c15a742dd7d2e1f6ba7cf9e0a76443c0_amd64",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9@sha256:1e457dbe472133533a98d21d77572f38175a3e604c401ea432509bd159133d50_arm64",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9@sha256:45bcf3b833728e05623384d1f3b0f52154bfc3559cebd1dd5aba9d661300fdac_ppc64le",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9@sha256:b23f87527b65e0bb8f67434313ab511b1f332e217132073d922e9f3e76de4e9a_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3052"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-operator-bundle@sha256:f1178734e784fa1e6078059ba898e975183ff1cb8feeaaa1fa041ca53f64116e_amd64",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9-operator@sha256:794bf4aa5aac506b904429d2d50c67e5c4fe463900832d75fa55de4a351c99c5_ppc64le",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9-operator@sha256:7f57af9f43c55a60ebcf9e04885257edfe6db8dbb81d4ade4bf0829eeba83ceb_s390x",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9-operator@sha256:8dfdb522aa72d2580d859c4585271edfc6a994c99848c6773a863b3087cdeabc_amd64",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9-operator@sha256:add7447f0331cbaf61ec602dc8ad5b29f3e7731ccea19fc57e24cc4b4c9b7be4_arm64",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9@sha256:16957d2ff81db1424814446563f0bdb1c15a742dd7d2e1f6ba7cf9e0a76443c0_amd64",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9@sha256:1e457dbe472133533a98d21d77572f38175a3e604c401ea432509bd159133d50_arm64",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9@sha256:45bcf3b833728e05623384d1f3b0f52154bfc3559cebd1dd5aba9d661300fdac_ppc64le",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9@sha256:b23f87527b65e0bb8f67434313ab511b1f332e217132073d922e9f3e76de4e9a_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": [
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-operator-bundle@sha256:f1178734e784fa1e6078059ba898e975183ff1cb8feeaaa1fa041ca53f64116e_amd64",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9-operator@sha256:794bf4aa5aac506b904429d2d50c67e5c4fe463900832d75fa55de4a351c99c5_ppc64le",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9-operator@sha256:7f57af9f43c55a60ebcf9e04885257edfe6db8dbb81d4ade4bf0829eeba83ceb_s390x",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9-operator@sha256:8dfdb522aa72d2580d859c4585271edfc6a994c99848c6773a863b3087cdeabc_amd64",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9-operator@sha256:add7447f0331cbaf61ec602dc8ad5b29f3e7731ccea19fc57e24cc4b4c9b7be4_arm64",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9@sha256:16957d2ff81db1424814446563f0bdb1c15a742dd7d2e1f6ba7cf9e0a76443c0_amd64",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9@sha256:1e457dbe472133533a98d21d77572f38175a3e604c401ea432509bd159133d50_arm64",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9@sha256:45bcf3b833728e05623384d1f3b0f52154bfc3559cebd1dd5aba9d661300fdac_ppc64le",
"9Base-gatekeeper-3.18:gatekeeper/gatekeeper-rhel9@sha256:b23f87527b65e0bb8f67434313ab511b1f332e217132073d922e9f3e76de4e9a_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
}
]
}
RHSA-2025:3053
Vulnerability from csaf_redhat - Published: 2025-03-20 04:55 - Updated: 2026-06-06 01:17A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, ".")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-gatekeeper-3.15:gatekeeper/gatekeeper-operator-bundle@sha256:96b77663961daea3a336b97e34e9412281bfb2727854dc970a69edd029b9af85_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:d4cb7893bc7ddf352e9ee37f97461c798002cc79e1eea8706944f94f6b07a460_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:e8e33ff4369c91bbf63c4c81979e0231ff247f3b0ab7a2872c0918a5455a1a2d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:f287794acade33527da37fa3d6d872753231ac40546bdadf577ea4c3eb3a9347_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:f59983c70575e23e7e0e04422a0db15f99d8943c9246878044b205e871934635_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:2861cb1f2dec29a50a1b920768f8c7d463c7917b4267cb62813f7378972ecd63_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:9530577a1ddbc3fd1cc27fa9bf25220a4437f20817d85974a3066fd3d4229d94_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:b893c6fd9d1414efd34c51fdc08795c9ddf5e73053c5cc1b742eea04c6a1d4bf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:c0130d50528c55aa6819f7b722ad39bb583f1b8b961c47e32a8561d34440883c_ppc64le | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-gatekeeper-3.15:gatekeeper/gatekeeper-operator-bundle@sha256:96b77663961daea3a336b97e34e9412281bfb2727854dc970a69edd029b9af85_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:d4cb7893bc7ddf352e9ee37f97461c798002cc79e1eea8706944f94f6b07a460_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:e8e33ff4369c91bbf63c4c81979e0231ff247f3b0ab7a2872c0918a5455a1a2d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:f287794acade33527da37fa3d6d872753231ac40546bdadf577ea4c3eb3a9347_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:f59983c70575e23e7e0e04422a0db15f99d8943c9246878044b205e871934635_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:2861cb1f2dec29a50a1b920768f8c7d463c7917b4267cb62813f7378972ecd63_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:9530577a1ddbc3fd1cc27fa9bf25220a4437f20817d85974a3066fd3d4229d94_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:b893c6fd9d1414efd34c51fdc08795c9ddf5e73053c5cc1b742eea04c6a1d4bf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:c0130d50528c55aa6819f7b722ad39bb583f1b8b961c47e32a8561d34440883c_ppc64le | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Gatekeeper v3.15.4",
"title": "Topic"
},
{
"category": "general",
"text": "Gatekeeper v3.15.4\n\nGatekeeper is a validating webhook with auditing capabilities that can\nenforce custom resource definition-based policies that are run with the\nOpen Policy Agent (OPA). Gatekeeper is supported through a Red Hat Advanced\nCluster Management for Kubernetes subscription.\n\nStarting in v3.15, the following namespaces are exempt from admission control:\n\n- kube-*\n- multicluster-engine\n- hypershift\n- hive\n- rhacs-operator\n- open-cluster-*\n- openshift-*\n\nTo disable the default exempt namespaces, set the namespaces you want on the\nobject.\n\nSecurity fix(es):\n\n* golang.org/x/oauth2: Unexpected memory consumption during token parsing in golang.org/x/oauth2 (CVE-2025-22868)\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (CVE-2025-22869)\n\nAdditional Release Notes:\n\n* v3.15.0 https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.15.0\n* v3.15.1 https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.15.1",
"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-2025:3053",
"url": "https://access.redhat.com/errata/RHSA-2025:3053"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.15.0",
"url": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.15.0"
},
{
"category": "external",
"summary": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.15.1",
"url": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.15.1"
},
{
"category": "external",
"summary": "2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "ACM-18305",
"url": "https://issues.redhat.com/browse/ACM-18305"
},
{
"category": "external",
"summary": "ACM-18536",
"url": "https://issues.redhat.com/browse/ACM-18536"
},
{
"category": "external",
"summary": "HYPBLD-606",
"url": "https://issues.redhat.com/browse/HYPBLD-606"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3053.json"
}
],
"title": "Red Hat Security Advisory: Gatekeeper v3.15.4",
"tracking": {
"current_release_date": "2026-06-06T01:17:50+00:00",
"generator": {
"date": "2026-06-06T01:17:50+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"id": "RHSA-2025:3053",
"initial_release_date": "2025-03-20T04:55:47+00:00",
"revision_history": [
{
"date": "2025-03-20T04:55:47+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-03-20T04:55:47+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-06T01:17:50+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "gatekeeper 3.15 for RHEL 9",
"product": {
"name": "gatekeeper 3.15 for RHEL 9",
"product_id": "9Base-gatekeeper-3.15",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:gatekeeper:3.15::el9"
}
}
}
],
"category": "product_family",
"name": "gatekeeper"
},
{
"branches": [
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9@sha256:b893c6fd9d1414efd34c51fdc08795c9ddf5e73053c5cc1b742eea04c6a1d4bf_s390x",
"product": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:b893c6fd9d1414efd34c51fdc08795c9ddf5e73053c5cc1b742eea04c6a1d4bf_s390x",
"product_id": "gatekeeper/gatekeeper-rhel9@sha256:b893c6fd9d1414efd34c51fdc08795c9ddf5e73053c5cc1b742eea04c6a1d4bf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9@sha256:b893c6fd9d1414efd34c51fdc08795c9ddf5e73053c5cc1b742eea04c6a1d4bf?arch=s390x\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9\u0026tag=v3.15.1-30"
}
}
},
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:d4cb7893bc7ddf352e9ee37f97461c798002cc79e1eea8706944f94f6b07a460_s390x",
"product": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:d4cb7893bc7ddf352e9ee37f97461c798002cc79e1eea8706944f94f6b07a460_s390x",
"product_id": "gatekeeper/gatekeeper-rhel9-operator@sha256:d4cb7893bc7ddf352e9ee37f97461c798002cc79e1eea8706944f94f6b07a460_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9-operator@sha256:d4cb7893bc7ddf352e9ee37f97461c798002cc79e1eea8706944f94f6b07a460?arch=s390x\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9-operator\u0026tag=v3.15.4-1"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9@sha256:2861cb1f2dec29a50a1b920768f8c7d463c7917b4267cb62813f7378972ecd63_amd64",
"product": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:2861cb1f2dec29a50a1b920768f8c7d463c7917b4267cb62813f7378972ecd63_amd64",
"product_id": "gatekeeper/gatekeeper-rhel9@sha256:2861cb1f2dec29a50a1b920768f8c7d463c7917b4267cb62813f7378972ecd63_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9@sha256:2861cb1f2dec29a50a1b920768f8c7d463c7917b4267cb62813f7378972ecd63?arch=amd64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9\u0026tag=v3.15.1-30"
}
}
},
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-operator-bundle@sha256:96b77663961daea3a336b97e34e9412281bfb2727854dc970a69edd029b9af85_amd64",
"product": {
"name": "gatekeeper/gatekeeper-operator-bundle@sha256:96b77663961daea3a336b97e34e9412281bfb2727854dc970a69edd029b9af85_amd64",
"product_id": "gatekeeper/gatekeeper-operator-bundle@sha256:96b77663961daea3a336b97e34e9412281bfb2727854dc970a69edd029b9af85_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-operator-bundle@sha256:96b77663961daea3a336b97e34e9412281bfb2727854dc970a69edd029b9af85?arch=amd64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-operator-bundle\u0026tag=v3.15.4-1"
}
}
},
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:e8e33ff4369c91bbf63c4c81979e0231ff247f3b0ab7a2872c0918a5455a1a2d_amd64",
"product": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:e8e33ff4369c91bbf63c4c81979e0231ff247f3b0ab7a2872c0918a5455a1a2d_amd64",
"product_id": "gatekeeper/gatekeeper-rhel9-operator@sha256:e8e33ff4369c91bbf63c4c81979e0231ff247f3b0ab7a2872c0918a5455a1a2d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9-operator@sha256:e8e33ff4369c91bbf63c4c81979e0231ff247f3b0ab7a2872c0918a5455a1a2d?arch=amd64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9-operator\u0026tag=v3.15.4-1"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9@sha256:c0130d50528c55aa6819f7b722ad39bb583f1b8b961c47e32a8561d34440883c_ppc64le",
"product": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:c0130d50528c55aa6819f7b722ad39bb583f1b8b961c47e32a8561d34440883c_ppc64le",
"product_id": "gatekeeper/gatekeeper-rhel9@sha256:c0130d50528c55aa6819f7b722ad39bb583f1b8b961c47e32a8561d34440883c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9@sha256:c0130d50528c55aa6819f7b722ad39bb583f1b8b961c47e32a8561d34440883c?arch=ppc64le\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9\u0026tag=v3.15.1-30"
}
}
},
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:f59983c70575e23e7e0e04422a0db15f99d8943c9246878044b205e871934635_ppc64le",
"product": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:f59983c70575e23e7e0e04422a0db15f99d8943c9246878044b205e871934635_ppc64le",
"product_id": "gatekeeper/gatekeeper-rhel9-operator@sha256:f59983c70575e23e7e0e04422a0db15f99d8943c9246878044b205e871934635_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9-operator@sha256:f59983c70575e23e7e0e04422a0db15f99d8943c9246878044b205e871934635?arch=ppc64le\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9-operator\u0026tag=v3.15.4-1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9@sha256:9530577a1ddbc3fd1cc27fa9bf25220a4437f20817d85974a3066fd3d4229d94_arm64",
"product": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:9530577a1ddbc3fd1cc27fa9bf25220a4437f20817d85974a3066fd3d4229d94_arm64",
"product_id": "gatekeeper/gatekeeper-rhel9@sha256:9530577a1ddbc3fd1cc27fa9bf25220a4437f20817d85974a3066fd3d4229d94_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9@sha256:9530577a1ddbc3fd1cc27fa9bf25220a4437f20817d85974a3066fd3d4229d94?arch=arm64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9\u0026tag=v3.15.1-30"
}
}
},
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:f287794acade33527da37fa3d6d872753231ac40546bdadf577ea4c3eb3a9347_arm64",
"product": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:f287794acade33527da37fa3d6d872753231ac40546bdadf577ea4c3eb3a9347_arm64",
"product_id": "gatekeeper/gatekeeper-rhel9-operator@sha256:f287794acade33527da37fa3d6d872753231ac40546bdadf577ea4c3eb3a9347_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9-operator@sha256:f287794acade33527da37fa3d6d872753231ac40546bdadf577ea4c3eb3a9347?arch=arm64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9-operator\u0026tag=v3.15.4-1"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-operator-bundle@sha256:96b77663961daea3a336b97e34e9412281bfb2727854dc970a69edd029b9af85_amd64 as a component of gatekeeper 3.15 for RHEL 9",
"product_id": "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-operator-bundle@sha256:96b77663961daea3a336b97e34e9412281bfb2727854dc970a69edd029b9af85_amd64"
},
"product_reference": "gatekeeper/gatekeeper-operator-bundle@sha256:96b77663961daea3a336b97e34e9412281bfb2727854dc970a69edd029b9af85_amd64",
"relates_to_product_reference": "9Base-gatekeeper-3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:d4cb7893bc7ddf352e9ee37f97461c798002cc79e1eea8706944f94f6b07a460_s390x as a component of gatekeeper 3.15 for RHEL 9",
"product_id": "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:d4cb7893bc7ddf352e9ee37f97461c798002cc79e1eea8706944f94f6b07a460_s390x"
},
"product_reference": "gatekeeper/gatekeeper-rhel9-operator@sha256:d4cb7893bc7ddf352e9ee37f97461c798002cc79e1eea8706944f94f6b07a460_s390x",
"relates_to_product_reference": "9Base-gatekeeper-3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:e8e33ff4369c91bbf63c4c81979e0231ff247f3b0ab7a2872c0918a5455a1a2d_amd64 as a component of gatekeeper 3.15 for RHEL 9",
"product_id": "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:e8e33ff4369c91bbf63c4c81979e0231ff247f3b0ab7a2872c0918a5455a1a2d_amd64"
},
"product_reference": "gatekeeper/gatekeeper-rhel9-operator@sha256:e8e33ff4369c91bbf63c4c81979e0231ff247f3b0ab7a2872c0918a5455a1a2d_amd64",
"relates_to_product_reference": "9Base-gatekeeper-3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:f287794acade33527da37fa3d6d872753231ac40546bdadf577ea4c3eb3a9347_arm64 as a component of gatekeeper 3.15 for RHEL 9",
"product_id": "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:f287794acade33527da37fa3d6d872753231ac40546bdadf577ea4c3eb3a9347_arm64"
},
"product_reference": "gatekeeper/gatekeeper-rhel9-operator@sha256:f287794acade33527da37fa3d6d872753231ac40546bdadf577ea4c3eb3a9347_arm64",
"relates_to_product_reference": "9Base-gatekeeper-3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:f59983c70575e23e7e0e04422a0db15f99d8943c9246878044b205e871934635_ppc64le as a component of gatekeeper 3.15 for RHEL 9",
"product_id": "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:f59983c70575e23e7e0e04422a0db15f99d8943c9246878044b205e871934635_ppc64le"
},
"product_reference": "gatekeeper/gatekeeper-rhel9-operator@sha256:f59983c70575e23e7e0e04422a0db15f99d8943c9246878044b205e871934635_ppc64le",
"relates_to_product_reference": "9Base-gatekeeper-3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:2861cb1f2dec29a50a1b920768f8c7d463c7917b4267cb62813f7378972ecd63_amd64 as a component of gatekeeper 3.15 for RHEL 9",
"product_id": "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:2861cb1f2dec29a50a1b920768f8c7d463c7917b4267cb62813f7378972ecd63_amd64"
},
"product_reference": "gatekeeper/gatekeeper-rhel9@sha256:2861cb1f2dec29a50a1b920768f8c7d463c7917b4267cb62813f7378972ecd63_amd64",
"relates_to_product_reference": "9Base-gatekeeper-3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:9530577a1ddbc3fd1cc27fa9bf25220a4437f20817d85974a3066fd3d4229d94_arm64 as a component of gatekeeper 3.15 for RHEL 9",
"product_id": "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:9530577a1ddbc3fd1cc27fa9bf25220a4437f20817d85974a3066fd3d4229d94_arm64"
},
"product_reference": "gatekeeper/gatekeeper-rhel9@sha256:9530577a1ddbc3fd1cc27fa9bf25220a4437f20817d85974a3066fd3d4229d94_arm64",
"relates_to_product_reference": "9Base-gatekeeper-3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:b893c6fd9d1414efd34c51fdc08795c9ddf5e73053c5cc1b742eea04c6a1d4bf_s390x as a component of gatekeeper 3.15 for RHEL 9",
"product_id": "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:b893c6fd9d1414efd34c51fdc08795c9ddf5e73053c5cc1b742eea04c6a1d4bf_s390x"
},
"product_reference": "gatekeeper/gatekeeper-rhel9@sha256:b893c6fd9d1414efd34c51fdc08795c9ddf5e73053c5cc1b742eea04c6a1d4bf_s390x",
"relates_to_product_reference": "9Base-gatekeeper-3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:c0130d50528c55aa6819f7b722ad39bb583f1b8b961c47e32a8561d34440883c_ppc64le as a component of gatekeeper 3.15 for RHEL 9",
"product_id": "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:c0130d50528c55aa6819f7b722ad39bb583f1b8b961c47e32a8561d34440883c_ppc64le"
},
"product_reference": "gatekeeper/gatekeeper-rhel9@sha256:c0130d50528c55aa6819f7b722ad39bb583f1b8b961c47e32a8561d34440883c_ppc64le",
"relates_to_product_reference": "9Base-gatekeeper-3.15"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-operator-bundle@sha256:96b77663961daea3a336b97e34e9412281bfb2727854dc970a69edd029b9af85_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:d4cb7893bc7ddf352e9ee37f97461c798002cc79e1eea8706944f94f6b07a460_s390x",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:e8e33ff4369c91bbf63c4c81979e0231ff247f3b0ab7a2872c0918a5455a1a2d_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:f287794acade33527da37fa3d6d872753231ac40546bdadf577ea4c3eb3a9347_arm64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:f59983c70575e23e7e0e04422a0db15f99d8943c9246878044b205e871934635_ppc64le",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:2861cb1f2dec29a50a1b920768f8c7d463c7917b4267cb62813f7378972ecd63_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:9530577a1ddbc3fd1cc27fa9bf25220a4437f20817d85974a3066fd3d4229d94_arm64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:b893c6fd9d1414efd34c51fdc08795c9ddf5e73053c5cc1b742eea04c6a1d4bf_s390x",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:c0130d50528c55aa6819f7b722ad39bb583f1b8b961c47e32a8561d34440883c_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-20T04:55:47+00:00",
"details": "For more information, see the following resources:\n\n* See the Gatekeeper\ndocumentation: https://open-policy-agent.github.io/gatekeeper/website/docs/.\n\n* For support and troubleshooting, Gatekeeper is supported through a Red Hat Advanced Cluster Management for\nKubernetes subscription:\nhttps://access.redhat.com/products/red-hat-advanced-cluster-management-for-kubernetes.\n\n* The Open Policy Agent Gatekeeper community collaborates on Slack. Join the \n#opa-gatekeeper channel: https://openpolicyagent.slack.com/archives/CDTN970AX.\n\n* Open issues on the Gatekeeper GitHub repository: https://github.com/open-policy-agent/gatekeeper/issues.\n\n* See the installation and upgrade documentation: https://open-policy-agent.github.io/gatekeeper/website/docs/install.",
"product_ids": [
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-operator-bundle@sha256:96b77663961daea3a336b97e34e9412281bfb2727854dc970a69edd029b9af85_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:d4cb7893bc7ddf352e9ee37f97461c798002cc79e1eea8706944f94f6b07a460_s390x",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:e8e33ff4369c91bbf63c4c81979e0231ff247f3b0ab7a2872c0918a5455a1a2d_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:f287794acade33527da37fa3d6d872753231ac40546bdadf577ea4c3eb3a9347_arm64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:f59983c70575e23e7e0e04422a0db15f99d8943c9246878044b205e871934635_ppc64le",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:2861cb1f2dec29a50a1b920768f8c7d463c7917b4267cb62813f7378972ecd63_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:9530577a1ddbc3fd1cc27fa9bf25220a4437f20817d85974a3066fd3d4229d94_arm64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:b893c6fd9d1414efd34c51fdc08795c9ddf5e73053c5cc1b742eea04c6a1d4bf_s390x",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:c0130d50528c55aa6819f7b722ad39bb583f1b8b961c47e32a8561d34440883c_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3053"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-operator-bundle@sha256:96b77663961daea3a336b97e34e9412281bfb2727854dc970a69edd029b9af85_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:d4cb7893bc7ddf352e9ee37f97461c798002cc79e1eea8706944f94f6b07a460_s390x",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:e8e33ff4369c91bbf63c4c81979e0231ff247f3b0ab7a2872c0918a5455a1a2d_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:f287794acade33527da37fa3d6d872753231ac40546bdadf577ea4c3eb3a9347_arm64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:f59983c70575e23e7e0e04422a0db15f99d8943c9246878044b205e871934635_ppc64le",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:2861cb1f2dec29a50a1b920768f8c7d463c7917b4267cb62813f7378972ecd63_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:9530577a1ddbc3fd1cc27fa9bf25220a4437f20817d85974a3066fd3d4229d94_arm64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:b893c6fd9d1414efd34c51fdc08795c9ddf5e73053c5cc1b742eea04c6a1d4bf_s390x",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:c0130d50528c55aa6819f7b722ad39bb583f1b8b961c47e32a8561d34440883c_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-operator-bundle@sha256:96b77663961daea3a336b97e34e9412281bfb2727854dc970a69edd029b9af85_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:d4cb7893bc7ddf352e9ee37f97461c798002cc79e1eea8706944f94f6b07a460_s390x",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:e8e33ff4369c91bbf63c4c81979e0231ff247f3b0ab7a2872c0918a5455a1a2d_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:f287794acade33527da37fa3d6d872753231ac40546bdadf577ea4c3eb3a9347_arm64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:f59983c70575e23e7e0e04422a0db15f99d8943c9246878044b205e871934635_ppc64le",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:2861cb1f2dec29a50a1b920768f8c7d463c7917b4267cb62813f7378972ecd63_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:9530577a1ddbc3fd1cc27fa9bf25220a4437f20817d85974a3066fd3d4229d94_arm64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:b893c6fd9d1414efd34c51fdc08795c9ddf5e73053c5cc1b742eea04c6a1d4bf_s390x",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:c0130d50528c55aa6819f7b722ad39bb583f1b8b961c47e32a8561d34440883c_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-operator-bundle@sha256:96b77663961daea3a336b97e34e9412281bfb2727854dc970a69edd029b9af85_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:d4cb7893bc7ddf352e9ee37f97461c798002cc79e1eea8706944f94f6b07a460_s390x",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:e8e33ff4369c91bbf63c4c81979e0231ff247f3b0ab7a2872c0918a5455a1a2d_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:f287794acade33527da37fa3d6d872753231ac40546bdadf577ea4c3eb3a9347_arm64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:f59983c70575e23e7e0e04422a0db15f99d8943c9246878044b205e871934635_ppc64le",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:2861cb1f2dec29a50a1b920768f8c7d463c7917b4267cb62813f7378972ecd63_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:9530577a1ddbc3fd1cc27fa9bf25220a4437f20817d85974a3066fd3d4229d94_arm64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:b893c6fd9d1414efd34c51fdc08795c9ddf5e73053c5cc1b742eea04c6a1d4bf_s390x",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:c0130d50528c55aa6819f7b722ad39bb583f1b8b961c47e32a8561d34440883c_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-20T04:55:47+00:00",
"details": "For more information, see the following resources:\n\n* See the Gatekeeper\ndocumentation: https://open-policy-agent.github.io/gatekeeper/website/docs/.\n\n* For support and troubleshooting, Gatekeeper is supported through a Red Hat Advanced Cluster Management for\nKubernetes subscription:\nhttps://access.redhat.com/products/red-hat-advanced-cluster-management-for-kubernetes.\n\n* The Open Policy Agent Gatekeeper community collaborates on Slack. Join the \n#opa-gatekeeper channel: https://openpolicyagent.slack.com/archives/CDTN970AX.\n\n* Open issues on the Gatekeeper GitHub repository: https://github.com/open-policy-agent/gatekeeper/issues.\n\n* See the installation and upgrade documentation: https://open-policy-agent.github.io/gatekeeper/website/docs/install.",
"product_ids": [
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-operator-bundle@sha256:96b77663961daea3a336b97e34e9412281bfb2727854dc970a69edd029b9af85_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:d4cb7893bc7ddf352e9ee37f97461c798002cc79e1eea8706944f94f6b07a460_s390x",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:e8e33ff4369c91bbf63c4c81979e0231ff247f3b0ab7a2872c0918a5455a1a2d_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:f287794acade33527da37fa3d6d872753231ac40546bdadf577ea4c3eb3a9347_arm64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:f59983c70575e23e7e0e04422a0db15f99d8943c9246878044b205e871934635_ppc64le",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:2861cb1f2dec29a50a1b920768f8c7d463c7917b4267cb62813f7378972ecd63_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:9530577a1ddbc3fd1cc27fa9bf25220a4437f20817d85974a3066fd3d4229d94_arm64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:b893c6fd9d1414efd34c51fdc08795c9ddf5e73053c5cc1b742eea04c6a1d4bf_s390x",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:c0130d50528c55aa6819f7b722ad39bb583f1b8b961c47e32a8561d34440883c_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3053"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-operator-bundle@sha256:96b77663961daea3a336b97e34e9412281bfb2727854dc970a69edd029b9af85_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:d4cb7893bc7ddf352e9ee37f97461c798002cc79e1eea8706944f94f6b07a460_s390x",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:e8e33ff4369c91bbf63c4c81979e0231ff247f3b0ab7a2872c0918a5455a1a2d_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:f287794acade33527da37fa3d6d872753231ac40546bdadf577ea4c3eb3a9347_arm64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:f59983c70575e23e7e0e04422a0db15f99d8943c9246878044b205e871934635_ppc64le",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:2861cb1f2dec29a50a1b920768f8c7d463c7917b4267cb62813f7378972ecd63_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:9530577a1ddbc3fd1cc27fa9bf25220a4437f20817d85974a3066fd3d4229d94_arm64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:b893c6fd9d1414efd34c51fdc08795c9ddf5e73053c5cc1b742eea04c6a1d4bf_s390x",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:c0130d50528c55aa6819f7b722ad39bb583f1b8b961c47e32a8561d34440883c_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-operator-bundle@sha256:96b77663961daea3a336b97e34e9412281bfb2727854dc970a69edd029b9af85_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:d4cb7893bc7ddf352e9ee37f97461c798002cc79e1eea8706944f94f6b07a460_s390x",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:e8e33ff4369c91bbf63c4c81979e0231ff247f3b0ab7a2872c0918a5455a1a2d_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:f287794acade33527da37fa3d6d872753231ac40546bdadf577ea4c3eb3a9347_arm64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:f59983c70575e23e7e0e04422a0db15f99d8943c9246878044b205e871934635_ppc64le",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:2861cb1f2dec29a50a1b920768f8c7d463c7917b4267cb62813f7378972ecd63_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:9530577a1ddbc3fd1cc27fa9bf25220a4437f20817d85974a3066fd3d4229d94_arm64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:b893c6fd9d1414efd34c51fdc08795c9ddf5e73053c5cc1b742eea04c6a1d4bf_s390x",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:c0130d50528c55aa6819f7b722ad39bb583f1b8b961c47e32a8561d34440883c_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
}
]
}
RHSA-2025:3165
Vulnerability from csaf_redhat - Published: 2025-03-25 14:24 - Updated: 2026-06-06 01:17A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-docker-2:4.2.0-6.el9_0.3.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for podman is now available for Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions.\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 podman tool manages pods, container images, and containers. It is part of the libpod library, which is for applications that use container pods. Container pods is a concept in Kubernetes.\n\nSecurity Fix(es):\n\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (CVE-2025-22869)\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-2025:3165",
"url": "https://access.redhat.com/errata/RHSA-2025:3165"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3165.json"
}
],
"title": "Red Hat Security Advisory: podman security update",
"tracking": {
"current_release_date": "2026-06-06T01:17:50+00:00",
"generator": {
"date": "2026-06-06T01:17:50+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"id": "RHSA-2025:3165",
"initial_release_date": "2025-03-25T14:24:49+00:00",
"revision_history": [
{
"date": "2025-03-25T14:24:49+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-03-25T14:24:49+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-06T01:17:50+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 E4S (v.9.0)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:9.0::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-2:4.2.0-6.el9_0.3.src",
"product": {
"name": "podman-2:4.2.0-6.el9_0.3.src",
"product_id": "podman-2:4.2.0-6.el9_0.3.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.2.0-6.el9_0.3?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-2:4.2.0-6.el9_0.3.aarch64",
"product": {
"name": "podman-2:4.2.0-6.el9_0.3.aarch64",
"product_id": "podman-2:4.2.0-6.el9_0.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.2.0-6.el9_0.3?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.2.0-6.el9_0.3.aarch64",
"product": {
"name": "podman-catatonit-2:4.2.0-6.el9_0.3.aarch64",
"product_id": "podman-catatonit-2:4.2.0-6.el9_0.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-6.el9_0.3?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.2.0-6.el9_0.3.aarch64",
"product": {
"name": "podman-gvproxy-2:4.2.0-6.el9_0.3.aarch64",
"product_id": "podman-gvproxy-2:4.2.0-6.el9_0.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.2.0-6.el9_0.3?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.2.0-6.el9_0.3.aarch64",
"product": {
"name": "podman-plugins-2:4.2.0-6.el9_0.3.aarch64",
"product_id": "podman-plugins-2:4.2.0-6.el9_0.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.2.0-6.el9_0.3?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.2.0-6.el9_0.3.aarch64",
"product": {
"name": "podman-remote-2:4.2.0-6.el9_0.3.aarch64",
"product_id": "podman-remote-2:4.2.0-6.el9_0.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.2.0-6.el9_0.3?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.2.0-6.el9_0.3.aarch64",
"product": {
"name": "podman-tests-2:4.2.0-6.el9_0.3.aarch64",
"product_id": "podman-tests-2:4.2.0-6.el9_0.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.2.0-6.el9_0.3?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.2.0-6.el9_0.3.aarch64",
"product": {
"name": "podman-debugsource-2:4.2.0-6.el9_0.3.aarch64",
"product_id": "podman-debugsource-2:4.2.0-6.el9_0.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-6.el9_0.3?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"product": {
"name": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"product_id": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-6.el9_0.3?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"product": {
"name": "podman-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"product_id": "podman-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-6.el9_0.3?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"product_id": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-6.el9_0.3?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"product": {
"name": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"product_id": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-6.el9_0.3?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"product": {
"name": "podman-remote-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"product_id": "podman-remote-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-6.el9_0.3?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-2:4.2.0-6.el9_0.3.ppc64le",
"product": {
"name": "podman-2:4.2.0-6.el9_0.3.ppc64le",
"product_id": "podman-2:4.2.0-6.el9_0.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.2.0-6.el9_0.3?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.2.0-6.el9_0.3.ppc64le",
"product": {
"name": "podman-catatonit-2:4.2.0-6.el9_0.3.ppc64le",
"product_id": "podman-catatonit-2:4.2.0-6.el9_0.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-6.el9_0.3?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.2.0-6.el9_0.3.ppc64le",
"product": {
"name": "podman-gvproxy-2:4.2.0-6.el9_0.3.ppc64le",
"product_id": "podman-gvproxy-2:4.2.0-6.el9_0.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.2.0-6.el9_0.3?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.2.0-6.el9_0.3.ppc64le",
"product": {
"name": "podman-plugins-2:4.2.0-6.el9_0.3.ppc64le",
"product_id": "podman-plugins-2:4.2.0-6.el9_0.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.2.0-6.el9_0.3?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.2.0-6.el9_0.3.ppc64le",
"product": {
"name": "podman-remote-2:4.2.0-6.el9_0.3.ppc64le",
"product_id": "podman-remote-2:4.2.0-6.el9_0.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.2.0-6.el9_0.3?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.2.0-6.el9_0.3.ppc64le",
"product": {
"name": "podman-tests-2:4.2.0-6.el9_0.3.ppc64le",
"product_id": "podman-tests-2:4.2.0-6.el9_0.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.2.0-6.el9_0.3?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.2.0-6.el9_0.3.ppc64le",
"product": {
"name": "podman-debugsource-2:4.2.0-6.el9_0.3.ppc64le",
"product_id": "podman-debugsource-2:4.2.0-6.el9_0.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-6.el9_0.3?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"product": {
"name": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"product_id": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-6.el9_0.3?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"product": {
"name": "podman-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"product_id": "podman-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-6.el9_0.3?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"product_id": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-6.el9_0.3?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"product_id": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-6.el9_0.3?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"product": {
"name": "podman-remote-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"product_id": "podman-remote-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-6.el9_0.3?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-2:4.2.0-6.el9_0.3.x86_64",
"product": {
"name": "podman-2:4.2.0-6.el9_0.3.x86_64",
"product_id": "podman-2:4.2.0-6.el9_0.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.2.0-6.el9_0.3?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.2.0-6.el9_0.3.x86_64",
"product": {
"name": "podman-catatonit-2:4.2.0-6.el9_0.3.x86_64",
"product_id": "podman-catatonit-2:4.2.0-6.el9_0.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-6.el9_0.3?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.2.0-6.el9_0.3.x86_64",
"product": {
"name": "podman-gvproxy-2:4.2.0-6.el9_0.3.x86_64",
"product_id": "podman-gvproxy-2:4.2.0-6.el9_0.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.2.0-6.el9_0.3?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.2.0-6.el9_0.3.x86_64",
"product": {
"name": "podman-plugins-2:4.2.0-6.el9_0.3.x86_64",
"product_id": "podman-plugins-2:4.2.0-6.el9_0.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.2.0-6.el9_0.3?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.2.0-6.el9_0.3.x86_64",
"product": {
"name": "podman-remote-2:4.2.0-6.el9_0.3.x86_64",
"product_id": "podman-remote-2:4.2.0-6.el9_0.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.2.0-6.el9_0.3?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.2.0-6.el9_0.3.x86_64",
"product": {
"name": "podman-tests-2:4.2.0-6.el9_0.3.x86_64",
"product_id": "podman-tests-2:4.2.0-6.el9_0.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.2.0-6.el9_0.3?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.2.0-6.el9_0.3.x86_64",
"product": {
"name": "podman-debugsource-2:4.2.0-6.el9_0.3.x86_64",
"product_id": "podman-debugsource-2:4.2.0-6.el9_0.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-6.el9_0.3?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"product": {
"name": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"product_id": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-6.el9_0.3?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"product": {
"name": "podman-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"product_id": "podman-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-6.el9_0.3?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"product_id": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-6.el9_0.3?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"product": {
"name": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"product_id": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-6.el9_0.3?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"product": {
"name": "podman-remote-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"product_id": "podman-remote-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-6.el9_0.3?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-2:4.2.0-6.el9_0.3.s390x",
"product": {
"name": "podman-2:4.2.0-6.el9_0.3.s390x",
"product_id": "podman-2:4.2.0-6.el9_0.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.2.0-6.el9_0.3?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.2.0-6.el9_0.3.s390x",
"product": {
"name": "podman-catatonit-2:4.2.0-6.el9_0.3.s390x",
"product_id": "podman-catatonit-2:4.2.0-6.el9_0.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-6.el9_0.3?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.2.0-6.el9_0.3.s390x",
"product": {
"name": "podman-gvproxy-2:4.2.0-6.el9_0.3.s390x",
"product_id": "podman-gvproxy-2:4.2.0-6.el9_0.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.2.0-6.el9_0.3?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.2.0-6.el9_0.3.s390x",
"product": {
"name": "podman-plugins-2:4.2.0-6.el9_0.3.s390x",
"product_id": "podman-plugins-2:4.2.0-6.el9_0.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.2.0-6.el9_0.3?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.2.0-6.el9_0.3.s390x",
"product": {
"name": "podman-remote-2:4.2.0-6.el9_0.3.s390x",
"product_id": "podman-remote-2:4.2.0-6.el9_0.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.2.0-6.el9_0.3?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.2.0-6.el9_0.3.s390x",
"product": {
"name": "podman-tests-2:4.2.0-6.el9_0.3.s390x",
"product_id": "podman-tests-2:4.2.0-6.el9_0.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.2.0-6.el9_0.3?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.2.0-6.el9_0.3.s390x",
"product": {
"name": "podman-debugsource-2:4.2.0-6.el9_0.3.s390x",
"product_id": "podman-debugsource-2:4.2.0-6.el9_0.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-6.el9_0.3?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"product": {
"name": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"product_id": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-6.el9_0.3?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"product": {
"name": "podman-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"product_id": "podman-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-6.el9_0.3?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"product_id": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-6.el9_0.3?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"product": {
"name": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"product_id": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-6.el9_0.3?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"product": {
"name": "podman-remote-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"product_id": "podman-remote-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-6.el9_0.3?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-2:4.2.0-6.el9_0.3.noarch",
"product": {
"name": "podman-docker-2:4.2.0-6.el9_0.3.noarch",
"product_id": "podman-docker-2:4.2.0-6.el9_0.3.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.2.0-6.el9_0.3?arch=noarch\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-6.el9_0.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.aarch64"
},
"product_reference": "podman-2:4.2.0-6.el9_0.3.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-6.el9_0.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.ppc64le"
},
"product_reference": "podman-2:4.2.0-6.el9_0.3.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-6.el9_0.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.s390x"
},
"product_reference": "podman-2:4.2.0-6.el9_0.3.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-6.el9_0.3.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.src"
},
"product_reference": "podman-2:4.2.0-6.el9_0.3.src",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-6.el9_0.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.x86_64"
},
"product_reference": "podman-2:4.2.0-6.el9_0.3.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.2.0-6.el9_0.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.3.aarch64"
},
"product_reference": "podman-catatonit-2:4.2.0-6.el9_0.3.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.2.0-6.el9_0.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.3.ppc64le"
},
"product_reference": "podman-catatonit-2:4.2.0-6.el9_0.3.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.2.0-6.el9_0.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.3.s390x"
},
"product_reference": "podman-catatonit-2:4.2.0-6.el9_0.3.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.2.0-6.el9_0.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.3.x86_64"
},
"product_reference": "podman-catatonit-2:4.2.0-6.el9_0.3.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.aarch64"
},
"product_reference": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.ppc64le"
},
"product_reference": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.s390x"
},
"product_reference": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.x86_64"
},
"product_reference": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.2.0-6.el9_0.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.3.aarch64"
},
"product_reference": "podman-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.2.0-6.el9_0.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.3.ppc64le"
},
"product_reference": "podman-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.2.0-6.el9_0.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.3.s390x"
},
"product_reference": "podman-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.2.0-6.el9_0.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.3.x86_64"
},
"product_reference": "podman-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.2.0-6.el9_0.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.3.aarch64"
},
"product_reference": "podman-debugsource-2:4.2.0-6.el9_0.3.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.2.0-6.el9_0.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.3.ppc64le"
},
"product_reference": "podman-debugsource-2:4.2.0-6.el9_0.3.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.2.0-6.el9_0.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.3.s390x"
},
"product_reference": "podman-debugsource-2:4.2.0-6.el9_0.3.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.2.0-6.el9_0.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.3.x86_64"
},
"product_reference": "podman-debugsource-2:4.2.0-6.el9_0.3.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-2:4.2.0-6.el9_0.3.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-docker-2:4.2.0-6.el9_0.3.noarch"
},
"product_reference": "podman-docker-2:4.2.0-6.el9_0.3.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.2.0-6.el9_0.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.3.aarch64"
},
"product_reference": "podman-gvproxy-2:4.2.0-6.el9_0.3.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.2.0-6.el9_0.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.3.ppc64le"
},
"product_reference": "podman-gvproxy-2:4.2.0-6.el9_0.3.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.2.0-6.el9_0.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.3.s390x"
},
"product_reference": "podman-gvproxy-2:4.2.0-6.el9_0.3.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.2.0-6.el9_0.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.3.x86_64"
},
"product_reference": "podman-gvproxy-2:4.2.0-6.el9_0.3.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.aarch64"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.ppc64le"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.s390x"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.x86_64"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.2.0-6.el9_0.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.3.aarch64"
},
"product_reference": "podman-plugins-2:4.2.0-6.el9_0.3.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.2.0-6.el9_0.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.3.ppc64le"
},
"product_reference": "podman-plugins-2:4.2.0-6.el9_0.3.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.2.0-6.el9_0.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.3.s390x"
},
"product_reference": "podman-plugins-2:4.2.0-6.el9_0.3.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.2.0-6.el9_0.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.3.x86_64"
},
"product_reference": "podman-plugins-2:4.2.0-6.el9_0.3.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.aarch64"
},
"product_reference": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.s390x"
},
"product_reference": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.x86_64"
},
"product_reference": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.2.0-6.el9_0.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.3.aarch64"
},
"product_reference": "podman-remote-2:4.2.0-6.el9_0.3.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.2.0-6.el9_0.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.3.ppc64le"
},
"product_reference": "podman-remote-2:4.2.0-6.el9_0.3.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.2.0-6.el9_0.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.3.s390x"
},
"product_reference": "podman-remote-2:4.2.0-6.el9_0.3.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.2.0-6.el9_0.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.3.x86_64"
},
"product_reference": "podman-remote-2:4.2.0-6.el9_0.3.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.2.0-6.el9_0.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.3.aarch64"
},
"product_reference": "podman-remote-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.2.0-6.el9_0.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.3.ppc64le"
},
"product_reference": "podman-remote-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.2.0-6.el9_0.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.3.s390x"
},
"product_reference": "podman-remote-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.2.0-6.el9_0.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.3.x86_64"
},
"product_reference": "podman-remote-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.2.0-6.el9_0.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.3.aarch64"
},
"product_reference": "podman-tests-2:4.2.0-6.el9_0.3.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.2.0-6.el9_0.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.3.ppc64le"
},
"product_reference": "podman-tests-2:4.2.0-6.el9_0.3.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.2.0-6.el9_0.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.3.s390x"
},
"product_reference": "podman-tests-2:4.2.0-6.el9_0.3.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.2.0-6.el9_0.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.3.x86_64"
},
"product_reference": "podman-tests-2:4.2.0-6.el9_0.3.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"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.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.src",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-docker-2:4.2.0-6.el9_0.3.noarch",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.3.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-25T14:24:49+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.src",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-docker-2:4.2.0-6.el9_0.3.noarch",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3165"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.src",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-docker-2:4.2.0-6.el9_0.3.noarch",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.3.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.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.src",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-docker-2:4.2.0-6.el9_0.3.noarch",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
}
]
}
RHSA-2025:3172
Vulnerability from csaf_redhat - Published: 2025-03-25 19:58 - Updated: 2026-06-06 01:17A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, ".")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/volsync-operator-bundle@sha256:472aeeb4b0c06a3676d4e509de1648c88ef640490817e0ea2af8c9ee39660515_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:66a98747656507d0b1dd379c8347ae2a738848998cec182716009d0a62a01b72_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:7208a20dea4ee2c543dd6719493000fcc4b5a00d52a3d076decfee0d00c01c13_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:a6d4413161a9a15d7dafee13f132d1d6ebb5fc82d32876b8bbe055733d12a283_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:ab0e5a22a273e298802437e3b4d083c8cfc55da6c23a43d7c840b740248bf110_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/volsync-operator-bundle@sha256:472aeeb4b0c06a3676d4e509de1648c88ef640490817e0ea2af8c9ee39660515_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:66a98747656507d0b1dd379c8347ae2a738848998cec182716009d0a62a01b72_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:7208a20dea4ee2c543dd6719493000fcc4b5a00d52a3d076decfee0d00c01c13_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:a6d4413161a9a15d7dafee13f132d1d6ebb5fc82d32876b8bbe055733d12a283_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:ab0e5a22a273e298802437e3b4d083c8cfc55da6c23a43d7c840b740248bf110_amd64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "VolSync v0.12 general availability release images, which provide\nenhancements, security fixes, and updated container images.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE links in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "VolSync v0.12.1 is a Kubernetes operator that enables asynchronous\nreplication of persistent volumes within a cluster, or across clusters. After\ndeploying the VolSync operator, it can create and maintain copies of your\npersistent data.\n\nFor more information about VolSync, see:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.12/html/business_continuity/business-cont-overview#volsync\n\nor the VolSync open source community website at:\nhttps://volsync.readthedocs.io/en/stable/\n\nThis advisory contains enhancements and updates to the VolSync\ncontainer images.\n\nSecurity fix(es):\n\n* golang.org/x/oauth2: Unexpected memory consumption during token parsing in\ngolang.org/x/oauth2 (CVE-2025-22868)\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of\ngolang.org/x/crypto/ssh (CVE-2025-22869)",
"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-2025:3172",
"url": "https://access.redhat.com/errata/RHSA-2025:3172"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "ACM-19030",
"url": "https://issues.redhat.com/browse/ACM-19030"
},
{
"category": "external",
"summary": "HYPBLD-617",
"url": "https://issues.redhat.com/browse/HYPBLD-617"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3172.json"
}
],
"title": "Red Hat Security Advisory: VolSync 0.12.1 security fixes and enhancements for RHEL 9",
"tracking": {
"current_release_date": "2026-06-06T01:17:51+00:00",
"generator": {
"date": "2026-06-06T01:17:51+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"id": "RHSA-2025:3172",
"initial_release_date": "2025-03-25T19:58:29+00:00",
"revision_history": [
{
"date": "2025-03-25T19:58:29+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-03-25T19:58:29+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-06T01:17:51+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 Management for Kubernetes 2.13 for RHEL 9",
"product": {
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:acm:2.13::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat ACM"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/volsync-rhel9@sha256:ab0e5a22a273e298802437e3b4d083c8cfc55da6c23a43d7c840b740248bf110_amd64",
"product": {
"name": "rhacm2/volsync-rhel9@sha256:ab0e5a22a273e298802437e3b4d083c8cfc55da6c23a43d7c840b740248bf110_amd64",
"product_id": "rhacm2/volsync-rhel9@sha256:ab0e5a22a273e298802437e3b4d083c8cfc55da6c23a43d7c840b740248bf110_amd64",
"product_identification_helper": {
"purl": "pkg:oci/volsync-rhel9@sha256:ab0e5a22a273e298802437e3b4d083c8cfc55da6c23a43d7c840b740248bf110?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/volsync-rhel9\u0026tag=v0.12.1-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/volsync-operator-bundle@sha256:472aeeb4b0c06a3676d4e509de1648c88ef640490817e0ea2af8c9ee39660515_amd64",
"product": {
"name": "rhacm2/volsync-operator-bundle@sha256:472aeeb4b0c06a3676d4e509de1648c88ef640490817e0ea2af8c9ee39660515_amd64",
"product_id": "rhacm2/volsync-operator-bundle@sha256:472aeeb4b0c06a3676d4e509de1648c88ef640490817e0ea2af8c9ee39660515_amd64",
"product_identification_helper": {
"purl": "pkg:oci/volsync-operator-bundle@sha256:472aeeb4b0c06a3676d4e509de1648c88ef640490817e0ea2af8c9ee39660515?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/volsync-operator-bundle\u0026tag=v0.12.1-2"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/volsync-rhel9@sha256:66a98747656507d0b1dd379c8347ae2a738848998cec182716009d0a62a01b72_arm64",
"product": {
"name": "rhacm2/volsync-rhel9@sha256:66a98747656507d0b1dd379c8347ae2a738848998cec182716009d0a62a01b72_arm64",
"product_id": "rhacm2/volsync-rhel9@sha256:66a98747656507d0b1dd379c8347ae2a738848998cec182716009d0a62a01b72_arm64",
"product_identification_helper": {
"purl": "pkg:oci/volsync-rhel9@sha256:66a98747656507d0b1dd379c8347ae2a738848998cec182716009d0a62a01b72?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/volsync-rhel9\u0026tag=v0.12.1-2"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/volsync-rhel9@sha256:a6d4413161a9a15d7dafee13f132d1d6ebb5fc82d32876b8bbe055733d12a283_ppc64le",
"product": {
"name": "rhacm2/volsync-rhel9@sha256:a6d4413161a9a15d7dafee13f132d1d6ebb5fc82d32876b8bbe055733d12a283_ppc64le",
"product_id": "rhacm2/volsync-rhel9@sha256:a6d4413161a9a15d7dafee13f132d1d6ebb5fc82d32876b8bbe055733d12a283_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/volsync-rhel9@sha256:a6d4413161a9a15d7dafee13f132d1d6ebb5fc82d32876b8bbe055733d12a283?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/volsync-rhel9\u0026tag=v0.12.1-2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/volsync-rhel9@sha256:7208a20dea4ee2c543dd6719493000fcc4b5a00d52a3d076decfee0d00c01c13_s390x",
"product": {
"name": "rhacm2/volsync-rhel9@sha256:7208a20dea4ee2c543dd6719493000fcc4b5a00d52a3d076decfee0d00c01c13_s390x",
"product_id": "rhacm2/volsync-rhel9@sha256:7208a20dea4ee2c543dd6719493000fcc4b5a00d52a3d076decfee0d00c01c13_s390x",
"product_identification_helper": {
"purl": "pkg:oci/volsync-rhel9@sha256:7208a20dea4ee2c543dd6719493000fcc4b5a00d52a3d076decfee0d00c01c13?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/volsync-rhel9\u0026tag=v0.12.1-2"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-operator-bundle@sha256:472aeeb4b0c06a3676d4e509de1648c88ef640490817e0ea2af8c9ee39660515_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/volsync-operator-bundle@sha256:472aeeb4b0c06a3676d4e509de1648c88ef640490817e0ea2af8c9ee39660515_amd64"
},
"product_reference": "rhacm2/volsync-operator-bundle@sha256:472aeeb4b0c06a3676d4e509de1648c88ef640490817e0ea2af8c9ee39660515_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-rhel9@sha256:66a98747656507d0b1dd379c8347ae2a738848998cec182716009d0a62a01b72_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:66a98747656507d0b1dd379c8347ae2a738848998cec182716009d0a62a01b72_arm64"
},
"product_reference": "rhacm2/volsync-rhel9@sha256:66a98747656507d0b1dd379c8347ae2a738848998cec182716009d0a62a01b72_arm64",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-rhel9@sha256:7208a20dea4ee2c543dd6719493000fcc4b5a00d52a3d076decfee0d00c01c13_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:7208a20dea4ee2c543dd6719493000fcc4b5a00d52a3d076decfee0d00c01c13_s390x"
},
"product_reference": "rhacm2/volsync-rhel9@sha256:7208a20dea4ee2c543dd6719493000fcc4b5a00d52a3d076decfee0d00c01c13_s390x",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-rhel9@sha256:a6d4413161a9a15d7dafee13f132d1d6ebb5fc82d32876b8bbe055733d12a283_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:a6d4413161a9a15d7dafee13f132d1d6ebb5fc82d32876b8bbe055733d12a283_ppc64le"
},
"product_reference": "rhacm2/volsync-rhel9@sha256:a6d4413161a9a15d7dafee13f132d1d6ebb5fc82d32876b8bbe055733d12a283_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-rhel9@sha256:ab0e5a22a273e298802437e3b4d083c8cfc55da6c23a43d7c840b740248bf110_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13 for RHEL 9",
"product_id": "9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:ab0e5a22a273e298802437e3b4d083c8cfc55da6c23a43d7c840b740248bf110_amd64"
},
"product_reference": "rhacm2/volsync-rhel9@sha256:ab0e5a22a273e298802437e3b4d083c8cfc55da6c23a43d7c840b740248bf110_amd64",
"relates_to_product_reference": "9Base-RHACM-2.13"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHACM-2.13:rhacm2/volsync-operator-bundle@sha256:472aeeb4b0c06a3676d4e509de1648c88ef640490817e0ea2af8c9ee39660515_amd64",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:66a98747656507d0b1dd379c8347ae2a738848998cec182716009d0a62a01b72_arm64",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:7208a20dea4ee2c543dd6719493000fcc4b5a00d52a3d076decfee0d00c01c13_s390x",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:a6d4413161a9a15d7dafee13f132d1d6ebb5fc82d32876b8bbe055733d12a283_ppc64le",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:ab0e5a22a273e298802437e3b4d083c8cfc55da6c23a43d7c840b740248bf110_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-25T19:58:29+00:00",
"details": "For more details, see the Red Hat Advanced Cluster Management for Kubernetes\ndocumentation:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.12/html/business_continuity/business-cont-overview#volsync",
"product_ids": [
"9Base-RHACM-2.13:rhacm2/volsync-operator-bundle@sha256:472aeeb4b0c06a3676d4e509de1648c88ef640490817e0ea2af8c9ee39660515_amd64",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:66a98747656507d0b1dd379c8347ae2a738848998cec182716009d0a62a01b72_arm64",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:7208a20dea4ee2c543dd6719493000fcc4b5a00d52a3d076decfee0d00c01c13_s390x",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:a6d4413161a9a15d7dafee13f132d1d6ebb5fc82d32876b8bbe055733d12a283_ppc64le",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:ab0e5a22a273e298802437e3b4d083c8cfc55da6c23a43d7c840b740248bf110_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3172"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"9Base-RHACM-2.13:rhacm2/volsync-operator-bundle@sha256:472aeeb4b0c06a3676d4e509de1648c88ef640490817e0ea2af8c9ee39660515_amd64",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:66a98747656507d0b1dd379c8347ae2a738848998cec182716009d0a62a01b72_arm64",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:7208a20dea4ee2c543dd6719493000fcc4b5a00d52a3d076decfee0d00c01c13_s390x",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:a6d4413161a9a15d7dafee13f132d1d6ebb5fc82d32876b8bbe055733d12a283_ppc64le",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:ab0e5a22a273e298802437e3b4d083c8cfc55da6c23a43d7c840b740248bf110_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": [
"9Base-RHACM-2.13:rhacm2/volsync-operator-bundle@sha256:472aeeb4b0c06a3676d4e509de1648c88ef640490817e0ea2af8c9ee39660515_amd64",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:66a98747656507d0b1dd379c8347ae2a738848998cec182716009d0a62a01b72_arm64",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:7208a20dea4ee2c543dd6719493000fcc4b5a00d52a3d076decfee0d00c01c13_s390x",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:a6d4413161a9a15d7dafee13f132d1d6ebb5fc82d32876b8bbe055733d12a283_ppc64le",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:ab0e5a22a273e298802437e3b4d083c8cfc55da6c23a43d7c840b740248bf110_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHACM-2.13:rhacm2/volsync-operator-bundle@sha256:472aeeb4b0c06a3676d4e509de1648c88ef640490817e0ea2af8c9ee39660515_amd64",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:66a98747656507d0b1dd379c8347ae2a738848998cec182716009d0a62a01b72_arm64",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:7208a20dea4ee2c543dd6719493000fcc4b5a00d52a3d076decfee0d00c01c13_s390x",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:a6d4413161a9a15d7dafee13f132d1d6ebb5fc82d32876b8bbe055733d12a283_ppc64le",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:ab0e5a22a273e298802437e3b4d083c8cfc55da6c23a43d7c840b740248bf110_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-25T19:58:29+00:00",
"details": "For more details, see the Red Hat Advanced Cluster Management for Kubernetes\ndocumentation:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.12/html/business_continuity/business-cont-overview#volsync",
"product_ids": [
"9Base-RHACM-2.13:rhacm2/volsync-operator-bundle@sha256:472aeeb4b0c06a3676d4e509de1648c88ef640490817e0ea2af8c9ee39660515_amd64",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:66a98747656507d0b1dd379c8347ae2a738848998cec182716009d0a62a01b72_arm64",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:7208a20dea4ee2c543dd6719493000fcc4b5a00d52a3d076decfee0d00c01c13_s390x",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:a6d4413161a9a15d7dafee13f132d1d6ebb5fc82d32876b8bbe055733d12a283_ppc64le",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:ab0e5a22a273e298802437e3b4d083c8cfc55da6c23a43d7c840b740248bf110_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3172"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"9Base-RHACM-2.13:rhacm2/volsync-operator-bundle@sha256:472aeeb4b0c06a3676d4e509de1648c88ef640490817e0ea2af8c9ee39660515_amd64",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:66a98747656507d0b1dd379c8347ae2a738848998cec182716009d0a62a01b72_arm64",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:7208a20dea4ee2c543dd6719493000fcc4b5a00d52a3d076decfee0d00c01c13_s390x",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:a6d4413161a9a15d7dafee13f132d1d6ebb5fc82d32876b8bbe055733d12a283_ppc64le",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:ab0e5a22a273e298802437e3b4d083c8cfc55da6c23a43d7c840b740248bf110_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": [
"9Base-RHACM-2.13:rhacm2/volsync-operator-bundle@sha256:472aeeb4b0c06a3676d4e509de1648c88ef640490817e0ea2af8c9ee39660515_amd64",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:66a98747656507d0b1dd379c8347ae2a738848998cec182716009d0a62a01b72_arm64",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:7208a20dea4ee2c543dd6719493000fcc4b5a00d52a3d076decfee0d00c01c13_s390x",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:a6d4413161a9a15d7dafee13f132d1d6ebb5fc82d32876b8bbe055733d12a283_ppc64le",
"9Base-RHACM-2.13:rhacm2/volsync-rhel9@sha256:ab0e5a22a273e298802437e3b4d083c8cfc55da6c23a43d7c840b740248bf110_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
}
]
}
RHSA-2025:3175
Vulnerability from csaf_redhat - Published: 2025-03-25 18:12 - Updated: 2026-06-06 01:17A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-docker-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-docker-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the container-tools:rhel8 module is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 Telecommunications Update Service.\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.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (CVE-2025-22869)\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-2025:3175",
"url": "https://access.redhat.com/errata/RHSA-2025:3175"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3175.json"
}
],
"title": "Red Hat Security Advisory: container-tools:rhel8 security update",
"tracking": {
"current_release_date": "2026-06-06T01:17:51+00:00",
"generator": {
"date": "2026-06-06T01:17:51+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"id": "RHSA-2025:3175",
"initial_release_date": "2025-03-25T18:12:58+00:00",
"revision_history": [
{
"date": "2025-03-25T18:12:58+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-03-25T18:12:58+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-06T01:17:51+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.6::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.6::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.6::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-40.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.26.9-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.26.9-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.26.9-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.26.9-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.26.9-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-5.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-5.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-5.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-40.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.5-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.5-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.5-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-40.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.6-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.6-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.6-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"product": {
"name": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8)",
"product_id": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8)",
"product_id": "podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8)",
"product_id": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"product": {
"name": "podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8)",
"product_id": "podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"product": {
"name": "podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8)",
"product_id": "podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"product": {
"name": "podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8)",
"product_id": "podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"product": {
"name": "podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8)",
"product_id": "podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.9.1-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.9.1-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.9.1-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.9.1-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.0-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.0-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.0-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-0.7.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.3-0.7.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.3-0.7.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.3-0.7.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product": {
"name": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8)",
"product_id": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.26.9-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=src\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product": {
"name": "cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8)",
"product_id": "cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@49.1-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=src\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product": {
"name": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8)",
"product_id": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product": {
"name": "container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8)",
"product_id": "container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.189.0-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-5.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=src\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8)",
"product_id": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-40.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product": {
"name": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8)",
"product_id": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=src\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product": {
"name": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8)",
"product_id": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.5-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=src\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=src\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=src\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.6-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=src\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.src::container-tools:rhel8",
"product": {
"name": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.src (container-tools:rhel8)",
"product_id": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "python-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product": {
"name": "python-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8)",
"product_id": "python-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-podman@4.0.1-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=src\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=src\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8)",
"product_id": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.9.1-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.0-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=src\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-0.7.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=src\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product": {
"name": "udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8)",
"product_id": "udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-5.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=src\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"product": {
"name": "cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.noarch (container-tools:rhel8)",
"product_id": "cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@49.1-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=noarch\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"product": {
"name": "container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.noarch (container-tools:rhel8)",
"product_id": "container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.189.0-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=noarch\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-docker-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.noarch::container-tools:rhel8",
"product": {
"name": "podman-docker-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.noarch (container-tools:rhel8)",
"product_id": "podman-docker-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=noarch\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "python3-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"product": {
"name": "python3-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.noarch (container-tools:rhel8)",
"product_id": "python3-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-podman@4.0.1-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=noarch\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"product": {
"name": "udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.noarch (container-tools:rhel8)",
"product_id": "udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-5.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=noarch\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-40.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.26.9-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.26.9-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.26.9-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.26.9-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.26.9-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-5.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-5.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-5.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-40.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.5-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.5-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.5-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-40.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.6-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.6-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.6-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"product": {
"name": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64 (container-tools:rhel8)",
"product_id": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64 (container-tools:rhel8)",
"product_id": "podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64 (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64 (container-tools:rhel8)",
"product_id": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"product": {
"name": "podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64 (container-tools:rhel8)",
"product_id": "podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"product": {
"name": "podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64 (container-tools:rhel8)",
"product_id": "podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64 (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"product": {
"name": "podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64 (container-tools:rhel8)",
"product_id": "podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64 (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"product": {
"name": "podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64 (container-tools:rhel8)",
"product_id": "podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.9.1-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.9.1-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.9.1-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.9.1-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.0-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.0-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.0-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-0.7.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.3-0.7.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.3-0.7.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.3-0.7.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-40.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.26.9-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.26.9-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.26.9-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.26.9-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.26.9-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-5.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-5.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-5.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-40.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.5-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.5-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.5-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-40.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.6-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.6-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.6-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le (container-tools:rhel8)",
"product_id": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le (container-tools:rhel8)",
"product_id": "podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le (container-tools:rhel8)",
"product_id": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le (container-tools:rhel8)",
"product_id": "podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le (container-tools:rhel8)",
"product_id": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le (container-tools:rhel8)",
"product_id": "podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le (container-tools:rhel8)",
"product_id": "podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le (container-tools:rhel8)",
"product_id": "podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.9.1-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.9.1-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.9.1-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.9.1-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.0-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.0-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.0-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-0.7.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.3-0.7.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.3-0.7.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.3-0.7.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-40.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.26.9-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.26.9-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.26.9-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.26.9-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.26.9-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-5.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-5.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-5.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-40.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.5-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.5-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.5-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-40.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.6-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.6-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.6-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"product": {
"name": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x (container-tools:rhel8)",
"product_id": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"product": {
"name": "podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x (container-tools:rhel8)",
"product_id": "podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x (container-tools:rhel8)",
"product_id": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"product": {
"name": "podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x (container-tools:rhel8)",
"product_id": "podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x (container-tools:rhel8)",
"product_id": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"product": {
"name": "podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x (container-tools:rhel8)",
"product_id": "podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"product": {
"name": "podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x (container-tools:rhel8)",
"product_id": "podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"product": {
"name": "podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x (container-tools:rhel8)",
"product_id": "podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.2.0-8.module%2Bel8.6.0%2B22955%2B5cb62980.2?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-1.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.9.1-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.9.1-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.9.1-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.9.1-2.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.0-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.0-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.0-3.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-0.7.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.3-0.7.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.3-0.7.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.3-0.7.module%2Bel8.6.0%2B22769%2Bfa0fe772?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020250324151101:3b538bd8"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.src::container-tools:rhel8"
},
"product_reference": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.noarch::container-tools:rhel8"
},
"product_reference": "podman-docker-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "python-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8"
},
"product_reference": "python3-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8"
},
"product_reference": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8"
},
"product_reference": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.src::container-tools:rhel8"
},
"product_reference": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8"
},
"product_reference": "podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8"
},
"product_reference": "podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8"
},
"product_reference": "podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-docker-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.noarch::container-tools:rhel8"
},
"product_reference": "podman-docker-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8"
},
"product_reference": "podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8"
},
"product_reference": "podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8"
},
"product_reference": "podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8"
},
"product_reference": "podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8"
},
"product_reference": "podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8"
},
"product_reference": "podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "python-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8"
},
"product_reference": "python3-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.src::container-tools:rhel8"
},
"product_reference": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:podman-docker-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.noarch::container-tools:rhel8"
},
"product_reference": "podman-docker-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8"
},
"product_reference": "podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "python-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python3-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8"
},
"product_reference": "python3-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"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.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-docker-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-docker-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-25T18:12:58+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.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-docker-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-docker-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3175"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-docker-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-docker-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.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.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-docker-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debugsource-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-debuginfo-1:1.26.9-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crit-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debugsource-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-devel-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debuginfo-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debugsource-0:1.5-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:netavark-2:1.0.1-40.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-docker-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-tests-2:4.2.0-8.module+el8.6.0+22955+5cb62980.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-criu-0:3.15-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-podman-0:4.0.1-1.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debuginfo-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debugsource-1:1.1.12-1.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debuginfo-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debugsource-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-tests-2:1.9.1-2.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+22769+fa0fe772.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+22769+fa0fe772.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
}
]
}
RHSA-2025:3184
Vulnerability from csaf_redhat - Published: 2025-03-25 20:36 - Updated: 2026-06-06 01:17A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:podman-debuginfo-2:4.4.1-22.el9_2.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:podman-debuginfo-2:4.4.1-22.el9_2.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:podman-debuginfo-2:4.4.1-22.el9_2.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:podman-debuginfo-2:4.4.1-22.el9_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:podman-debugsource-2:4.4.1-22.el9_2.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:podman-debugsource-2:4.4.1-22.el9_2.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:podman-debugsource-2:4.4.1-22.el9_2.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:podman-debugsource-2:4.4.1-22.el9_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:podman-docker-2:4.4.1-22.el9_2.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:podman-gvproxy-2:4.4.1-22.el9_2.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:podman-gvproxy-2:4.4.1-22.el9_2.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:podman-gvproxy-2:4.4.1-22.el9_2.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:podman-gvproxy-2:4.4.1-22.el9_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:podman-plugins-2:4.4.1-22.el9_2.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:podman-plugins-2:4.4.1-22.el9_2.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:podman-plugins-2:4.4.1-22.el9_2.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:podman-plugins-2:4.4.1-22.el9_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:podman-remote-2:4.4.1-22.el9_2.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:podman-remote-2:4.4.1-22.el9_2.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:podman-remote-2:4.4.1-22.el9_2.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:podman-remote-2:4.4.1-22.el9_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:podman-remote-debuginfo-2:4.4.1-22.el9_2.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:podman-remote-debuginfo-2:4.4.1-22.el9_2.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:podman-remote-debuginfo-2:4.4.1-22.el9_2.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:podman-remote-debuginfo-2:4.4.1-22.el9_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:podman-tests-2:4.4.1-22.el9_2.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:podman-tests-2:4.4.1-22.el9_2.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:podman-tests-2:4.4.1-22.el9_2.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:podman-tests-2:4.4.1-22.el9_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for podman is now available for Red Hat Enterprise Linux 9.2 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": "The podman tool manages pods, container images, and containers. It is part of the libpod library, which is for applications that use container pods. Container pods is a concept in Kubernetes.\n\nSecurity Fix(es):\n\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (CVE-2025-22869)\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-2025:3184",
"url": "https://access.redhat.com/errata/RHSA-2025:3184"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3184.json"
}
],
"title": "Red Hat Security Advisory: podman security update",
"tracking": {
"current_release_date": "2026-06-06T01:17:51+00:00",
"generator": {
"date": "2026-06-06T01:17:51+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"id": "RHSA-2025:3184",
"initial_release_date": "2025-03-25T20:36:10+00:00",
"revision_history": [
{
"date": "2025-03-25T20:36:10+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-03-25T20:36:10+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-06T01:17:51+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.2)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.2::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-2:4.4.1-22.el9_2.1.src",
"product": {
"name": "podman-2:4.4.1-22.el9_2.1.src",
"product_id": "podman-2:4.4.1-22.el9_2.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-22.el9_2.1?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-2:4.4.1-22.el9_2.1.aarch64",
"product": {
"name": "podman-2:4.4.1-22.el9_2.1.aarch64",
"product_id": "podman-2:4.4.1-22.el9_2.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-22.el9_2.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.4.1-22.el9_2.1.aarch64",
"product": {
"name": "podman-gvproxy-2:4.4.1-22.el9_2.1.aarch64",
"product_id": "podman-gvproxy-2:4.4.1-22.el9_2.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-22.el9_2.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.4.1-22.el9_2.1.aarch64",
"product": {
"name": "podman-plugins-2:4.4.1-22.el9_2.1.aarch64",
"product_id": "podman-plugins-2:4.4.1-22.el9_2.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-22.el9_2.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.4.1-22.el9_2.1.aarch64",
"product": {
"name": "podman-remote-2:4.4.1-22.el9_2.1.aarch64",
"product_id": "podman-remote-2:4.4.1-22.el9_2.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-22.el9_2.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.4.1-22.el9_2.1.aarch64",
"product": {
"name": "podman-tests-2:4.4.1-22.el9_2.1.aarch64",
"product_id": "podman-tests-2:4.4.1-22.el9_2.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-22.el9_2.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.4.1-22.el9_2.1.aarch64",
"product": {
"name": "podman-debugsource-2:4.4.1-22.el9_2.1.aarch64",
"product_id": "podman-debugsource-2:4.4.1-22.el9_2.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-22.el9_2.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"product": {
"name": "podman-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"product_id": "podman-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-22.el9_2.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"product_id": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-22.el9_2.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"product": {
"name": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"product_id": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-22.el9_2.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"product": {
"name": "podman-remote-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"product_id": "podman-remote-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-22.el9_2.1?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-2:4.4.1-22.el9_2.1.ppc64le",
"product": {
"name": "podman-2:4.4.1-22.el9_2.1.ppc64le",
"product_id": "podman-2:4.4.1-22.el9_2.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-22.el9_2.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.4.1-22.el9_2.1.ppc64le",
"product": {
"name": "podman-gvproxy-2:4.4.1-22.el9_2.1.ppc64le",
"product_id": "podman-gvproxy-2:4.4.1-22.el9_2.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-22.el9_2.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.4.1-22.el9_2.1.ppc64le",
"product": {
"name": "podman-plugins-2:4.4.1-22.el9_2.1.ppc64le",
"product_id": "podman-plugins-2:4.4.1-22.el9_2.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-22.el9_2.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.4.1-22.el9_2.1.ppc64le",
"product": {
"name": "podman-remote-2:4.4.1-22.el9_2.1.ppc64le",
"product_id": "podman-remote-2:4.4.1-22.el9_2.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-22.el9_2.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.4.1-22.el9_2.1.ppc64le",
"product": {
"name": "podman-tests-2:4.4.1-22.el9_2.1.ppc64le",
"product_id": "podman-tests-2:4.4.1-22.el9_2.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-22.el9_2.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.4.1-22.el9_2.1.ppc64le",
"product": {
"name": "podman-debugsource-2:4.4.1-22.el9_2.1.ppc64le",
"product_id": "podman-debugsource-2:4.4.1-22.el9_2.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-22.el9_2.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"product": {
"name": "podman-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"product_id": "podman-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-22.el9_2.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"product_id": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-22.el9_2.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"product_id": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-22.el9_2.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"product": {
"name": "podman-remote-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"product_id": "podman-remote-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-22.el9_2.1?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-2:4.4.1-22.el9_2.1.x86_64",
"product": {
"name": "podman-2:4.4.1-22.el9_2.1.x86_64",
"product_id": "podman-2:4.4.1-22.el9_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-22.el9_2.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.4.1-22.el9_2.1.x86_64",
"product": {
"name": "podman-gvproxy-2:4.4.1-22.el9_2.1.x86_64",
"product_id": "podman-gvproxy-2:4.4.1-22.el9_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-22.el9_2.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.4.1-22.el9_2.1.x86_64",
"product": {
"name": "podman-plugins-2:4.4.1-22.el9_2.1.x86_64",
"product_id": "podman-plugins-2:4.4.1-22.el9_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-22.el9_2.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.4.1-22.el9_2.1.x86_64",
"product": {
"name": "podman-remote-2:4.4.1-22.el9_2.1.x86_64",
"product_id": "podman-remote-2:4.4.1-22.el9_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-22.el9_2.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.4.1-22.el9_2.1.x86_64",
"product": {
"name": "podman-tests-2:4.4.1-22.el9_2.1.x86_64",
"product_id": "podman-tests-2:4.4.1-22.el9_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-22.el9_2.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.4.1-22.el9_2.1.x86_64",
"product": {
"name": "podman-debugsource-2:4.4.1-22.el9_2.1.x86_64",
"product_id": "podman-debugsource-2:4.4.1-22.el9_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-22.el9_2.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"product": {
"name": "podman-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"product_id": "podman-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-22.el9_2.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"product_id": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-22.el9_2.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"product": {
"name": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"product_id": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-22.el9_2.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"product": {
"name": "podman-remote-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"product_id": "podman-remote-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-22.el9_2.1?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-2:4.4.1-22.el9_2.1.s390x",
"product": {
"name": "podman-2:4.4.1-22.el9_2.1.s390x",
"product_id": "podman-2:4.4.1-22.el9_2.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-22.el9_2.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.4.1-22.el9_2.1.s390x",
"product": {
"name": "podman-gvproxy-2:4.4.1-22.el9_2.1.s390x",
"product_id": "podman-gvproxy-2:4.4.1-22.el9_2.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-22.el9_2.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.4.1-22.el9_2.1.s390x",
"product": {
"name": "podman-plugins-2:4.4.1-22.el9_2.1.s390x",
"product_id": "podman-plugins-2:4.4.1-22.el9_2.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-22.el9_2.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.4.1-22.el9_2.1.s390x",
"product": {
"name": "podman-remote-2:4.4.1-22.el9_2.1.s390x",
"product_id": "podman-remote-2:4.4.1-22.el9_2.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-22.el9_2.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.4.1-22.el9_2.1.s390x",
"product": {
"name": "podman-tests-2:4.4.1-22.el9_2.1.s390x",
"product_id": "podman-tests-2:4.4.1-22.el9_2.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-22.el9_2.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.4.1-22.el9_2.1.s390x",
"product": {
"name": "podman-debugsource-2:4.4.1-22.el9_2.1.s390x",
"product_id": "podman-debugsource-2:4.4.1-22.el9_2.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-22.el9_2.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"product": {
"name": "podman-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"product_id": "podman-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-22.el9_2.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"product_id": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-22.el9_2.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"product": {
"name": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"product_id": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-22.el9_2.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"product": {
"name": "podman-remote-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"product_id": "podman-remote-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-22.el9_2.1?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-2:4.4.1-22.el9_2.1.noarch",
"product": {
"name": "podman-docker-2:4.4.1-22.el9_2.1.noarch",
"product_id": "podman-docker-2:4.4.1-22.el9_2.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.4.1-22.el9_2.1?arch=noarch\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.4.1-22.el9_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.aarch64"
},
"product_reference": "podman-2:4.4.1-22.el9_2.1.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.4.1-22.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.ppc64le"
},
"product_reference": "podman-2:4.4.1-22.el9_2.1.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.4.1-22.el9_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.s390x"
},
"product_reference": "podman-2:4.4.1-22.el9_2.1.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.4.1-22.el9_2.1.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.src"
},
"product_reference": "podman-2:4.4.1-22.el9_2.1.src",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.4.1-22.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.x86_64"
},
"product_reference": "podman-2:4.4.1-22.el9_2.1.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.4.1-22.el9_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-debuginfo-2:4.4.1-22.el9_2.1.aarch64"
},
"product_reference": "podman-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.4.1-22.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-debuginfo-2:4.4.1-22.el9_2.1.ppc64le"
},
"product_reference": "podman-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.4.1-22.el9_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-debuginfo-2:4.4.1-22.el9_2.1.s390x"
},
"product_reference": "podman-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.4.1-22.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-debuginfo-2:4.4.1-22.el9_2.1.x86_64"
},
"product_reference": "podman-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.4.1-22.el9_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-debugsource-2:4.4.1-22.el9_2.1.aarch64"
},
"product_reference": "podman-debugsource-2:4.4.1-22.el9_2.1.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.4.1-22.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-debugsource-2:4.4.1-22.el9_2.1.ppc64le"
},
"product_reference": "podman-debugsource-2:4.4.1-22.el9_2.1.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.4.1-22.el9_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-debugsource-2:4.4.1-22.el9_2.1.s390x"
},
"product_reference": "podman-debugsource-2:4.4.1-22.el9_2.1.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.4.1-22.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-debugsource-2:4.4.1-22.el9_2.1.x86_64"
},
"product_reference": "podman-debugsource-2:4.4.1-22.el9_2.1.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-2:4.4.1-22.el9_2.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-docker-2:4.4.1-22.el9_2.1.noarch"
},
"product_reference": "podman-docker-2:4.4.1-22.el9_2.1.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.4.1-22.el9_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-gvproxy-2:4.4.1-22.el9_2.1.aarch64"
},
"product_reference": "podman-gvproxy-2:4.4.1-22.el9_2.1.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.4.1-22.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-gvproxy-2:4.4.1-22.el9_2.1.ppc64le"
},
"product_reference": "podman-gvproxy-2:4.4.1-22.el9_2.1.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.4.1-22.el9_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-gvproxy-2:4.4.1-22.el9_2.1.s390x"
},
"product_reference": "podman-gvproxy-2:4.4.1-22.el9_2.1.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.4.1-22.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-gvproxy-2:4.4.1-22.el9_2.1.x86_64"
},
"product_reference": "podman-gvproxy-2:4.4.1-22.el9_2.1.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.aarch64"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.ppc64le"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.s390x"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.x86_64"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.4.1-22.el9_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-plugins-2:4.4.1-22.el9_2.1.aarch64"
},
"product_reference": "podman-plugins-2:4.4.1-22.el9_2.1.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.4.1-22.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-plugins-2:4.4.1-22.el9_2.1.ppc64le"
},
"product_reference": "podman-plugins-2:4.4.1-22.el9_2.1.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.4.1-22.el9_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-plugins-2:4.4.1-22.el9_2.1.s390x"
},
"product_reference": "podman-plugins-2:4.4.1-22.el9_2.1.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.4.1-22.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-plugins-2:4.4.1-22.el9_2.1.x86_64"
},
"product_reference": "podman-plugins-2:4.4.1-22.el9_2.1.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.aarch64"
},
"product_reference": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.s390x"
},
"product_reference": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.x86_64"
},
"product_reference": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.4.1-22.el9_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-remote-2:4.4.1-22.el9_2.1.aarch64"
},
"product_reference": "podman-remote-2:4.4.1-22.el9_2.1.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.4.1-22.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-remote-2:4.4.1-22.el9_2.1.ppc64le"
},
"product_reference": "podman-remote-2:4.4.1-22.el9_2.1.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.4.1-22.el9_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-remote-2:4.4.1-22.el9_2.1.s390x"
},
"product_reference": "podman-remote-2:4.4.1-22.el9_2.1.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.4.1-22.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-remote-2:4.4.1-22.el9_2.1.x86_64"
},
"product_reference": "podman-remote-2:4.4.1-22.el9_2.1.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.4.1-22.el9_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-remote-debuginfo-2:4.4.1-22.el9_2.1.aarch64"
},
"product_reference": "podman-remote-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.4.1-22.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-remote-debuginfo-2:4.4.1-22.el9_2.1.ppc64le"
},
"product_reference": "podman-remote-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.4.1-22.el9_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-remote-debuginfo-2:4.4.1-22.el9_2.1.s390x"
},
"product_reference": "podman-remote-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.4.1-22.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-remote-debuginfo-2:4.4.1-22.el9_2.1.x86_64"
},
"product_reference": "podman-remote-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.4.1-22.el9_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-tests-2:4.4.1-22.el9_2.1.aarch64"
},
"product_reference": "podman-tests-2:4.4.1-22.el9_2.1.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.4.1-22.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-tests-2:4.4.1-22.el9_2.1.ppc64le"
},
"product_reference": "podman-tests-2:4.4.1-22.el9_2.1.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.4.1-22.el9_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-tests-2:4.4.1-22.el9_2.1.s390x"
},
"product_reference": "podman-tests-2:4.4.1-22.el9_2.1.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.4.1-22.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:podman-tests-2:4.4.1-22.el9_2.1.x86_64"
},
"product_reference": "podman-tests-2:4.4.1-22.el9_2.1.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"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.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.src",
"AppStream-9.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-debugsource-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-debugsource-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-debugsource-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-debugsource-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-docker-2:4.4.1-22.el9_2.1.noarch",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-plugins-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-plugins-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-plugins-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-plugins-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-remote-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-remote-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-remote-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-remote-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-remote-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-remote-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-remote-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-remote-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-tests-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-tests-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-tests-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-tests-2:4.4.1-22.el9_2.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-25T20:36:10+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.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.src",
"AppStream-9.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-debugsource-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-debugsource-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-debugsource-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-debugsource-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-docker-2:4.4.1-22.el9_2.1.noarch",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-plugins-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-plugins-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-plugins-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-plugins-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-remote-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-remote-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-remote-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-remote-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-remote-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-remote-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-remote-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-remote-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-tests-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-tests-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-tests-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-tests-2:4.4.1-22.el9_2.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3184"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"AppStream-9.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.src",
"AppStream-9.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-debugsource-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-debugsource-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-debugsource-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-debugsource-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-docker-2:4.4.1-22.el9_2.1.noarch",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-plugins-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-plugins-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-plugins-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-plugins-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-remote-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-remote-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-remote-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-remote-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-remote-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-remote-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-remote-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-remote-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-tests-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-tests-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-tests-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-tests-2:4.4.1-22.el9_2.1.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.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.src",
"AppStream-9.2.0.Z.EUS:podman-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-debugsource-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-debugsource-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-debugsource-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-debugsource-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-docker-2:4.4.1-22.el9_2.1.noarch",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-plugins-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-plugins-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-plugins-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-plugins-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-plugins-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-remote-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-remote-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-remote-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-remote-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-remote-debuginfo-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-remote-debuginfo-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-remote-debuginfo-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-remote-debuginfo-2:4.4.1-22.el9_2.1.x86_64",
"AppStream-9.2.0.Z.EUS:podman-tests-2:4.4.1-22.el9_2.1.aarch64",
"AppStream-9.2.0.Z.EUS:podman-tests-2:4.4.1-22.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.EUS:podman-tests-2:4.4.1-22.el9_2.1.s390x",
"AppStream-9.2.0.Z.EUS:podman-tests-2:4.4.1-22.el9_2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
}
]
}
RHSA-2025:3185
Vulnerability from csaf_redhat - Published: 2025-03-25 20:37 - Updated: 2026-06-06 01:17A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for gvisor-tap-vsock 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": "A replacement for libslirp and VPNKit, written in pure Go. It is based on the network stack of gVisor and is used to provide networking for podman-machine virtual machines. Compared to libslirp, gvisor-tap-vsock brings a configurable DNS server and dynamic port forwarding.\n\nSecurity Fix(es):\n\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (CVE-2025-22869)\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-2025:3185",
"url": "https://access.redhat.com/errata/RHSA-2025:3185"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3185.json"
}
],
"title": "Red Hat Security Advisory: gvisor-tap-vsock security update",
"tracking": {
"current_release_date": "2026-06-06T01:17:52+00:00",
"generator": {
"date": "2026-06-06T01:17:52+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"id": "RHSA-2025:3185",
"initial_release_date": "2025-03-25T20:37:10+00:00",
"revision_history": [
{
"date": "2025-03-25T20:37:10+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-03-25T20:37:10+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-06T01:17:52+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": "gvisor-tap-vsock-6:0.7.3-5.el9_4.1.src",
"product": {
"name": "gvisor-tap-vsock-6:0.7.3-5.el9_4.1.src",
"product_id": "gvisor-tap-vsock-6:0.7.3-5.el9_4.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.7.3-5.el9_4.1?arch=src\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.7.3-5.el9_4.1.aarch64",
"product": {
"name": "gvisor-tap-vsock-6:0.7.3-5.el9_4.1.aarch64",
"product_id": "gvisor-tap-vsock-6:0.7.3-5.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.7.3-5.el9_4.1?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.aarch64",
"product": {
"name": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.aarch64",
"product_id": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debugsource@0.7.3-5.el9_4.1?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.aarch64",
"product": {
"name": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.aarch64",
"product_id": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debuginfo@0.7.3-5.el9_4.1?arch=aarch64\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.7.3-5.el9_4.1.ppc64le",
"product": {
"name": "gvisor-tap-vsock-6:0.7.3-5.el9_4.1.ppc64le",
"product_id": "gvisor-tap-vsock-6:0.7.3-5.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.7.3-5.el9_4.1?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.ppc64le",
"product": {
"name": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.ppc64le",
"product_id": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debugsource@0.7.3-5.el9_4.1?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.ppc64le",
"product": {
"name": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.ppc64le",
"product_id": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debuginfo@0.7.3-5.el9_4.1?arch=ppc64le\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.7.3-5.el9_4.1.x86_64",
"product": {
"name": "gvisor-tap-vsock-6:0.7.3-5.el9_4.1.x86_64",
"product_id": "gvisor-tap-vsock-6:0.7.3-5.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.7.3-5.el9_4.1?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.x86_64",
"product": {
"name": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.x86_64",
"product_id": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debugsource@0.7.3-5.el9_4.1?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.x86_64",
"product": {
"name": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.x86_64",
"product_id": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debuginfo@0.7.3-5.el9_4.1?arch=x86_64\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.7.3-5.el9_4.1.s390x",
"product": {
"name": "gvisor-tap-vsock-6:0.7.3-5.el9_4.1.s390x",
"product_id": "gvisor-tap-vsock-6:0.7.3-5.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.7.3-5.el9_4.1?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.s390x",
"product": {
"name": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.s390x",
"product_id": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debugsource@0.7.3-5.el9_4.1?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.s390x",
"product": {
"name": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.s390x",
"product_id": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debuginfo@0.7.3-5.el9_4.1?arch=s390x\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.7.3-5.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.aarch64"
},
"product_reference": "gvisor-tap-vsock-6:0.7.3-5.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.7.3-5.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.ppc64le"
},
"product_reference": "gvisor-tap-vsock-6:0.7.3-5.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.7.3-5.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.s390x"
},
"product_reference": "gvisor-tap-vsock-6:0.7.3-5.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.7.3-5.el9_4.1.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.src"
},
"product_reference": "gvisor-tap-vsock-6:0.7.3-5.el9_4.1.src",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.7.3-5.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.x86_64"
},
"product_reference": "gvisor-tap-vsock-6:0.7.3-5.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.aarch64"
},
"product_reference": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.ppc64le"
},
"product_reference": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.s390x"
},
"product_reference": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.x86_64"
},
"product_reference": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.aarch64"
},
"product_reference": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.ppc64le"
},
"product_reference": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.s390x"
},
"product_reference": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.x86_64"
},
"product_reference": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"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:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-25T20:37:10+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:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3185"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.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:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
}
]
}
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.