Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-47913 (GCVE-0-2025-47913)
Vulnerability from cvelistv5 – Published: 2025-11-13 21:29 – Updated: 2025-12-16 16:43- CWE-703 - Improper Handling of Exceptional Conditions
| Vendor | Product | Version | |
|---|---|---|---|
| golang.org/x/crypto | golang.org/x/crypto/ssh/agent |
Affected:
0 , < 0.43.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-47913",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-11-13T21:47:44.206349Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-11-13T21:47:50.864Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://pkg.go.dev",
"defaultStatus": "unaffected",
"packageName": "golang.org/x/crypto/ssh/agent",
"product": "golang.org/x/crypto/ssh/agent",
"programRoutines": [
{
"name": "client.SignWithFlags"
},
{
"name": "client.List"
},
{
"name": "agentKeyringSigner.Sign"
},
{
"name": "agentKeyringSigner.SignWithAlgorithm"
},
{
"name": "client.Sign"
},
{
"name": "client.Signers"
}
],
"vendor": "golang.org/x/crypto",
"versions": [
{
"lessThan": "0.43.0",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"value": "Jakub Ciolek"
},
{
"lang": "en",
"value": "Nicola Murino"
}
],
"descriptions": [
{
"lang": "en",
"value": "SSH clients receiving SSH_AGENT_SUCCESS when expecting a typed response will panic and cause early termination of the client process."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "CWE-703: Improper Handling of Exceptional Conditions",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-12-16T16:43:43.633Z",
"orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"shortName": "Go"
},
"references": [
{
"url": "https://go.dev/cl/700295"
},
{
"url": "https://go.dev/issue/75178"
},
{
"url": "https://github.com/advisories/GHSA-56w8-48fp-6mgv"
},
{
"url": "https://pkg.go.dev/vuln/GO-2025-4116"
}
],
"title": "Potential denial of service in golang.org/x/crypto/ssh/agent"
}
},
"cveMetadata": {
"assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"assignerShortName": "Go",
"cveId": "CVE-2025-47913",
"datePublished": "2025-11-13T21:29:39.907Z",
"dateReserved": "2025-05-13T23:31:29.597Z",
"dateUpdated": "2025-12-16T16:43:43.633Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-47913",
"date": "2026-06-05",
"epss": "0.00018",
"percentile": "0.05027"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-47913\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2025-11-13T22:15:51.280\",\"lastModified\":\"2026-01-09T15:32:12.113\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"SSH clients receiving SSH_AGENT_SUCCESS when expecting a typed response will panic and cause early termination of the client process.\"}],\"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\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-617\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:go:ssh:*:*:*:*:*:go:*:*\",\"versionEndExcluding\":\"0.43.0\",\"matchCriteriaId\":\"8CC7C462-0240-4D4B-B289-18AFF9D2BBF5\"}]}]}],\"references\":[{\"url\":\"https://github.com/advisories/GHSA-56w8-48fp-6mgv\",\"source\":\"security@golang.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://go.dev/cl/700295\",\"source\":\"security@golang.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://go.dev/issue/75178\",\"source\":\"security@golang.org\",\"tags\":[\"Exploit\",\"Issue Tracking\"]},{\"url\":\"https://pkg.go.dev/vuln/GO-2025-4116\",\"source\":\"security@golang.org\",\"tags\":[\"Vendor Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"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-47913\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-11-13T21:47:44.206349Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-11-13T21:47:40.788Z\"}}], \"cna\": {\"title\": \"Potential denial of service in golang.org/x/crypto/ssh/agent\", \"credits\": [{\"lang\": \"en\", \"value\": \"Jakub Ciolek\"}, {\"lang\": \"en\", \"value\": \"Nicola Murino\"}], \"affected\": [{\"vendor\": \"golang.org/x/crypto\", \"product\": \"golang.org/x/crypto/ssh/agent\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"0.43.0\", \"versionType\": \"semver\"}], \"packageName\": \"golang.org/x/crypto/ssh/agent\", \"collectionURL\": \"https://pkg.go.dev\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"client.SignWithFlags\"}, {\"name\": \"client.List\"}, {\"name\": \"agentKeyringSigner.Sign\"}, {\"name\": \"agentKeyringSigner.SignWithAlgorithm\"}, {\"name\": \"client.Sign\"}, {\"name\": \"client.Signers\"}]}], \"references\": [{\"url\": \"https://go.dev/cl/700295\"}, {\"url\": \"https://go.dev/issue/75178\"}, {\"url\": \"https://github.com/advisories/GHSA-56w8-48fp-6mgv\"}, {\"url\": \"https://pkg.go.dev/vuln/GO-2025-4116\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"SSH clients receiving SSH_AGENT_SUCCESS when expecting a typed response will panic and cause early termination of the client process.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"description\": \"CWE-703: Improper Handling of Exceptional Conditions\"}]}], \"providerMetadata\": {\"orgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"shortName\": \"Go\", \"dateUpdated\": \"2025-12-16T16:43:43.633Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-47913\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-12-16T16:43:43.633Z\", \"dateReserved\": \"2025-05-13T23:31:29.597Z\", \"assignerOrgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"datePublished\": \"2025-11-13T21:29:39.907Z\", \"assignerShortName\": \"Go\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
RHSA-2026:1084
Vulnerability from csaf_redhat - Published: 2026-01-26 14:25 - Updated: 2026-05-29 14:17A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-docker-5:5.4.0-18.el9_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.x86_64 | — |
Vendor Fix
fix
|
A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic("unreachable") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-docker-5:5.4.0-18.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.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.6 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "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/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS (CVE-2025-47913)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:1084",
"url": "https://access.redhat.com/errata/RHSA-2026:1084"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2414943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414943"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_1084.json"
}
],
"title": "Red Hat Security Advisory: podman security update",
"tracking": {
"current_release_date": "2026-05-29T14:17:02+00:00",
"generator": {
"date": "2026-05-29T14:17:02+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:1084",
"initial_release_date": "2026-01-26T14:25:50+00:00",
"revision_history": [
{
"date": "2026-01-26T14:25:50+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-26T14:25:50+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-29T14:17:02+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.6::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-5:5.4.0-18.el9_6.src",
"product": {
"name": "podman-5:5.4.0-18.el9_6.src",
"product_id": "podman-5:5.4.0-18.el9_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-18.el9_6?arch=src\u0026epoch=5"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-5:5.4.0-18.el9_6.aarch64",
"product": {
"name": "podman-5:5.4.0-18.el9_6.aarch64",
"product_id": "podman-5:5.4.0-18.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-18.el9_6?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-5:5.4.0-18.el9_6.aarch64",
"product": {
"name": "podman-plugins-5:5.4.0-18.el9_6.aarch64",
"product_id": "podman-plugins-5:5.4.0-18.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.4.0-18.el9_6?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-5:5.4.0-18.el9_6.aarch64",
"product": {
"name": "podman-remote-5:5.4.0-18.el9_6.aarch64",
"product_id": "podman-remote-5:5.4.0-18.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.4.0-18.el9_6?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-5:5.4.0-18.el9_6.aarch64",
"product": {
"name": "podman-tests-5:5.4.0-18.el9_6.aarch64",
"product_id": "podman-tests-5:5.4.0-18.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.4.0-18.el9_6?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-5:5.4.0-18.el9_6.aarch64",
"product": {
"name": "podman-debugsource-5:5.4.0-18.el9_6.aarch64",
"product_id": "podman-debugsource-5:5.4.0-18.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.4.0-18.el9_6?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-5:5.4.0-18.el9_6.aarch64",
"product": {
"name": "podman-debuginfo-5:5.4.0-18.el9_6.aarch64",
"product_id": "podman-debuginfo-5:5.4.0-18.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.4.0-18.el9_6?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-5:5.4.0-18.el9_6.aarch64",
"product": {
"name": "podman-plugins-debuginfo-5:5.4.0-18.el9_6.aarch64",
"product_id": "podman-plugins-debuginfo-5:5.4.0-18.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.4.0-18.el9_6?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-5:5.4.0-18.el9_6.aarch64",
"product": {
"name": "podman-remote-debuginfo-5:5.4.0-18.el9_6.aarch64",
"product_id": "podman-remote-debuginfo-5:5.4.0-18.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.4.0-18.el9_6?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-5:5.4.0-18.el9_6.aarch64",
"product": {
"name": "podman-tests-debuginfo-5:5.4.0-18.el9_6.aarch64",
"product_id": "podman-tests-debuginfo-5:5.4.0-18.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.4.0-18.el9_6?arch=aarch64\u0026epoch=5"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-5:5.4.0-18.el9_6.ppc64le",
"product": {
"name": "podman-5:5.4.0-18.el9_6.ppc64le",
"product_id": "podman-5:5.4.0-18.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-18.el9_6?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-5:5.4.0-18.el9_6.ppc64le",
"product": {
"name": "podman-plugins-5:5.4.0-18.el9_6.ppc64le",
"product_id": "podman-plugins-5:5.4.0-18.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.4.0-18.el9_6?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-5:5.4.0-18.el9_6.ppc64le",
"product": {
"name": "podman-remote-5:5.4.0-18.el9_6.ppc64le",
"product_id": "podman-remote-5:5.4.0-18.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.4.0-18.el9_6?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-5:5.4.0-18.el9_6.ppc64le",
"product": {
"name": "podman-tests-5:5.4.0-18.el9_6.ppc64le",
"product_id": "podman-tests-5:5.4.0-18.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.4.0-18.el9_6?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-5:5.4.0-18.el9_6.ppc64le",
"product": {
"name": "podman-debugsource-5:5.4.0-18.el9_6.ppc64le",
"product_id": "podman-debugsource-5:5.4.0-18.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.4.0-18.el9_6?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"product": {
"name": "podman-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"product_id": "podman-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.4.0-18.el9_6?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"product_id": "podman-plugins-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.4.0-18.el9_6?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"product": {
"name": "podman-remote-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"product_id": "podman-remote-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.4.0-18.el9_6?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"product": {
"name": "podman-tests-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"product_id": "podman-tests-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.4.0-18.el9_6?arch=ppc64le\u0026epoch=5"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-5:5.4.0-18.el9_6.x86_64",
"product": {
"name": "podman-5:5.4.0-18.el9_6.x86_64",
"product_id": "podman-5:5.4.0-18.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-18.el9_6?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-5:5.4.0-18.el9_6.x86_64",
"product": {
"name": "podman-plugins-5:5.4.0-18.el9_6.x86_64",
"product_id": "podman-plugins-5:5.4.0-18.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.4.0-18.el9_6?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-5:5.4.0-18.el9_6.x86_64",
"product": {
"name": "podman-remote-5:5.4.0-18.el9_6.x86_64",
"product_id": "podman-remote-5:5.4.0-18.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.4.0-18.el9_6?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-5:5.4.0-18.el9_6.x86_64",
"product": {
"name": "podman-tests-5:5.4.0-18.el9_6.x86_64",
"product_id": "podman-tests-5:5.4.0-18.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.4.0-18.el9_6?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-5:5.4.0-18.el9_6.x86_64",
"product": {
"name": "podman-debugsource-5:5.4.0-18.el9_6.x86_64",
"product_id": "podman-debugsource-5:5.4.0-18.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.4.0-18.el9_6?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-5:5.4.0-18.el9_6.x86_64",
"product": {
"name": "podman-debuginfo-5:5.4.0-18.el9_6.x86_64",
"product_id": "podman-debuginfo-5:5.4.0-18.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.4.0-18.el9_6?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-5:5.4.0-18.el9_6.x86_64",
"product": {
"name": "podman-plugins-debuginfo-5:5.4.0-18.el9_6.x86_64",
"product_id": "podman-plugins-debuginfo-5:5.4.0-18.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.4.0-18.el9_6?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-5:5.4.0-18.el9_6.x86_64",
"product": {
"name": "podman-remote-debuginfo-5:5.4.0-18.el9_6.x86_64",
"product_id": "podman-remote-debuginfo-5:5.4.0-18.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.4.0-18.el9_6?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-5:5.4.0-18.el9_6.x86_64",
"product": {
"name": "podman-tests-debuginfo-5:5.4.0-18.el9_6.x86_64",
"product_id": "podman-tests-debuginfo-5:5.4.0-18.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.4.0-18.el9_6?arch=x86_64\u0026epoch=5"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-5:5.4.0-18.el9_6.s390x",
"product": {
"name": "podman-5:5.4.0-18.el9_6.s390x",
"product_id": "podman-5:5.4.0-18.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-18.el9_6?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-5:5.4.0-18.el9_6.s390x",
"product": {
"name": "podman-plugins-5:5.4.0-18.el9_6.s390x",
"product_id": "podman-plugins-5:5.4.0-18.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.4.0-18.el9_6?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-5:5.4.0-18.el9_6.s390x",
"product": {
"name": "podman-remote-5:5.4.0-18.el9_6.s390x",
"product_id": "podman-remote-5:5.4.0-18.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.4.0-18.el9_6?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-5:5.4.0-18.el9_6.s390x",
"product": {
"name": "podman-tests-5:5.4.0-18.el9_6.s390x",
"product_id": "podman-tests-5:5.4.0-18.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.4.0-18.el9_6?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-5:5.4.0-18.el9_6.s390x",
"product": {
"name": "podman-debugsource-5:5.4.0-18.el9_6.s390x",
"product_id": "podman-debugsource-5:5.4.0-18.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.4.0-18.el9_6?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-5:5.4.0-18.el9_6.s390x",
"product": {
"name": "podman-debuginfo-5:5.4.0-18.el9_6.s390x",
"product_id": "podman-debuginfo-5:5.4.0-18.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.4.0-18.el9_6?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-5:5.4.0-18.el9_6.s390x",
"product": {
"name": "podman-plugins-debuginfo-5:5.4.0-18.el9_6.s390x",
"product_id": "podman-plugins-debuginfo-5:5.4.0-18.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.4.0-18.el9_6?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-5:5.4.0-18.el9_6.s390x",
"product": {
"name": "podman-remote-debuginfo-5:5.4.0-18.el9_6.s390x",
"product_id": "podman-remote-debuginfo-5:5.4.0-18.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.4.0-18.el9_6?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-5:5.4.0-18.el9_6.s390x",
"product": {
"name": "podman-tests-debuginfo-5:5.4.0-18.el9_6.s390x",
"product_id": "podman-tests-debuginfo-5:5.4.0-18.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.4.0-18.el9_6?arch=s390x\u0026epoch=5"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-5:5.4.0-18.el9_6.noarch",
"product": {
"name": "podman-docker-5:5.4.0-18.el9_6.noarch",
"product_id": "podman-docker-5:5.4.0-18.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@5.4.0-18.el9_6?arch=noarch\u0026epoch=5"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5:5.4.0-18.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.aarch64"
},
"product_reference": "podman-5:5.4.0-18.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5:5.4.0-18.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.ppc64le"
},
"product_reference": "podman-5:5.4.0-18.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5:5.4.0-18.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.s390x"
},
"product_reference": "podman-5:5.4.0-18.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5:5.4.0-18.el9_6.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.src"
},
"product_reference": "podman-5:5.4.0-18.el9_6.src",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5:5.4.0-18.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.x86_64"
},
"product_reference": "podman-5:5.4.0-18.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-5:5.4.0-18.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.aarch64"
},
"product_reference": "podman-debuginfo-5:5.4.0-18.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-5:5.4.0-18.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.ppc64le"
},
"product_reference": "podman-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-5:5.4.0-18.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.s390x"
},
"product_reference": "podman-debuginfo-5:5.4.0-18.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-5:5.4.0-18.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.x86_64"
},
"product_reference": "podman-debuginfo-5:5.4.0-18.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-5:5.4.0-18.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.aarch64"
},
"product_reference": "podman-debugsource-5:5.4.0-18.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-5:5.4.0-18.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.ppc64le"
},
"product_reference": "podman-debugsource-5:5.4.0-18.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-5:5.4.0-18.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.s390x"
},
"product_reference": "podman-debugsource-5:5.4.0-18.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-5:5.4.0-18.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.x86_64"
},
"product_reference": "podman-debugsource-5:5.4.0-18.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-5:5.4.0-18.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-docker-5:5.4.0-18.el9_6.noarch"
},
"product_reference": "podman-docker-5:5.4.0-18.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-5:5.4.0-18.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.aarch64"
},
"product_reference": "podman-plugins-5:5.4.0-18.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-5:5.4.0-18.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.ppc64le"
},
"product_reference": "podman-plugins-5:5.4.0-18.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-5:5.4.0-18.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.s390x"
},
"product_reference": "podman-plugins-5:5.4.0-18.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-5:5.4.0-18.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.x86_64"
},
"product_reference": "podman-plugins-5:5.4.0-18.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-5:5.4.0-18.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.aarch64"
},
"product_reference": "podman-plugins-debuginfo-5:5.4.0-18.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-5:5.4.0-18.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-5:5.4.0-18.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.s390x"
},
"product_reference": "podman-plugins-debuginfo-5:5.4.0-18.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-5:5.4.0-18.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.x86_64"
},
"product_reference": "podman-plugins-debuginfo-5:5.4.0-18.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-5:5.4.0-18.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.aarch64"
},
"product_reference": "podman-remote-5:5.4.0-18.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-5:5.4.0-18.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.ppc64le"
},
"product_reference": "podman-remote-5:5.4.0-18.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-5:5.4.0-18.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.s390x"
},
"product_reference": "podman-remote-5:5.4.0-18.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-5:5.4.0-18.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.x86_64"
},
"product_reference": "podman-remote-5:5.4.0-18.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-5:5.4.0-18.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.aarch64"
},
"product_reference": "podman-remote-debuginfo-5:5.4.0-18.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-5:5.4.0-18.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.ppc64le"
},
"product_reference": "podman-remote-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-5:5.4.0-18.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.s390x"
},
"product_reference": "podman-remote-debuginfo-5:5.4.0-18.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-5:5.4.0-18.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.x86_64"
},
"product_reference": "podman-remote-debuginfo-5:5.4.0-18.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-5:5.4.0-18.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.aarch64"
},
"product_reference": "podman-tests-5:5.4.0-18.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-5:5.4.0-18.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.ppc64le"
},
"product_reference": "podman-tests-5:5.4.0-18.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-5:5.4.0-18.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.s390x"
},
"product_reference": "podman-tests-5:5.4.0-18.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-5:5.4.0-18.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.x86_64"
},
"product_reference": "podman-tests-5:5.4.0-18.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-5:5.4.0-18.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.aarch64"
},
"product_reference": "podman-tests-debuginfo-5:5.4.0-18.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-5:5.4.0-18.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.ppc64le"
},
"product_reference": "podman-tests-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-5:5.4.0-18.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.s390x"
},
"product_reference": "podman-tests-debuginfo-5:5.4.0-18.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-5:5.4.0-18.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.x86_64"
},
"product_reference": "podman-tests-debuginfo-5:5.4.0-18.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical 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": [
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.src",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-docker-5:5.4.0-18.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"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-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-26T14:25:50+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.src",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-docker-5:5.4.0-18.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1084"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.src",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-docker-5:5.4.0-18.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
},
{
"cve": "CVE-2025-47913",
"discovery_date": "2025-11-13T22:01:26.092452+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2414943"
}
],
"notes": [
{
"category": "description",
"text": "A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic(\"unreachable\") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability was marked as Important because it allows any malicious or misbehaving SSH agent to force a crash in the client process using a single valid protocol byte. The panic occurs before the client has a chance to validate message structure or recover, which means an attacker controlling\u2014or intercepting\u2014SSH agent traffic can reliably terminate processes that rely on agent interactions. In environments where SSH agents operate over forwarded sockets, shared workspaces, or CI/CD runners, this turns into a reliable, unauthenticated remote denial of service against critical automation or developer tooling. The flaw also stems from unsafe assumptions in the unmarshalling logic, where unexpected but protocol-legal message types drop into \u201cunreachable\u201d code paths instead of being handled gracefully\u2014making it a design-level reliability break rather than a simple error-handling bug. For this reason, it is rated as an important availability-impacting vulnerability rather than a moderate issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.src",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-docker-5:5.4.0-18.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "RHBZ#2414943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414943"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47913"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-hcg3-q754-cr77",
"url": "https://github.com/advisories/GHSA-hcg3-q754-cr77"
},
{
"category": "external",
"summary": "https://go.dev/cl/700295",
"url": "https://go.dev/cl/700295"
},
{
"category": "external",
"summary": "https://go.dev/issue/75178",
"url": "https://go.dev/issue/75178"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4116",
"url": "https://pkg.go.dev/vuln/GO-2025-4116"
}
],
"release_date": "2025-11-13T21:29:39.907000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-26T14:25:50+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.src",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-docker-5:5.4.0-18.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1084"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.src",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-docker-5:5.4.0-18.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.src",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-docker-5:5.4.0-18.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-18.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-18.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS"
}
]
}
RHSA-2026:11749
Vulnerability from csaf_redhat - Published: 2026-04-29 14:31 - Updated: 2026-06-06 01:19A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic("unreachable") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.x86_64 | — |
Vendor Fix
fix
|
The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.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 buildah is now available for Red Hat Enterprise Linux 9.6 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The buildah package provides a tool for facilitating building OCI container images. Among other things, buildah enables you to: Create a working container, either from scratch or using an image as a starting point; Create an image, either from a working container or using the instructions in a Dockerfile; Build both Docker and OCI images. \n\nSecurity Fix(es):\n\n* golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS (CVE-2025-47913)\n\n* crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate (CVE-2025-61729)\n\n* golang: net/url: Memory exhaustion in query parameter parsing in net/url (CVE-2025-61726)\n\n* crypto/tls: Unexpected session resumption in crypto/tls (CVE-2025-68121)\n\n* net/url: Incorrect parsing of IPv6 host literals in net/url (CVE-2026-25679)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:11749",
"url": "https://access.redhat.com/errata/RHSA-2026:11749"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2414943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414943"
},
{
"category": "external",
"summary": "2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_11749.json"
}
],
"title": "Red Hat Security Advisory: buildah security update",
"tracking": {
"current_release_date": "2026-06-06T01:19:27+00:00",
"generator": {
"date": "2026-06-06T01:19:27+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"id": "RHSA-2026:11749",
"initial_release_date": "2026-04-29T14:31:52+00:00",
"revision_history": [
{
"date": "2026-04-29T14:31:52+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-29T14:31:52+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-06T01:19:27+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.6::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.39.6-2.el9_6.src",
"product": {
"name": "buildah-2:1.39.6-2.el9_6.src",
"product_id": "buildah-2:1.39.6-2.el9_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.39.6-2.el9_6?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.39.6-2.el9_6.aarch64",
"product": {
"name": "buildah-2:1.39.6-2.el9_6.aarch64",
"product_id": "buildah-2:1.39.6-2.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.39.6-2.el9_6?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.39.6-2.el9_6.aarch64",
"product": {
"name": "buildah-tests-2:1.39.6-2.el9_6.aarch64",
"product_id": "buildah-tests-2:1.39.6-2.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.39.6-2.el9_6?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.39.6-2.el9_6.aarch64",
"product": {
"name": "buildah-debugsource-2:1.39.6-2.el9_6.aarch64",
"product_id": "buildah-debugsource-2:1.39.6-2.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.39.6-2.el9_6?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.39.6-2.el9_6.aarch64",
"product": {
"name": "buildah-debuginfo-2:1.39.6-2.el9_6.aarch64",
"product_id": "buildah-debuginfo-2:1.39.6-2.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.39.6-2.el9_6?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64",
"product": {
"name": "buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64",
"product_id": "buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.39.6-2.el9_6?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.39.6-2.el9_6.ppc64le",
"product": {
"name": "buildah-2:1.39.6-2.el9_6.ppc64le",
"product_id": "buildah-2:1.39.6-2.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.39.6-2.el9_6?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.39.6-2.el9_6.ppc64le",
"product": {
"name": "buildah-tests-2:1.39.6-2.el9_6.ppc64le",
"product_id": "buildah-tests-2:1.39.6-2.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.39.6-2.el9_6?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.39.6-2.el9_6.ppc64le",
"product": {
"name": "buildah-debugsource-2:1.39.6-2.el9_6.ppc64le",
"product_id": "buildah-debugsource-2:1.39.6-2.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.39.6-2.el9_6?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"product": {
"name": "buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"product_id": "buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.39.6-2.el9_6?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"product": {
"name": "buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"product_id": "buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.39.6-2.el9_6?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.39.6-2.el9_6.x86_64",
"product": {
"name": "buildah-2:1.39.6-2.el9_6.x86_64",
"product_id": "buildah-2:1.39.6-2.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.39.6-2.el9_6?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.39.6-2.el9_6.x86_64",
"product": {
"name": "buildah-tests-2:1.39.6-2.el9_6.x86_64",
"product_id": "buildah-tests-2:1.39.6-2.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.39.6-2.el9_6?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.39.6-2.el9_6.x86_64",
"product": {
"name": "buildah-debugsource-2:1.39.6-2.el9_6.x86_64",
"product_id": "buildah-debugsource-2:1.39.6-2.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.39.6-2.el9_6?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.39.6-2.el9_6.x86_64",
"product": {
"name": "buildah-debuginfo-2:1.39.6-2.el9_6.x86_64",
"product_id": "buildah-debuginfo-2:1.39.6-2.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.39.6-2.el9_6?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.39.6-2.el9_6.x86_64",
"product": {
"name": "buildah-tests-debuginfo-2:1.39.6-2.el9_6.x86_64",
"product_id": "buildah-tests-debuginfo-2:1.39.6-2.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.39.6-2.el9_6?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.39.6-2.el9_6.s390x",
"product": {
"name": "buildah-2:1.39.6-2.el9_6.s390x",
"product_id": "buildah-2:1.39.6-2.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.39.6-2.el9_6?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.39.6-2.el9_6.s390x",
"product": {
"name": "buildah-tests-2:1.39.6-2.el9_6.s390x",
"product_id": "buildah-tests-2:1.39.6-2.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.39.6-2.el9_6?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.39.6-2.el9_6.s390x",
"product": {
"name": "buildah-debugsource-2:1.39.6-2.el9_6.s390x",
"product_id": "buildah-debugsource-2:1.39.6-2.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.39.6-2.el9_6?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.39.6-2.el9_6.s390x",
"product": {
"name": "buildah-debuginfo-2:1.39.6-2.el9_6.s390x",
"product_id": "buildah-debuginfo-2:1.39.6-2.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.39.6-2.el9_6?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x",
"product": {
"name": "buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x",
"product_id": "buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.39.6-2.el9_6?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.39.6-2.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.aarch64"
},
"product_reference": "buildah-2:1.39.6-2.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.39.6-2.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.ppc64le"
},
"product_reference": "buildah-2:1.39.6-2.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.39.6-2.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.s390x"
},
"product_reference": "buildah-2:1.39.6-2.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.39.6-2.el9_6.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.src"
},
"product_reference": "buildah-2:1.39.6-2.el9_6.src",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.39.6-2.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.x86_64"
},
"product_reference": "buildah-2:1.39.6-2.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.39.6-2.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.aarch64"
},
"product_reference": "buildah-debuginfo-2:1.39.6-2.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le"
},
"product_reference": "buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.39.6-2.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.s390x"
},
"product_reference": "buildah-debuginfo-2:1.39.6-2.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.39.6-2.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.x86_64"
},
"product_reference": "buildah-debuginfo-2:1.39.6-2.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.39.6-2.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.aarch64"
},
"product_reference": "buildah-debugsource-2:1.39.6-2.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.39.6-2.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.ppc64le"
},
"product_reference": "buildah-debugsource-2:1.39.6-2.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.39.6-2.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.s390x"
},
"product_reference": "buildah-debugsource-2:1.39.6-2.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.39.6-2.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.x86_64"
},
"product_reference": "buildah-debugsource-2:1.39.6-2.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.39.6-2.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.aarch64"
},
"product_reference": "buildah-tests-2:1.39.6-2.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.39.6-2.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.ppc64le"
},
"product_reference": "buildah-tests-2:1.39.6-2.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.39.6-2.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.s390x"
},
"product_reference": "buildah-tests-2:1.39.6-2.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.39.6-2.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.x86_64"
},
"product_reference": "buildah-tests-2:1.39.6-2.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64"
},
"product_reference": "buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le"
},
"product_reference": "buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x"
},
"product_reference": "buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.39.6-2.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.x86_64"
},
"product_reference": "buildah-tests-debuginfo-2:1.39.6-2.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47913",
"discovery_date": "2025-11-13T22:01:26.092452+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2414943"
}
],
"notes": [
{
"category": "description",
"text": "A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic(\"unreachable\") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability was marked as Important because it allows any malicious or misbehaving SSH agent to force a crash in the client process using a single valid protocol byte. The panic occurs before the client has a chance to validate message structure or recover, which means an attacker controlling\u2014or intercepting\u2014SSH agent traffic can reliably terminate processes that rely on agent interactions. In environments where SSH agents operate over forwarded sockets, shared workspaces, or CI/CD runners, this turns into a reliable, unauthenticated remote denial of service against critical automation or developer tooling. The flaw also stems from unsafe assumptions in the unmarshalling logic, where unexpected but protocol-legal message types drop into \u201cunreachable\u201d code paths instead of being handled gracefully\u2014making it a design-level reliability break rather than a simple error-handling bug. For this reason, it is rated as an important availability-impacting vulnerability rather than a moderate issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.src",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "RHBZ#2414943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414943"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47913"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-hcg3-q754-cr77",
"url": "https://github.com/advisories/GHSA-hcg3-q754-cr77"
},
{
"category": "external",
"summary": "https://go.dev/cl/700295",
"url": "https://go.dev/cl/700295"
},
{
"category": "external",
"summary": "https://go.dev/issue/75178",
"url": "https://go.dev/issue/75178"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4116",
"url": "https://pkg.go.dev/vuln/GO-2025-4116"
}
],
"release_date": "2025-11-13T21:29:39.907000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-29T14:31:52+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.src",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:11749"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.src",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.src",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS"
},
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.src",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-29T14:31:52+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.src",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:11749"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.src",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.src",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.src",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-29T14:31:52+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.src",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:11749"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.src",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.src",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-29T14:31:52+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.src",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:11749"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.src",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-25679",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2026-03-06T22:02:11.567841+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445356"
}
],
"notes": [
{
"category": "description",
"text": "The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/url: Incorrect parsing of IPv6 host literals in net/url",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.src",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "RHBZ#2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://go.dev/cl/752180",
"url": "https://go.dev/cl/752180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77578",
"url": "https://go.dev/issue/77578"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4601",
"url": "https://pkg.go.dev/vuln/GO-2026-4601"
}
],
"release_date": "2026-03-06T21:28:14.211000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-29T14:31:52+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.src",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:11749"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.src",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.src",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/url: Incorrect parsing of IPv6 host literals in net/url"
}
]
}
RHSA-2026:12030
Vulnerability from csaf_redhat - Published: 2026-04-30 03:33 - Updated: 2026-06-06 01:19A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic("unreachable") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.x86_64 | — |
Vendor Fix
fix
|
The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.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 buildah 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": "The buildah package provides a tool for facilitating building OCI container images. Among other things, buildah enables you to: Create a working container, either from scratch or using an image as a starting point; Create an image, either from a working container or using the instructions in a Dockerfile; Build both Docker and OCI images. \n\nSecurity Fix(es):\n\n* golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS (CVE-2025-47913)\n\n* crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate (CVE-2025-61729)\n\n* golang: net/url: Memory exhaustion in query parameter parsing in net/url (CVE-2025-61726)\n\n* crypto/tls: Unexpected session resumption in crypto/tls (CVE-2025-68121)\n\n* net/url: Incorrect parsing of IPv6 host literals in net/url (CVE-2026-25679)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:12030",
"url": "https://access.redhat.com/errata/RHSA-2026:12030"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2414943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414943"
},
{
"category": "external",
"summary": "2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_12030.json"
}
],
"title": "Red Hat Security Advisory: buildah security update",
"tracking": {
"current_release_date": "2026-06-06T01:19:29+00:00",
"generator": {
"date": "2026-06-06T01:19:29+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"id": "RHSA-2026:12030",
"initial_release_date": "2026-04-30T03:33:47+00:00",
"revision_history": [
{
"date": "2026-04-30T03:33:47+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-30T03:33:47+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-06T01:19:29+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": "buildah-2:1.33.13-3.el9_4.1.src",
"product": {
"name": "buildah-2:1.33.13-3.el9_4.1.src",
"product_id": "buildah-2:1.33.13-3.el9_4.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.13-3.el9_4.1?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.33.13-3.el9_4.1.aarch64",
"product": {
"name": "buildah-2:1.33.13-3.el9_4.1.aarch64",
"product_id": "buildah-2:1.33.13-3.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.13-3.el9_4.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.13-3.el9_4.1.aarch64",
"product": {
"name": "buildah-tests-2:1.33.13-3.el9_4.1.aarch64",
"product_id": "buildah-tests-2:1.33.13-3.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.13-3.el9_4.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64",
"product": {
"name": "buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64",
"product_id": "buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.13-3.el9_4.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"product": {
"name": "buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"product_id": "buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.13-3.el9_4.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"product_id": "buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.13-3.el9_4.1?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.33.13-3.el9_4.1.ppc64le",
"product": {
"name": "buildah-2:1.33.13-3.el9_4.1.ppc64le",
"product_id": "buildah-2:1.33.13-3.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.13-3.el9_4.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.13-3.el9_4.1.ppc64le",
"product": {
"name": "buildah-tests-2:1.33.13-3.el9_4.1.ppc64le",
"product_id": "buildah-tests-2:1.33.13-3.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.13-3.el9_4.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le",
"product": {
"name": "buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le",
"product_id": "buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.13-3.el9_4.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"product": {
"name": "buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"product_id": "buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.13-3.el9_4.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"product_id": "buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.13-3.el9_4.1?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.33.13-3.el9_4.1.x86_64",
"product": {
"name": "buildah-2:1.33.13-3.el9_4.1.x86_64",
"product_id": "buildah-2:1.33.13-3.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.13-3.el9_4.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.13-3.el9_4.1.x86_64",
"product": {
"name": "buildah-tests-2:1.33.13-3.el9_4.1.x86_64",
"product_id": "buildah-tests-2:1.33.13-3.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.13-3.el9_4.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64",
"product": {
"name": "buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64",
"product_id": "buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.13-3.el9_4.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64",
"product": {
"name": "buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64",
"product_id": "buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.13-3.el9_4.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.x86_64",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.x86_64",
"product_id": "buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.13-3.el9_4.1?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.33.13-3.el9_4.1.s390x",
"product": {
"name": "buildah-2:1.33.13-3.el9_4.1.s390x",
"product_id": "buildah-2:1.33.13-3.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.13-3.el9_4.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.13-3.el9_4.1.s390x",
"product": {
"name": "buildah-tests-2:1.33.13-3.el9_4.1.s390x",
"product_id": "buildah-tests-2:1.33.13-3.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.13-3.el9_4.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.13-3.el9_4.1.s390x",
"product": {
"name": "buildah-debugsource-2:1.33.13-3.el9_4.1.s390x",
"product_id": "buildah-debugsource-2:1.33.13-3.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.13-3.el9_4.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"product": {
"name": "buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"product_id": "buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.13-3.el9_4.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"product_id": "buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.13-3.el9_4.1?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.13-3.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:buildah-2:1.33.13-3.el9_4.1.aarch64"
},
"product_reference": "buildah-2:1.33.13-3.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.13-3.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:buildah-2:1.33.13-3.el9_4.1.ppc64le"
},
"product_reference": "buildah-2:1.33.13-3.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.13-3.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:buildah-2:1.33.13-3.el9_4.1.s390x"
},
"product_reference": "buildah-2:1.33.13-3.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.13-3.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:buildah-2:1.33.13-3.el9_4.1.src"
},
"product_reference": "buildah-2:1.33.13-3.el9_4.1.src",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.13-3.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:buildah-2:1.33.13-3.el9_4.1.x86_64"
},
"product_reference": "buildah-2:1.33.13-3.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.13-3.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:buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64"
},
"product_reference": "buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.13-3.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:buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le"
},
"product_reference": "buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.13-3.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:buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x"
},
"product_reference": "buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.13-3.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:buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64"
},
"product_reference": "buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.13-3.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:buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64"
},
"product_reference": "buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.13-3.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:buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le"
},
"product_reference": "buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.13-3.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:buildah-debugsource-2:1.33.13-3.el9_4.1.s390x"
},
"product_reference": "buildah-debugsource-2:1.33.13-3.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.13-3.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:buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64"
},
"product_reference": "buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.13-3.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:buildah-tests-2:1.33.13-3.el9_4.1.aarch64"
},
"product_reference": "buildah-tests-2:1.33.13-3.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.13-3.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:buildah-tests-2:1.33.13-3.el9_4.1.ppc64le"
},
"product_reference": "buildah-tests-2:1.33.13-3.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.13-3.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:buildah-tests-2:1.33.13-3.el9_4.1.s390x"
},
"product_reference": "buildah-tests-2:1.33.13-3.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.13-3.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:buildah-tests-2:1.33.13-3.el9_4.1.x86_64"
},
"product_reference": "buildah-tests-2:1.33.13-3.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.13-3.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:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.13-3.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:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.13-3.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:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.13-3.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:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.x86_64"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47913",
"discovery_date": "2025-11-13T22:01:26.092452+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2414943"
}
],
"notes": [
{
"category": "description",
"text": "A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic(\"unreachable\") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability was marked as Important because it allows any malicious or misbehaving SSH agent to force a crash in the client process using a single valid protocol byte. The panic occurs before the client has a chance to validate message structure or recover, which means an attacker controlling\u2014or intercepting\u2014SSH agent traffic can reliably terminate processes that rely on agent interactions. In environments where SSH agents operate over forwarded sockets, shared workspaces, or CI/CD runners, this turns into a reliable, unauthenticated remote denial of service against critical automation or developer tooling. The flaw also stems from unsafe assumptions in the unmarshalling logic, where unexpected but protocol-legal message types drop into \u201cunreachable\u201d code paths instead of being handled gracefully\u2014making it a design-level reliability break rather than a simple error-handling bug. For this reason, it is rated as an important availability-impacting vulnerability rather than a moderate issue.",
"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:buildah-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "RHBZ#2414943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414943"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47913"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-hcg3-q754-cr77",
"url": "https://github.com/advisories/GHSA-hcg3-q754-cr77"
},
{
"category": "external",
"summary": "https://go.dev/cl/700295",
"url": "https://go.dev/cl/700295"
},
{
"category": "external",
"summary": "https://go.dev/issue/75178",
"url": "https://go.dev/issue/75178"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4116",
"url": "https://pkg.go.dev/vuln/GO-2025-4116"
}
],
"release_date": "2025-11-13T21:29:39.907000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-30T03:33:47+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:buildah-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12030"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.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:buildah-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS"
},
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-30T03:33:47+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:buildah-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12030"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.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:buildah-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-30T03:33:47+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:buildah-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12030"
}
],
"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:buildah-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-30T03:33:47+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:buildah-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12030"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-25679",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2026-03-06T22:02:11.567841+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445356"
}
],
"notes": [
{
"category": "description",
"text": "The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/url: Incorrect parsing of IPv6 host literals in net/url",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "RHBZ#2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://go.dev/cl/752180",
"url": "https://go.dev/cl/752180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77578",
"url": "https://go.dev/issue/77578"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4601",
"url": "https://pkg.go.dev/vuln/GO-2026-4601"
}
],
"release_date": "2026-03-06T21:28:14.211000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-30T03:33:47+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:buildah-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12030"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.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:buildah-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/url: Incorrect parsing of IPv6 host literals in net/url"
}
]
}
RHSA-2026:13431
Vulnerability from csaf_redhat - Published: 2026-05-04 12:11 - Updated: 2026-05-28 20:19A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic("unreachable") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:8c4b096f97553bf2bed6c6f4a2d2097307ac3a2956cb435d4aa903235ec01296_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:affd591a7a0bc48e5e26cf15f520334d8e479540bd9d041b879972ebb67ebafe_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:4e7bc28d353ef5e80d73c9f1a9a39460407572545d43ee9edd9d7f59238547bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:6693bd574b2887c1969c85780d16ff49f6bd7c9f61d63ef872977d87d9f436ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:2e5bcaa78176f3dc0ceaca67e137e93a0aaa87a3549e3e2a75a145e9dda061e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:a2211e0bd514790fe9749614fbbdb7f24c78553931d26cacc1b09a249351fc73_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:2457d7067501cc5d6c9e71462ed1c7a84b57b3b2a0085977fa5a6c162453c6cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:5bea70e2ac09d488c70c57bb1f67e25df690d011c8fccedc8c2f71c5ba85ab8c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:03f4cae27e192fbaa841b75c94144de53dda1a42f2f3afe1ec8dae7360b62cbd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:923dfbda8d194e4b8b99457b44a6d614e5884f1e5e8a011274c64c928a39c2b5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:3886dde6df92ed675a8ae925c2fca55689427e2b0d98370dd3f4c64affd4976c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:4b6dc49d1dd9bb43401f136c6220430851029a5e9568b8f94011edb00d8727af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:39a35427e40e1cc7ac2a316d49b7ecc834664e348f407f43f2b1f1a623e9dec5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:b32654a44ecd9f6e8907f3f1c61672b8d8c711309101a783f5163969fd134b1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:455bbde77709328fb24c868bbd1787bd8ff7416b8b21ab193bfd648e53af44dc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:d3307886b24877a4931cda0d29ed64caab03f99a4eca13de057bac217dcdf2e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:0335dce2f5ed915ee7e87af95397faace9bd13b998e6b2f3f3c2731c679cfc94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:2a14da43018bf6e9aae844bbb91f7d354cb65905b46fc4c6c43981a11164a5ec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:7e6938a25df9a72abf67b484ea12618ddb4146a99f57f18abb289e8bb3fc3f3a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:e8afcc403a1f8a9b3fef8de1f35cf48e5f514ccca54127d224727ab8237b2a8a_arm64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Virtualization release v4.14 is now available with updates to packages and images that fix several bugs and add enhancements.",
"title": "Topic"
},
{
"category": "general",
"text": "OpenShift Virtualization is Red Hat\u0027s virtualization solution designed for Red Hat OpenShift Container Platform.\n\nThis advisory contains OpenShift Virtualization v4.14 images.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:13431",
"url": "https://access.redhat.com/errata/RHSA-2026:13431"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47913",
"url": "https://access.redhat.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_13431.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Virtualization v4.14 Images",
"tracking": {
"current_release_date": "2026-05-28T20:19:22+00:00",
"generator": {
"date": "2026-05-28T20:19:22+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:13431",
"initial_release_date": "2026-05-04T12:11:07+00:00",
"revision_history": [
{
"date": "2026-05-04T12:11:07+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-04T12:11:11+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-28T20:19:22+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Container Native Virtualization 4.14",
"product": {
"name": "Red Hat Container Native Virtualization 4.14",
"product_id": "Red Hat Container Native Virtualization 4.14",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:container_native_virtualization:4.14::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Container Native Virtualization"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:4e7bc28d353ef5e80d73c9f1a9a39460407572545d43ee9edd9d7f59238547bb_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:4e7bc28d353ef5e80d73c9f1a9a39460407572545d43ee9edd9d7f59238547bb_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:4e7bc28d353ef5e80d73c9f1a9a39460407572545d43ee9edd9d7f59238547bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/libguestfs-tools-rhel9@sha256%3A4e7bc28d353ef5e80d73c9f1a9a39460407572545d43ee9edd9d7f59238547bb?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777476491"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:2e5bcaa78176f3dc0ceaca67e137e93a0aaa87a3549e3e2a75a145e9dda061e5_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:2e5bcaa78176f3dc0ceaca67e137e93a0aaa87a3549e3e2a75a145e9dda061e5_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:2e5bcaa78176f3dc0ceaca67e137e93a0aaa87a3549e3e2a75a145e9dda061e5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pr-helper-rhel9@sha256%3A2e5bcaa78176f3dc0ceaca67e137e93a0aaa87a3549e3e2a75a145e9dda061e5?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777476339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:2457d7067501cc5d6c9e71462ed1c7a84b57b3b2a0085977fa5a6c162453c6cd_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:2457d7067501cc5d6c9e71462ed1c7a84b57b3b2a0085977fa5a6c162453c6cd_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:2457d7067501cc5d6c9e71462ed1c7a84b57b3b2a0085977fa5a6c162453c6cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-api-rhel9@sha256%3A2457d7067501cc5d6c9e71462ed1c7a84b57b3b2a0085977fa5a6c162453c6cd?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777476387"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:8c4b096f97553bf2bed6c6f4a2d2097307ac3a2956cb435d4aa903235ec01296_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:8c4b096f97553bf2bed6c6f4a2d2097307ac3a2956cb435d4aa903235ec01296_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:8c4b096f97553bf2bed6c6f4a2d2097307ac3a2956cb435d4aa903235ec01296_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-artifacts-server-rhel9@sha256%3A8c4b096f97553bf2bed6c6f4a2d2097307ac3a2956cb435d4aa903235ec01296?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777476433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:03f4cae27e192fbaa841b75c94144de53dda1a42f2f3afe1ec8dae7360b62cbd_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:03f4cae27e192fbaa841b75c94144de53dda1a42f2f3afe1ec8dae7360b62cbd_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:03f4cae27e192fbaa841b75c94144de53dda1a42f2f3afe1ec8dae7360b62cbd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-controller-rhel9@sha256%3A03f4cae27e192fbaa841b75c94144de53dda1a42f2f3afe1ec8dae7360b62cbd?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777476366"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:3886dde6df92ed675a8ae925c2fca55689427e2b0d98370dd3f4c64affd4976c_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:3886dde6df92ed675a8ae925c2fca55689427e2b0d98370dd3f4c64affd4976c_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:3886dde6df92ed675a8ae925c2fca55689427e2b0d98370dd3f4c64affd4976c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportproxy-rhel9@sha256%3A3886dde6df92ed675a8ae925c2fca55689427e2b0d98370dd3f4c64affd4976c?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777476369"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:39a35427e40e1cc7ac2a316d49b7ecc834664e348f407f43f2b1f1a623e9dec5_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:39a35427e40e1cc7ac2a316d49b7ecc834664e348f407f43f2b1f1a623e9dec5_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:39a35427e40e1cc7ac2a316d49b7ecc834664e348f407f43f2b1f1a623e9dec5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportserver-rhel9@sha256%3A39a35427e40e1cc7ac2a316d49b7ecc834664e348f407f43f2b1f1a623e9dec5?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777476369"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:d3307886b24877a4931cda0d29ed64caab03f99a4eca13de057bac217dcdf2e9_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:d3307886b24877a4931cda0d29ed64caab03f99a4eca13de057bac217dcdf2e9_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:d3307886b24877a4931cda0d29ed64caab03f99a4eca13de057bac217dcdf2e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-handler-rhel9@sha256%3Ad3307886b24877a4931cda0d29ed64caab03f99a4eca13de057bac217dcdf2e9?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777476367"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:2a14da43018bf6e9aae844bbb91f7d354cb65905b46fc4c6c43981a11164a5ec_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:2a14da43018bf6e9aae844bbb91f7d354cb65905b46fc4c6c43981a11164a5ec_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:2a14da43018bf6e9aae844bbb91f7d354cb65905b46fc4c6c43981a11164a5ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-launcher-rhel9@sha256%3A2a14da43018bf6e9aae844bbb91f7d354cb65905b46fc4c6c43981a11164a5ec?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777476378"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:7e6938a25df9a72abf67b484ea12618ddb4146a99f57f18abb289e8bb3fc3f3a_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:7e6938a25df9a72abf67b484ea12618ddb4146a99f57f18abb289e8bb3fc3f3a_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:7e6938a25df9a72abf67b484ea12618ddb4146a99f57f18abb289e8bb3fc3f3a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-operator-rhel9@sha256%3A7e6938a25df9a72abf67b484ea12618ddb4146a99f57f18abb289e8bb3fc3f3a?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777476365"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:6693bd574b2887c1969c85780d16ff49f6bd7c9f61d63ef872977d87d9f436ac_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:6693bd574b2887c1969c85780d16ff49f6bd7c9f61d63ef872977d87d9f436ac_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:6693bd574b2887c1969c85780d16ff49f6bd7c9f61d63ef872977d87d9f436ac_arm64",
"product_identification_helper": {
"purl": "pkg:oci/libguestfs-tools-rhel9@sha256%3A6693bd574b2887c1969c85780d16ff49f6bd7c9f61d63ef872977d87d9f436ac?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777476491"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:a2211e0bd514790fe9749614fbbdb7f24c78553931d26cacc1b09a249351fc73_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:a2211e0bd514790fe9749614fbbdb7f24c78553931d26cacc1b09a249351fc73_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:a2211e0bd514790fe9749614fbbdb7f24c78553931d26cacc1b09a249351fc73_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pr-helper-rhel9@sha256%3Aa2211e0bd514790fe9749614fbbdb7f24c78553931d26cacc1b09a249351fc73?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777476339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:5bea70e2ac09d488c70c57bb1f67e25df690d011c8fccedc8c2f71c5ba85ab8c_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:5bea70e2ac09d488c70c57bb1f67e25df690d011c8fccedc8c2f71c5ba85ab8c_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:5bea70e2ac09d488c70c57bb1f67e25df690d011c8fccedc8c2f71c5ba85ab8c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-api-rhel9@sha256%3A5bea70e2ac09d488c70c57bb1f67e25df690d011c8fccedc8c2f71c5ba85ab8c?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777476387"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:affd591a7a0bc48e5e26cf15f520334d8e479540bd9d041b879972ebb67ebafe_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:affd591a7a0bc48e5e26cf15f520334d8e479540bd9d041b879972ebb67ebafe_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:affd591a7a0bc48e5e26cf15f520334d8e479540bd9d041b879972ebb67ebafe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-artifacts-server-rhel9@sha256%3Aaffd591a7a0bc48e5e26cf15f520334d8e479540bd9d041b879972ebb67ebafe?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777476433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:923dfbda8d194e4b8b99457b44a6d614e5884f1e5e8a011274c64c928a39c2b5_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:923dfbda8d194e4b8b99457b44a6d614e5884f1e5e8a011274c64c928a39c2b5_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:923dfbda8d194e4b8b99457b44a6d614e5884f1e5e8a011274c64c928a39c2b5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-controller-rhel9@sha256%3A923dfbda8d194e4b8b99457b44a6d614e5884f1e5e8a011274c64c928a39c2b5?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777476366"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:4b6dc49d1dd9bb43401f136c6220430851029a5e9568b8f94011edb00d8727af_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:4b6dc49d1dd9bb43401f136c6220430851029a5e9568b8f94011edb00d8727af_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:4b6dc49d1dd9bb43401f136c6220430851029a5e9568b8f94011edb00d8727af_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportproxy-rhel9@sha256%3A4b6dc49d1dd9bb43401f136c6220430851029a5e9568b8f94011edb00d8727af?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777476369"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:b32654a44ecd9f6e8907f3f1c61672b8d8c711309101a783f5163969fd134b1d_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:b32654a44ecd9f6e8907f3f1c61672b8d8c711309101a783f5163969fd134b1d_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:b32654a44ecd9f6e8907f3f1c61672b8d8c711309101a783f5163969fd134b1d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportserver-rhel9@sha256%3Ab32654a44ecd9f6e8907f3f1c61672b8d8c711309101a783f5163969fd134b1d?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777476369"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:455bbde77709328fb24c868bbd1787bd8ff7416b8b21ab193bfd648e53af44dc_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:455bbde77709328fb24c868bbd1787bd8ff7416b8b21ab193bfd648e53af44dc_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:455bbde77709328fb24c868bbd1787bd8ff7416b8b21ab193bfd648e53af44dc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-handler-rhel9@sha256%3A455bbde77709328fb24c868bbd1787bd8ff7416b8b21ab193bfd648e53af44dc?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777476367"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:0335dce2f5ed915ee7e87af95397faace9bd13b998e6b2f3f3c2731c679cfc94_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:0335dce2f5ed915ee7e87af95397faace9bd13b998e6b2f3f3c2731c679cfc94_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:0335dce2f5ed915ee7e87af95397faace9bd13b998e6b2f3f3c2731c679cfc94_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-launcher-rhel9@sha256%3A0335dce2f5ed915ee7e87af95397faace9bd13b998e6b2f3f3c2731c679cfc94?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777476378"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:e8afcc403a1f8a9b3fef8de1f35cf48e5f514ccca54127d224727ab8237b2a8a_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:e8afcc403a1f8a9b3fef8de1f35cf48e5f514ccca54127d224727ab8237b2a8a_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:e8afcc403a1f8a9b3fef8de1f35cf48e5f514ccca54127d224727ab8237b2a8a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-operator-rhel9@sha256%3Ae8afcc403a1f8a9b3fef8de1f35cf48e5f514ccca54127d224727ab8237b2a8a?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777476365"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:4e7bc28d353ef5e80d73c9f1a9a39460407572545d43ee9edd9d7f59238547bb_amd64 as a component of Red Hat Container Native Virtualization 4.14",
"product_id": "Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:4e7bc28d353ef5e80d73c9f1a9a39460407572545d43ee9edd9d7f59238547bb_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:4e7bc28d353ef5e80d73c9f1a9a39460407572545d43ee9edd9d7f59238547bb_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:6693bd574b2887c1969c85780d16ff49f6bd7c9f61d63ef872977d87d9f436ac_arm64 as a component of Red Hat Container Native Virtualization 4.14",
"product_id": "Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:6693bd574b2887c1969c85780d16ff49f6bd7c9f61d63ef872977d87d9f436ac_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:6693bd574b2887c1969c85780d16ff49f6bd7c9f61d63ef872977d87d9f436ac_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:2e5bcaa78176f3dc0ceaca67e137e93a0aaa87a3549e3e2a75a145e9dda061e5_amd64 as a component of Red Hat Container Native Virtualization 4.14",
"product_id": "Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:2e5bcaa78176f3dc0ceaca67e137e93a0aaa87a3549e3e2a75a145e9dda061e5_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:2e5bcaa78176f3dc0ceaca67e137e93a0aaa87a3549e3e2a75a145e9dda061e5_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:a2211e0bd514790fe9749614fbbdb7f24c78553931d26cacc1b09a249351fc73_arm64 as a component of Red Hat Container Native Virtualization 4.14",
"product_id": "Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:a2211e0bd514790fe9749614fbbdb7f24c78553931d26cacc1b09a249351fc73_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:a2211e0bd514790fe9749614fbbdb7f24c78553931d26cacc1b09a249351fc73_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:2457d7067501cc5d6c9e71462ed1c7a84b57b3b2a0085977fa5a6c162453c6cd_amd64 as a component of Red Hat Container Native Virtualization 4.14",
"product_id": "Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:2457d7067501cc5d6c9e71462ed1c7a84b57b3b2a0085977fa5a6c162453c6cd_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:2457d7067501cc5d6c9e71462ed1c7a84b57b3b2a0085977fa5a6c162453c6cd_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:5bea70e2ac09d488c70c57bb1f67e25df690d011c8fccedc8c2f71c5ba85ab8c_arm64 as a component of Red Hat Container Native Virtualization 4.14",
"product_id": "Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:5bea70e2ac09d488c70c57bb1f67e25df690d011c8fccedc8c2f71c5ba85ab8c_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:5bea70e2ac09d488c70c57bb1f67e25df690d011c8fccedc8c2f71c5ba85ab8c_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:8c4b096f97553bf2bed6c6f4a2d2097307ac3a2956cb435d4aa903235ec01296_amd64 as a component of Red Hat Container Native Virtualization 4.14",
"product_id": "Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:8c4b096f97553bf2bed6c6f4a2d2097307ac3a2956cb435d4aa903235ec01296_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:8c4b096f97553bf2bed6c6f4a2d2097307ac3a2956cb435d4aa903235ec01296_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:affd591a7a0bc48e5e26cf15f520334d8e479540bd9d041b879972ebb67ebafe_arm64 as a component of Red Hat Container Native Virtualization 4.14",
"product_id": "Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:affd591a7a0bc48e5e26cf15f520334d8e479540bd9d041b879972ebb67ebafe_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:affd591a7a0bc48e5e26cf15f520334d8e479540bd9d041b879972ebb67ebafe_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:03f4cae27e192fbaa841b75c94144de53dda1a42f2f3afe1ec8dae7360b62cbd_amd64 as a component of Red Hat Container Native Virtualization 4.14",
"product_id": "Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:03f4cae27e192fbaa841b75c94144de53dda1a42f2f3afe1ec8dae7360b62cbd_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:03f4cae27e192fbaa841b75c94144de53dda1a42f2f3afe1ec8dae7360b62cbd_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:923dfbda8d194e4b8b99457b44a6d614e5884f1e5e8a011274c64c928a39c2b5_arm64 as a component of Red Hat Container Native Virtualization 4.14",
"product_id": "Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:923dfbda8d194e4b8b99457b44a6d614e5884f1e5e8a011274c64c928a39c2b5_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:923dfbda8d194e4b8b99457b44a6d614e5884f1e5e8a011274c64c928a39c2b5_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:3886dde6df92ed675a8ae925c2fca55689427e2b0d98370dd3f4c64affd4976c_amd64 as a component of Red Hat Container Native Virtualization 4.14",
"product_id": "Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:3886dde6df92ed675a8ae925c2fca55689427e2b0d98370dd3f4c64affd4976c_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:3886dde6df92ed675a8ae925c2fca55689427e2b0d98370dd3f4c64affd4976c_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:4b6dc49d1dd9bb43401f136c6220430851029a5e9568b8f94011edb00d8727af_arm64 as a component of Red Hat Container Native Virtualization 4.14",
"product_id": "Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:4b6dc49d1dd9bb43401f136c6220430851029a5e9568b8f94011edb00d8727af_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:4b6dc49d1dd9bb43401f136c6220430851029a5e9568b8f94011edb00d8727af_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:39a35427e40e1cc7ac2a316d49b7ecc834664e348f407f43f2b1f1a623e9dec5_amd64 as a component of Red Hat Container Native Virtualization 4.14",
"product_id": "Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:39a35427e40e1cc7ac2a316d49b7ecc834664e348f407f43f2b1f1a623e9dec5_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:39a35427e40e1cc7ac2a316d49b7ecc834664e348f407f43f2b1f1a623e9dec5_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:b32654a44ecd9f6e8907f3f1c61672b8d8c711309101a783f5163969fd134b1d_arm64 as a component of Red Hat Container Native Virtualization 4.14",
"product_id": "Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:b32654a44ecd9f6e8907f3f1c61672b8d8c711309101a783f5163969fd134b1d_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:b32654a44ecd9f6e8907f3f1c61672b8d8c711309101a783f5163969fd134b1d_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:455bbde77709328fb24c868bbd1787bd8ff7416b8b21ab193bfd648e53af44dc_arm64 as a component of Red Hat Container Native Virtualization 4.14",
"product_id": "Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:455bbde77709328fb24c868bbd1787bd8ff7416b8b21ab193bfd648e53af44dc_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:455bbde77709328fb24c868bbd1787bd8ff7416b8b21ab193bfd648e53af44dc_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:d3307886b24877a4931cda0d29ed64caab03f99a4eca13de057bac217dcdf2e9_amd64 as a component of Red Hat Container Native Virtualization 4.14",
"product_id": "Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:d3307886b24877a4931cda0d29ed64caab03f99a4eca13de057bac217dcdf2e9_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:d3307886b24877a4931cda0d29ed64caab03f99a4eca13de057bac217dcdf2e9_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:0335dce2f5ed915ee7e87af95397faace9bd13b998e6b2f3f3c2731c679cfc94_arm64 as a component of Red Hat Container Native Virtualization 4.14",
"product_id": "Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:0335dce2f5ed915ee7e87af95397faace9bd13b998e6b2f3f3c2731c679cfc94_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:0335dce2f5ed915ee7e87af95397faace9bd13b998e6b2f3f3c2731c679cfc94_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:2a14da43018bf6e9aae844bbb91f7d354cb65905b46fc4c6c43981a11164a5ec_amd64 as a component of Red Hat Container Native Virtualization 4.14",
"product_id": "Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:2a14da43018bf6e9aae844bbb91f7d354cb65905b46fc4c6c43981a11164a5ec_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:2a14da43018bf6e9aae844bbb91f7d354cb65905b46fc4c6c43981a11164a5ec_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:7e6938a25df9a72abf67b484ea12618ddb4146a99f57f18abb289e8bb3fc3f3a_amd64 as a component of Red Hat Container Native Virtualization 4.14",
"product_id": "Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:7e6938a25df9a72abf67b484ea12618ddb4146a99f57f18abb289e8bb3fc3f3a_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:7e6938a25df9a72abf67b484ea12618ddb4146a99f57f18abb289e8bb3fc3f3a_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:e8afcc403a1f8a9b3fef8de1f35cf48e5f514ccca54127d224727ab8237b2a8a_arm64 as a component of Red Hat Container Native Virtualization 4.14",
"product_id": "Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:e8afcc403a1f8a9b3fef8de1f35cf48e5f514ccca54127d224727ab8237b2a8a_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:e8afcc403a1f8a9b3fef8de1f35cf48e5f514ccca54127d224727ab8237b2a8a_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.14"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47913",
"discovery_date": "2025-11-13T22:01:26.092452+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:4e7bc28d353ef5e80d73c9f1a9a39460407572545d43ee9edd9d7f59238547bb_amd64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:6693bd574b2887c1969c85780d16ff49f6bd7c9f61d63ef872977d87d9f436ac_arm64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:2e5bcaa78176f3dc0ceaca67e137e93a0aaa87a3549e3e2a75a145e9dda061e5_amd64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:a2211e0bd514790fe9749614fbbdb7f24c78553931d26cacc1b09a249351fc73_arm64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:2457d7067501cc5d6c9e71462ed1c7a84b57b3b2a0085977fa5a6c162453c6cd_amd64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:5bea70e2ac09d488c70c57bb1f67e25df690d011c8fccedc8c2f71c5ba85ab8c_arm64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:03f4cae27e192fbaa841b75c94144de53dda1a42f2f3afe1ec8dae7360b62cbd_amd64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:923dfbda8d194e4b8b99457b44a6d614e5884f1e5e8a011274c64c928a39c2b5_arm64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:3886dde6df92ed675a8ae925c2fca55689427e2b0d98370dd3f4c64affd4976c_amd64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:4b6dc49d1dd9bb43401f136c6220430851029a5e9568b8f94011edb00d8727af_arm64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:39a35427e40e1cc7ac2a316d49b7ecc834664e348f407f43f2b1f1a623e9dec5_amd64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:b32654a44ecd9f6e8907f3f1c61672b8d8c711309101a783f5163969fd134b1d_arm64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:455bbde77709328fb24c868bbd1787bd8ff7416b8b21ab193bfd648e53af44dc_arm64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:d3307886b24877a4931cda0d29ed64caab03f99a4eca13de057bac217dcdf2e9_amd64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:0335dce2f5ed915ee7e87af95397faace9bd13b998e6b2f3f3c2731c679cfc94_arm64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:2a14da43018bf6e9aae844bbb91f7d354cb65905b46fc4c6c43981a11164a5ec_amd64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:7e6938a25df9a72abf67b484ea12618ddb4146a99f57f18abb289e8bb3fc3f3a_amd64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:e8afcc403a1f8a9b3fef8de1f35cf48e5f514ccca54127d224727ab8237b2a8a_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2414943"
}
],
"notes": [
{
"category": "description",
"text": "A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic(\"unreachable\") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability was marked as Important because it allows any malicious or misbehaving SSH agent to force a crash in the client process using a single valid protocol byte. The panic occurs before the client has a chance to validate message structure or recover, which means an attacker controlling\u2014or intercepting\u2014SSH agent traffic can reliably terminate processes that rely on agent interactions. In environments where SSH agents operate over forwarded sockets, shared workspaces, or CI/CD runners, this turns into a reliable, unauthenticated remote denial of service against critical automation or developer tooling. The flaw also stems from unsafe assumptions in the unmarshalling logic, where unexpected but protocol-legal message types drop into \u201cunreachable\u201d code paths instead of being handled gracefully\u2014making it a design-level reliability break rather than a simple error-handling bug. For this reason, it is rated as an important availability-impacting vulnerability rather than a moderate issue.",
"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 Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:8c4b096f97553bf2bed6c6f4a2d2097307ac3a2956cb435d4aa903235ec01296_amd64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:affd591a7a0bc48e5e26cf15f520334d8e479540bd9d041b879972ebb67ebafe_arm64"
],
"known_not_affected": [
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:4e7bc28d353ef5e80d73c9f1a9a39460407572545d43ee9edd9d7f59238547bb_amd64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:6693bd574b2887c1969c85780d16ff49f6bd7c9f61d63ef872977d87d9f436ac_arm64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:2e5bcaa78176f3dc0ceaca67e137e93a0aaa87a3549e3e2a75a145e9dda061e5_amd64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:a2211e0bd514790fe9749614fbbdb7f24c78553931d26cacc1b09a249351fc73_arm64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:2457d7067501cc5d6c9e71462ed1c7a84b57b3b2a0085977fa5a6c162453c6cd_amd64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:5bea70e2ac09d488c70c57bb1f67e25df690d011c8fccedc8c2f71c5ba85ab8c_arm64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:03f4cae27e192fbaa841b75c94144de53dda1a42f2f3afe1ec8dae7360b62cbd_amd64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:923dfbda8d194e4b8b99457b44a6d614e5884f1e5e8a011274c64c928a39c2b5_arm64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:3886dde6df92ed675a8ae925c2fca55689427e2b0d98370dd3f4c64affd4976c_amd64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:4b6dc49d1dd9bb43401f136c6220430851029a5e9568b8f94011edb00d8727af_arm64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:39a35427e40e1cc7ac2a316d49b7ecc834664e348f407f43f2b1f1a623e9dec5_amd64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:b32654a44ecd9f6e8907f3f1c61672b8d8c711309101a783f5163969fd134b1d_arm64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:455bbde77709328fb24c868bbd1787bd8ff7416b8b21ab193bfd648e53af44dc_arm64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:d3307886b24877a4931cda0d29ed64caab03f99a4eca13de057bac217dcdf2e9_amd64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:0335dce2f5ed915ee7e87af95397faace9bd13b998e6b2f3f3c2731c679cfc94_arm64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:2a14da43018bf6e9aae844bbb91f7d354cb65905b46fc4c6c43981a11164a5ec_amd64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:7e6938a25df9a72abf67b484ea12618ddb4146a99f57f18abb289e8bb3fc3f3a_amd64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:e8afcc403a1f8a9b3fef8de1f35cf48e5f514ccca54127d224727ab8237b2a8a_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "RHBZ#2414943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414943"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47913"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-hcg3-q754-cr77",
"url": "https://github.com/advisories/GHSA-hcg3-q754-cr77"
},
{
"category": "external",
"summary": "https://go.dev/cl/700295",
"url": "https://go.dev/cl/700295"
},
{
"category": "external",
"summary": "https://go.dev/issue/75178",
"url": "https://go.dev/issue/75178"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4116",
"url": "https://pkg.go.dev/vuln/GO-2025-4116"
}
],
"release_date": "2025-11-13T21:29:39.907000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T12:11:07+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:8c4b096f97553bf2bed6c6f4a2d2097307ac3a2956cb435d4aa903235ec01296_amd64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:affd591a7a0bc48e5e26cf15f520334d8e479540bd9d041b879972ebb67ebafe_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13431"
},
{
"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 Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:4e7bc28d353ef5e80d73c9f1a9a39460407572545d43ee9edd9d7f59238547bb_amd64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:6693bd574b2887c1969c85780d16ff49f6bd7c9f61d63ef872977d87d9f436ac_arm64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:2e5bcaa78176f3dc0ceaca67e137e93a0aaa87a3549e3e2a75a145e9dda061e5_amd64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:a2211e0bd514790fe9749614fbbdb7f24c78553931d26cacc1b09a249351fc73_arm64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:2457d7067501cc5d6c9e71462ed1c7a84b57b3b2a0085977fa5a6c162453c6cd_amd64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:5bea70e2ac09d488c70c57bb1f67e25df690d011c8fccedc8c2f71c5ba85ab8c_arm64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:8c4b096f97553bf2bed6c6f4a2d2097307ac3a2956cb435d4aa903235ec01296_amd64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:affd591a7a0bc48e5e26cf15f520334d8e479540bd9d041b879972ebb67ebafe_arm64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:03f4cae27e192fbaa841b75c94144de53dda1a42f2f3afe1ec8dae7360b62cbd_amd64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:923dfbda8d194e4b8b99457b44a6d614e5884f1e5e8a011274c64c928a39c2b5_arm64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:3886dde6df92ed675a8ae925c2fca55689427e2b0d98370dd3f4c64affd4976c_amd64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:4b6dc49d1dd9bb43401f136c6220430851029a5e9568b8f94011edb00d8727af_arm64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:39a35427e40e1cc7ac2a316d49b7ecc834664e348f407f43f2b1f1a623e9dec5_amd64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:b32654a44ecd9f6e8907f3f1c61672b8d8c711309101a783f5163969fd134b1d_arm64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:455bbde77709328fb24c868bbd1787bd8ff7416b8b21ab193bfd648e53af44dc_arm64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:d3307886b24877a4931cda0d29ed64caab03f99a4eca13de057bac217dcdf2e9_amd64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:0335dce2f5ed915ee7e87af95397faace9bd13b998e6b2f3f3c2731c679cfc94_arm64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:2a14da43018bf6e9aae844bbb91f7d354cb65905b46fc4c6c43981a11164a5ec_amd64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:7e6938a25df9a72abf67b484ea12618ddb4146a99f57f18abb289e8bb3fc3f3a_amd64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:e8afcc403a1f8a9b3fef8de1f35cf48e5f514ccca54127d224727ab8237b2a8a_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": [
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:4e7bc28d353ef5e80d73c9f1a9a39460407572545d43ee9edd9d7f59238547bb_amd64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:6693bd574b2887c1969c85780d16ff49f6bd7c9f61d63ef872977d87d9f436ac_arm64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:2e5bcaa78176f3dc0ceaca67e137e93a0aaa87a3549e3e2a75a145e9dda061e5_amd64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:a2211e0bd514790fe9749614fbbdb7f24c78553931d26cacc1b09a249351fc73_arm64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:2457d7067501cc5d6c9e71462ed1c7a84b57b3b2a0085977fa5a6c162453c6cd_amd64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:5bea70e2ac09d488c70c57bb1f67e25df690d011c8fccedc8c2f71c5ba85ab8c_arm64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:8c4b096f97553bf2bed6c6f4a2d2097307ac3a2956cb435d4aa903235ec01296_amd64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:affd591a7a0bc48e5e26cf15f520334d8e479540bd9d041b879972ebb67ebafe_arm64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:03f4cae27e192fbaa841b75c94144de53dda1a42f2f3afe1ec8dae7360b62cbd_amd64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:923dfbda8d194e4b8b99457b44a6d614e5884f1e5e8a011274c64c928a39c2b5_arm64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:3886dde6df92ed675a8ae925c2fca55689427e2b0d98370dd3f4c64affd4976c_amd64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:4b6dc49d1dd9bb43401f136c6220430851029a5e9568b8f94011edb00d8727af_arm64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:39a35427e40e1cc7ac2a316d49b7ecc834664e348f407f43f2b1f1a623e9dec5_amd64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:b32654a44ecd9f6e8907f3f1c61672b8d8c711309101a783f5163969fd134b1d_arm64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:455bbde77709328fb24c868bbd1787bd8ff7416b8b21ab193bfd648e53af44dc_arm64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:d3307886b24877a4931cda0d29ed64caab03f99a4eca13de057bac217dcdf2e9_amd64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:0335dce2f5ed915ee7e87af95397faace9bd13b998e6b2f3f3c2731c679cfc94_arm64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:2a14da43018bf6e9aae844bbb91f7d354cb65905b46fc4c6c43981a11164a5ec_amd64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:7e6938a25df9a72abf67b484ea12618ddb4146a99f57f18abb289e8bb3fc3f3a_amd64",
"Red Hat Container Native Virtualization 4.14:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:e8afcc403a1f8a9b3fef8de1f35cf48e5f514ccca54127d224727ab8237b2a8a_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS"
}
]
}
RHSA-2026:13450
Vulnerability from csaf_redhat - Published: 2026-05-04 12:14 - Updated: 2026-05-28 20:19A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic("unreachable") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:8d72ecfc6c4888f7c7f2d8cdee47b8d653636a169b863dcbdcb544ccd57f4da6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:94e63405f0a7453e3cf048c53737854715caa36a5ac0e4df56f9a2f4ac84f82e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:d2461f7687cb14259a05c69b0ddebd8807b11f31edd282bd315ad35f3a77e940_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:4874436a3b58c337ec2125ed8d6cca24098763d41709e804ab2bc16f6284f75f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:88d505c2c81da0c00916cf751bbe2ad4e9e551f17a4a3300bde1c4fd42a00385_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:c69ec502601a617c73b09ced6b3f35c1043394441f6d2eaf9782a25a9868dbd8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:0b3491873a663040e59cc06f0da29493ce159a00426bfcca0782edbd20713c82_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:1043abeb76d3245e9f1fc8856d784cba4f28dc0b19f11c43ddf1d9e60ebd8c0c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:fbb023d5df067dbe85e52f7b32859392db47429cd1ec778be18a8e992b9db0d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:4a99de349c56dfcecd053cf23d8e468fe0b392050312fc8608bf416add88e9da_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:e031c572b5e7ee8a7ccfb7556da7b22d19cd86fe55efb4b42014587c9947a56d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:faf48368595ec24f7254c63ba1cafa706e02f7405156e7cfeb70c081ff7f5b3d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:1cc13e7c826632f27497c045a62cc3631da62b8db6f587fb8f6f32a481bd8ea5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:4a0b89da325e0a169ae168c5ded8aef3f26f315b369acf53f6f1193be3637d8d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:54b9154093d57c55955248d44aebd83b8c53dcb3979f376f951de8839dbcdc17_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:0b6a9082c8cb4be622389025e9601f8a48b220df2568adf200e08a6b2a982a6a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:36a071d79ac8020d825bdf3fc850d84fd89f182dcd83969c1202b67f519bdd44_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:71bf5638000451c225ea384499a2fe37765beaad2cdc87dd3d73a0b9f7c44dd3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:29a189d07e39a657e9fca53bc37fb0a1c51947c4c1e46dc2ab396e9bc75c1933_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:29e3fadbd1a6de72c5057f3689c576ab9edd61b6f4ba4742afc18a452431f086_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:2e8750753152f84fded5b2dab11ddf82dc07c5a4c97641779e090698299ba38c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:6c24c11b2e11a96add54c80b270da6c707d17a72c08f30929a4b06a34b0b1ca0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:dd84f23d27b65d4dbf940df173426914263ce33e500ab7d1bfd954d32dacaed0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:f80d48a56e8ab407af836a479cc312275ec28d4dcea0d9a582b10479c80b82a1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:0dac01ede6caebb44cdf779d89a41b55a729a451bc0ceaec2edab38d5108c9bb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:1c75d95a2823fbe1d375c94d747834c6649859f4addff478f17313760a34cff2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:82c5f8c3018441c719b4bcafb7df0dc78c30ffa5a835193b765090c59794973a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:159396fb6f95355ec72fe9413b5620a93e2cbcf3067edd009c7bbe12816e914c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:72501e593c83fbb1265acac3296f3deddd66b405e69684b2b0abd2d9b28ca831_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:f127aef9cdaa77a07ac63b560e0baac6ebbde08fb03941a7b9cf240a86de5319_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:100b2b4167b39e20247efa03a92ef814b9dd39acfb9e8ff8d69172e0c9f119f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:dd2b7999281209e1501375e1e3edfd2f963a18a61f74683d3bb250a1ea969dfd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:f5fabe8c841aa50d52fdb5f6fbd01b4bc15249b8072e70098a875c786bd2202a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:171dfc68054c8713fdd5dc68880de621ec4cf29de4a8277dc6a2bfaa31de8afa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:51a8f4f79f2ec4fb73f3eb2eb2b3e1ab92f0df7ffc0d23bfd1064aafde804d4d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:c77064475c547f0d0e711824af1962fe58a2cbba4cdcaa4e201bb9f814b60158_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:071d4baa372d8e9390f3c44d44e06bd7a1199190c4913ae72382195d1a566c7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:1f9a2407130db021a384d8d3c3dbd23e33cc376a3e42f3023e85a47b611cc44f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:b951f476c20cb0ee7510ad5a311d05c857b5b54a3cdb617af28492a9c051f05f_s390x | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Virtualization release v4.19 is now available with updates to packages and images that fix several bugs and add enhancements.",
"title": "Topic"
},
{
"category": "general",
"text": "OpenShift Virtualization is Red Hat\u0027s virtualization solution designed for Red Hat OpenShift Container Platform.\n\nThis advisory contains OpenShift Virtualization v4.19 images.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:13450",
"url": "https://access.redhat.com/errata/RHSA-2026:13450"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47913",
"url": "https://access.redhat.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_13450.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Virtualization v4.19 Images",
"tracking": {
"current_release_date": "2026-05-28T20:19:24+00:00",
"generator": {
"date": "2026-05-28T20:19:24+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:13450",
"initial_release_date": "2026-05-04T12:14:46+00:00",
"revision_history": [
{
"date": "2026-05-04T12:14:46+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-04T12:14:53+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-28T20:19:24+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Container Native Virtualization 4.19",
"product": {
"name": "Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:container_native_virtualization:4.19::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Container Native Virtualization"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:88d505c2c81da0c00916cf751bbe2ad4e9e551f17a4a3300bde1c4fd42a00385_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:88d505c2c81da0c00916cf751bbe2ad4e9e551f17a4a3300bde1c4fd42a00385_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:88d505c2c81da0c00916cf751bbe2ad4e9e551f17a4a3300bde1c4fd42a00385_amd64",
"product_identification_helper": {
"purl": "pkg:oci/libguestfs-tools-rhel9@sha256%3A88d505c2c81da0c00916cf751bbe2ad4e9e551f17a4a3300bde1c4fd42a00385?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777605538"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:fbb023d5df067dbe85e52f7b32859392db47429cd1ec778be18a8e992b9db0d2_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:fbb023d5df067dbe85e52f7b32859392db47429cd1ec778be18a8e992b9db0d2_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:fbb023d5df067dbe85e52f7b32859392db47429cd1ec778be18a8e992b9db0d2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/passt-network-binding-plugin-cni-rhel9@sha256%3Afbb023d5df067dbe85e52f7b32859392db47429cd1ec778be18a8e992b9db0d2?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777605308"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:4a99de349c56dfcecd053cf23d8e468fe0b392050312fc8608bf416add88e9da_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:4a99de349c56dfcecd053cf23d8e468fe0b392050312fc8608bf416add88e9da_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:4a99de349c56dfcecd053cf23d8e468fe0b392050312fc8608bf416add88e9da_amd64",
"product_identification_helper": {
"purl": "pkg:oci/passt-network-binding-plugin-sidecar-rhel9@sha256%3A4a99de349c56dfcecd053cf23d8e468fe0b392050312fc8608bf416add88e9da?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777605310"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:54b9154093d57c55955248d44aebd83b8c53dcb3979f376f951de8839dbcdc17_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:54b9154093d57c55955248d44aebd83b8c53dcb3979f376f951de8839dbcdc17_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:54b9154093d57c55955248d44aebd83b8c53dcb3979f376f951de8839dbcdc17_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pr-helper-rhel9@sha256%3A54b9154093d57c55955248d44aebd83b8c53dcb3979f376f951de8839dbcdc17?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777605279"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:71bf5638000451c225ea384499a2fe37765beaad2cdc87dd3d73a0b9f7c44dd3_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:71bf5638000451c225ea384499a2fe37765beaad2cdc87dd3d73a0b9f7c44dd3_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:71bf5638000451c225ea384499a2fe37765beaad2cdc87dd3d73a0b9f7c44dd3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/sidecar-shim-rhel9@sha256%3A71bf5638000451c225ea384499a2fe37765beaad2cdc87dd3d73a0b9f7c44dd3?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777605305"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:29a189d07e39a657e9fca53bc37fb0a1c51947c4c1e46dc2ab396e9bc75c1933_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:29a189d07e39a657e9fca53bc37fb0a1c51947c4c1e46dc2ab396e9bc75c1933_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:29a189d07e39a657e9fca53bc37fb0a1c51947c4c1e46dc2ab396e9bc75c1933_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-api-rhel9@sha256%3A29a189d07e39a657e9fca53bc37fb0a1c51947c4c1e46dc2ab396e9bc75c1933?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777605317"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:d2461f7687cb14259a05c69b0ddebd8807b11f31edd282bd315ad35f3a77e940_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:d2461f7687cb14259a05c69b0ddebd8807b11f31edd282bd315ad35f3a77e940_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:d2461f7687cb14259a05c69b0ddebd8807b11f31edd282bd315ad35f3a77e940_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-artifacts-server-rhel9@sha256%3Ad2461f7687cb14259a05c69b0ddebd8807b11f31edd282bd315ad35f3a77e940?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777605305"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:dd84f23d27b65d4dbf940df173426914263ce33e500ab7d1bfd954d32dacaed0_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:dd84f23d27b65d4dbf940df173426914263ce33e500ab7d1bfd954d32dacaed0_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:dd84f23d27b65d4dbf940df173426914263ce33e500ab7d1bfd954d32dacaed0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-controller-rhel9@sha256%3Add84f23d27b65d4dbf940df173426914263ce33e500ab7d1bfd954d32dacaed0?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777605379"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:1c75d95a2823fbe1d375c94d747834c6649859f4addff478f17313760a34cff2_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:1c75d95a2823fbe1d375c94d747834c6649859f4addff478f17313760a34cff2_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:1c75d95a2823fbe1d375c94d747834c6649859f4addff478f17313760a34cff2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportproxy-rhel9@sha256%3A1c75d95a2823fbe1d375c94d747834c6649859f4addff478f17313760a34cff2?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777605309"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:159396fb6f95355ec72fe9413b5620a93e2cbcf3067edd009c7bbe12816e914c_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:159396fb6f95355ec72fe9413b5620a93e2cbcf3067edd009c7bbe12816e914c_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:159396fb6f95355ec72fe9413b5620a93e2cbcf3067edd009c7bbe12816e914c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportserver-rhel9@sha256%3A159396fb6f95355ec72fe9413b5620a93e2cbcf3067edd009c7bbe12816e914c?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777605307"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:100b2b4167b39e20247efa03a92ef814b9dd39acfb9e8ff8d69172e0c9f119f9_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:100b2b4167b39e20247efa03a92ef814b9dd39acfb9e8ff8d69172e0c9f119f9_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:100b2b4167b39e20247efa03a92ef814b9dd39acfb9e8ff8d69172e0c9f119f9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-handler-rhel9@sha256%3A100b2b4167b39e20247efa03a92ef814b9dd39acfb9e8ff8d69172e0c9f119f9?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777605321"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:c77064475c547f0d0e711824af1962fe58a2cbba4cdcaa4e201bb9f814b60158_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:c77064475c547f0d0e711824af1962fe58a2cbba4cdcaa4e201bb9f814b60158_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:c77064475c547f0d0e711824af1962fe58a2cbba4cdcaa4e201bb9f814b60158_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-launcher-rhel9@sha256%3Ac77064475c547f0d0e711824af1962fe58a2cbba4cdcaa4e201bb9f814b60158?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777605337"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:1f9a2407130db021a384d8d3c3dbd23e33cc376a3e42f3023e85a47b611cc44f_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:1f9a2407130db021a384d8d3c3dbd23e33cc376a3e42f3023e85a47b611cc44f_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:1f9a2407130db021a384d8d3c3dbd23e33cc376a3e42f3023e85a47b611cc44f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-operator-rhel9@sha256%3A1f9a2407130db021a384d8d3c3dbd23e33cc376a3e42f3023e85a47b611cc44f?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777605320"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:4874436a3b58c337ec2125ed8d6cca24098763d41709e804ab2bc16f6284f75f_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:4874436a3b58c337ec2125ed8d6cca24098763d41709e804ab2bc16f6284f75f_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:4874436a3b58c337ec2125ed8d6cca24098763d41709e804ab2bc16f6284f75f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/libguestfs-tools-rhel9@sha256%3A4874436a3b58c337ec2125ed8d6cca24098763d41709e804ab2bc16f6284f75f?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777605538"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:0b3491873a663040e59cc06f0da29493ce159a00426bfcca0782edbd20713c82_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:0b3491873a663040e59cc06f0da29493ce159a00426bfcca0782edbd20713c82_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:0b3491873a663040e59cc06f0da29493ce159a00426bfcca0782edbd20713c82_arm64",
"product_identification_helper": {
"purl": "pkg:oci/passt-network-binding-plugin-cni-rhel9@sha256%3A0b3491873a663040e59cc06f0da29493ce159a00426bfcca0782edbd20713c82?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777605308"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:faf48368595ec24f7254c63ba1cafa706e02f7405156e7cfeb70c081ff7f5b3d_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:faf48368595ec24f7254c63ba1cafa706e02f7405156e7cfeb70c081ff7f5b3d_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:faf48368595ec24f7254c63ba1cafa706e02f7405156e7cfeb70c081ff7f5b3d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/passt-network-binding-plugin-sidecar-rhel9@sha256%3Afaf48368595ec24f7254c63ba1cafa706e02f7405156e7cfeb70c081ff7f5b3d?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777605310"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:4a0b89da325e0a169ae168c5ded8aef3f26f315b369acf53f6f1193be3637d8d_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:4a0b89da325e0a169ae168c5ded8aef3f26f315b369acf53f6f1193be3637d8d_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:4a0b89da325e0a169ae168c5ded8aef3f26f315b369acf53f6f1193be3637d8d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pr-helper-rhel9@sha256%3A4a0b89da325e0a169ae168c5ded8aef3f26f315b369acf53f6f1193be3637d8d?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777605279"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:0b6a9082c8cb4be622389025e9601f8a48b220df2568adf200e08a6b2a982a6a_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:0b6a9082c8cb4be622389025e9601f8a48b220df2568adf200e08a6b2a982a6a_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:0b6a9082c8cb4be622389025e9601f8a48b220df2568adf200e08a6b2a982a6a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/sidecar-shim-rhel9@sha256%3A0b6a9082c8cb4be622389025e9601f8a48b220df2568adf200e08a6b2a982a6a?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777605305"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:2e8750753152f84fded5b2dab11ddf82dc07c5a4c97641779e090698299ba38c_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:2e8750753152f84fded5b2dab11ddf82dc07c5a4c97641779e090698299ba38c_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:2e8750753152f84fded5b2dab11ddf82dc07c5a4c97641779e090698299ba38c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-api-rhel9@sha256%3A2e8750753152f84fded5b2dab11ddf82dc07c5a4c97641779e090698299ba38c?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777605317"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:94e63405f0a7453e3cf048c53737854715caa36a5ac0e4df56f9a2f4ac84f82e_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:94e63405f0a7453e3cf048c53737854715caa36a5ac0e4df56f9a2f4ac84f82e_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:94e63405f0a7453e3cf048c53737854715caa36a5ac0e4df56f9a2f4ac84f82e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-artifacts-server-rhel9@sha256%3A94e63405f0a7453e3cf048c53737854715caa36a5ac0e4df56f9a2f4ac84f82e?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777605305"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:6c24c11b2e11a96add54c80b270da6c707d17a72c08f30929a4b06a34b0b1ca0_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:6c24c11b2e11a96add54c80b270da6c707d17a72c08f30929a4b06a34b0b1ca0_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:6c24c11b2e11a96add54c80b270da6c707d17a72c08f30929a4b06a34b0b1ca0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-controller-rhel9@sha256%3A6c24c11b2e11a96add54c80b270da6c707d17a72c08f30929a4b06a34b0b1ca0?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777605379"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:82c5f8c3018441c719b4bcafb7df0dc78c30ffa5a835193b765090c59794973a_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:82c5f8c3018441c719b4bcafb7df0dc78c30ffa5a835193b765090c59794973a_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:82c5f8c3018441c719b4bcafb7df0dc78c30ffa5a835193b765090c59794973a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportproxy-rhel9@sha256%3A82c5f8c3018441c719b4bcafb7df0dc78c30ffa5a835193b765090c59794973a?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777605309"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:f127aef9cdaa77a07ac63b560e0baac6ebbde08fb03941a7b9cf240a86de5319_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:f127aef9cdaa77a07ac63b560e0baac6ebbde08fb03941a7b9cf240a86de5319_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:f127aef9cdaa77a07ac63b560e0baac6ebbde08fb03941a7b9cf240a86de5319_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportserver-rhel9@sha256%3Af127aef9cdaa77a07ac63b560e0baac6ebbde08fb03941a7b9cf240a86de5319?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777605307"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:dd2b7999281209e1501375e1e3edfd2f963a18a61f74683d3bb250a1ea969dfd_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:dd2b7999281209e1501375e1e3edfd2f963a18a61f74683d3bb250a1ea969dfd_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:dd2b7999281209e1501375e1e3edfd2f963a18a61f74683d3bb250a1ea969dfd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-handler-rhel9@sha256%3Add2b7999281209e1501375e1e3edfd2f963a18a61f74683d3bb250a1ea969dfd?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777605321"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:51a8f4f79f2ec4fb73f3eb2eb2b3e1ab92f0df7ffc0d23bfd1064aafde804d4d_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:51a8f4f79f2ec4fb73f3eb2eb2b3e1ab92f0df7ffc0d23bfd1064aafde804d4d_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:51a8f4f79f2ec4fb73f3eb2eb2b3e1ab92f0df7ffc0d23bfd1064aafde804d4d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-launcher-rhel9@sha256%3A51a8f4f79f2ec4fb73f3eb2eb2b3e1ab92f0df7ffc0d23bfd1064aafde804d4d?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777605337"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:071d4baa372d8e9390f3c44d44e06bd7a1199190c4913ae72382195d1a566c7a_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:071d4baa372d8e9390f3c44d44e06bd7a1199190c4913ae72382195d1a566c7a_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:071d4baa372d8e9390f3c44d44e06bd7a1199190c4913ae72382195d1a566c7a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-operator-rhel9@sha256%3A071d4baa372d8e9390f3c44d44e06bd7a1199190c4913ae72382195d1a566c7a?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777605320"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:c69ec502601a617c73b09ced6b3f35c1043394441f6d2eaf9782a25a9868dbd8_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:c69ec502601a617c73b09ced6b3f35c1043394441f6d2eaf9782a25a9868dbd8_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:c69ec502601a617c73b09ced6b3f35c1043394441f6d2eaf9782a25a9868dbd8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/libguestfs-tools-rhel9@sha256%3Ac69ec502601a617c73b09ced6b3f35c1043394441f6d2eaf9782a25a9868dbd8?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777605538"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:1043abeb76d3245e9f1fc8856d784cba4f28dc0b19f11c43ddf1d9e60ebd8c0c_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:1043abeb76d3245e9f1fc8856d784cba4f28dc0b19f11c43ddf1d9e60ebd8c0c_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:1043abeb76d3245e9f1fc8856d784cba4f28dc0b19f11c43ddf1d9e60ebd8c0c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/passt-network-binding-plugin-cni-rhel9@sha256%3A1043abeb76d3245e9f1fc8856d784cba4f28dc0b19f11c43ddf1d9e60ebd8c0c?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777605308"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:e031c572b5e7ee8a7ccfb7556da7b22d19cd86fe55efb4b42014587c9947a56d_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:e031c572b5e7ee8a7ccfb7556da7b22d19cd86fe55efb4b42014587c9947a56d_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:e031c572b5e7ee8a7ccfb7556da7b22d19cd86fe55efb4b42014587c9947a56d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/passt-network-binding-plugin-sidecar-rhel9@sha256%3Ae031c572b5e7ee8a7ccfb7556da7b22d19cd86fe55efb4b42014587c9947a56d?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777605310"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:1cc13e7c826632f27497c045a62cc3631da62b8db6f587fb8f6f32a481bd8ea5_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:1cc13e7c826632f27497c045a62cc3631da62b8db6f587fb8f6f32a481bd8ea5_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:1cc13e7c826632f27497c045a62cc3631da62b8db6f587fb8f6f32a481bd8ea5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pr-helper-rhel9@sha256%3A1cc13e7c826632f27497c045a62cc3631da62b8db6f587fb8f6f32a481bd8ea5?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777605279"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:36a071d79ac8020d825bdf3fc850d84fd89f182dcd83969c1202b67f519bdd44_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:36a071d79ac8020d825bdf3fc850d84fd89f182dcd83969c1202b67f519bdd44_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:36a071d79ac8020d825bdf3fc850d84fd89f182dcd83969c1202b67f519bdd44_s390x",
"product_identification_helper": {
"purl": "pkg:oci/sidecar-shim-rhel9@sha256%3A36a071d79ac8020d825bdf3fc850d84fd89f182dcd83969c1202b67f519bdd44?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777605305"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:29e3fadbd1a6de72c5057f3689c576ab9edd61b6f4ba4742afc18a452431f086_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:29e3fadbd1a6de72c5057f3689c576ab9edd61b6f4ba4742afc18a452431f086_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:29e3fadbd1a6de72c5057f3689c576ab9edd61b6f4ba4742afc18a452431f086_s390x",
"product_identification_helper": {
"purl": "pkg:oci/virt-api-rhel9@sha256%3A29e3fadbd1a6de72c5057f3689c576ab9edd61b6f4ba4742afc18a452431f086?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777605317"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:8d72ecfc6c4888f7c7f2d8cdee47b8d653636a169b863dcbdcb544ccd57f4da6_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:8d72ecfc6c4888f7c7f2d8cdee47b8d653636a169b863dcbdcb544ccd57f4da6_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:8d72ecfc6c4888f7c7f2d8cdee47b8d653636a169b863dcbdcb544ccd57f4da6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/virt-artifacts-server-rhel9@sha256%3A8d72ecfc6c4888f7c7f2d8cdee47b8d653636a169b863dcbdcb544ccd57f4da6?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777605305"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:f80d48a56e8ab407af836a479cc312275ec28d4dcea0d9a582b10479c80b82a1_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:f80d48a56e8ab407af836a479cc312275ec28d4dcea0d9a582b10479c80b82a1_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:f80d48a56e8ab407af836a479cc312275ec28d4dcea0d9a582b10479c80b82a1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/virt-controller-rhel9@sha256%3Af80d48a56e8ab407af836a479cc312275ec28d4dcea0d9a582b10479c80b82a1?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777605379"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:0dac01ede6caebb44cdf779d89a41b55a729a451bc0ceaec2edab38d5108c9bb_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:0dac01ede6caebb44cdf779d89a41b55a729a451bc0ceaec2edab38d5108c9bb_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:0dac01ede6caebb44cdf779d89a41b55a729a451bc0ceaec2edab38d5108c9bb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportproxy-rhel9@sha256%3A0dac01ede6caebb44cdf779d89a41b55a729a451bc0ceaec2edab38d5108c9bb?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777605309"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:72501e593c83fbb1265acac3296f3deddd66b405e69684b2b0abd2d9b28ca831_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:72501e593c83fbb1265acac3296f3deddd66b405e69684b2b0abd2d9b28ca831_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:72501e593c83fbb1265acac3296f3deddd66b405e69684b2b0abd2d9b28ca831_s390x",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportserver-rhel9@sha256%3A72501e593c83fbb1265acac3296f3deddd66b405e69684b2b0abd2d9b28ca831?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777605307"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:f5fabe8c841aa50d52fdb5f6fbd01b4bc15249b8072e70098a875c786bd2202a_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:f5fabe8c841aa50d52fdb5f6fbd01b4bc15249b8072e70098a875c786bd2202a_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:f5fabe8c841aa50d52fdb5f6fbd01b4bc15249b8072e70098a875c786bd2202a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/virt-handler-rhel9@sha256%3Af5fabe8c841aa50d52fdb5f6fbd01b4bc15249b8072e70098a875c786bd2202a?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777605321"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:171dfc68054c8713fdd5dc68880de621ec4cf29de4a8277dc6a2bfaa31de8afa_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:171dfc68054c8713fdd5dc68880de621ec4cf29de4a8277dc6a2bfaa31de8afa_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:171dfc68054c8713fdd5dc68880de621ec4cf29de4a8277dc6a2bfaa31de8afa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/virt-launcher-rhel9@sha256%3A171dfc68054c8713fdd5dc68880de621ec4cf29de4a8277dc6a2bfaa31de8afa?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777605337"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:b951f476c20cb0ee7510ad5a311d05c857b5b54a3cdb617af28492a9c051f05f_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:b951f476c20cb0ee7510ad5a311d05c857b5b54a3cdb617af28492a9c051f05f_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:b951f476c20cb0ee7510ad5a311d05c857b5b54a3cdb617af28492a9c051f05f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/virt-operator-rhel9@sha256%3Ab951f476c20cb0ee7510ad5a311d05c857b5b54a3cdb617af28492a9c051f05f?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777605320"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:4874436a3b58c337ec2125ed8d6cca24098763d41709e804ab2bc16f6284f75f_arm64 as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:4874436a3b58c337ec2125ed8d6cca24098763d41709e804ab2bc16f6284f75f_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:4874436a3b58c337ec2125ed8d6cca24098763d41709e804ab2bc16f6284f75f_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:88d505c2c81da0c00916cf751bbe2ad4e9e551f17a4a3300bde1c4fd42a00385_amd64 as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:88d505c2c81da0c00916cf751bbe2ad4e9e551f17a4a3300bde1c4fd42a00385_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:88d505c2c81da0c00916cf751bbe2ad4e9e551f17a4a3300bde1c4fd42a00385_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:c69ec502601a617c73b09ced6b3f35c1043394441f6d2eaf9782a25a9868dbd8_s390x as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:c69ec502601a617c73b09ced6b3f35c1043394441f6d2eaf9782a25a9868dbd8_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:c69ec502601a617c73b09ced6b3f35c1043394441f6d2eaf9782a25a9868dbd8_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:0b3491873a663040e59cc06f0da29493ce159a00426bfcca0782edbd20713c82_arm64 as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:0b3491873a663040e59cc06f0da29493ce159a00426bfcca0782edbd20713c82_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:0b3491873a663040e59cc06f0da29493ce159a00426bfcca0782edbd20713c82_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:1043abeb76d3245e9f1fc8856d784cba4f28dc0b19f11c43ddf1d9e60ebd8c0c_s390x as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:1043abeb76d3245e9f1fc8856d784cba4f28dc0b19f11c43ddf1d9e60ebd8c0c_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:1043abeb76d3245e9f1fc8856d784cba4f28dc0b19f11c43ddf1d9e60ebd8c0c_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:fbb023d5df067dbe85e52f7b32859392db47429cd1ec778be18a8e992b9db0d2_amd64 as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:fbb023d5df067dbe85e52f7b32859392db47429cd1ec778be18a8e992b9db0d2_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:fbb023d5df067dbe85e52f7b32859392db47429cd1ec778be18a8e992b9db0d2_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:4a99de349c56dfcecd053cf23d8e468fe0b392050312fc8608bf416add88e9da_amd64 as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:4a99de349c56dfcecd053cf23d8e468fe0b392050312fc8608bf416add88e9da_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:4a99de349c56dfcecd053cf23d8e468fe0b392050312fc8608bf416add88e9da_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:e031c572b5e7ee8a7ccfb7556da7b22d19cd86fe55efb4b42014587c9947a56d_s390x as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:e031c572b5e7ee8a7ccfb7556da7b22d19cd86fe55efb4b42014587c9947a56d_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:e031c572b5e7ee8a7ccfb7556da7b22d19cd86fe55efb4b42014587c9947a56d_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:faf48368595ec24f7254c63ba1cafa706e02f7405156e7cfeb70c081ff7f5b3d_arm64 as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:faf48368595ec24f7254c63ba1cafa706e02f7405156e7cfeb70c081ff7f5b3d_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:faf48368595ec24f7254c63ba1cafa706e02f7405156e7cfeb70c081ff7f5b3d_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:1cc13e7c826632f27497c045a62cc3631da62b8db6f587fb8f6f32a481bd8ea5_s390x as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:1cc13e7c826632f27497c045a62cc3631da62b8db6f587fb8f6f32a481bd8ea5_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:1cc13e7c826632f27497c045a62cc3631da62b8db6f587fb8f6f32a481bd8ea5_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:4a0b89da325e0a169ae168c5ded8aef3f26f315b369acf53f6f1193be3637d8d_arm64 as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:4a0b89da325e0a169ae168c5ded8aef3f26f315b369acf53f6f1193be3637d8d_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:4a0b89da325e0a169ae168c5ded8aef3f26f315b369acf53f6f1193be3637d8d_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:54b9154093d57c55955248d44aebd83b8c53dcb3979f376f951de8839dbcdc17_amd64 as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:54b9154093d57c55955248d44aebd83b8c53dcb3979f376f951de8839dbcdc17_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:54b9154093d57c55955248d44aebd83b8c53dcb3979f376f951de8839dbcdc17_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:0b6a9082c8cb4be622389025e9601f8a48b220df2568adf200e08a6b2a982a6a_arm64 as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:0b6a9082c8cb4be622389025e9601f8a48b220df2568adf200e08a6b2a982a6a_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:0b6a9082c8cb4be622389025e9601f8a48b220df2568adf200e08a6b2a982a6a_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:36a071d79ac8020d825bdf3fc850d84fd89f182dcd83969c1202b67f519bdd44_s390x as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:36a071d79ac8020d825bdf3fc850d84fd89f182dcd83969c1202b67f519bdd44_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:36a071d79ac8020d825bdf3fc850d84fd89f182dcd83969c1202b67f519bdd44_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:71bf5638000451c225ea384499a2fe37765beaad2cdc87dd3d73a0b9f7c44dd3_amd64 as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:71bf5638000451c225ea384499a2fe37765beaad2cdc87dd3d73a0b9f7c44dd3_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:71bf5638000451c225ea384499a2fe37765beaad2cdc87dd3d73a0b9f7c44dd3_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:29a189d07e39a657e9fca53bc37fb0a1c51947c4c1e46dc2ab396e9bc75c1933_amd64 as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:29a189d07e39a657e9fca53bc37fb0a1c51947c4c1e46dc2ab396e9bc75c1933_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:29a189d07e39a657e9fca53bc37fb0a1c51947c4c1e46dc2ab396e9bc75c1933_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:29e3fadbd1a6de72c5057f3689c576ab9edd61b6f4ba4742afc18a452431f086_s390x as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:29e3fadbd1a6de72c5057f3689c576ab9edd61b6f4ba4742afc18a452431f086_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:29e3fadbd1a6de72c5057f3689c576ab9edd61b6f4ba4742afc18a452431f086_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:2e8750753152f84fded5b2dab11ddf82dc07c5a4c97641779e090698299ba38c_arm64 as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:2e8750753152f84fded5b2dab11ddf82dc07c5a4c97641779e090698299ba38c_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:2e8750753152f84fded5b2dab11ddf82dc07c5a4c97641779e090698299ba38c_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:8d72ecfc6c4888f7c7f2d8cdee47b8d653636a169b863dcbdcb544ccd57f4da6_s390x as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:8d72ecfc6c4888f7c7f2d8cdee47b8d653636a169b863dcbdcb544ccd57f4da6_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:8d72ecfc6c4888f7c7f2d8cdee47b8d653636a169b863dcbdcb544ccd57f4da6_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:94e63405f0a7453e3cf048c53737854715caa36a5ac0e4df56f9a2f4ac84f82e_arm64 as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:94e63405f0a7453e3cf048c53737854715caa36a5ac0e4df56f9a2f4ac84f82e_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:94e63405f0a7453e3cf048c53737854715caa36a5ac0e4df56f9a2f4ac84f82e_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:d2461f7687cb14259a05c69b0ddebd8807b11f31edd282bd315ad35f3a77e940_amd64 as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:d2461f7687cb14259a05c69b0ddebd8807b11f31edd282bd315ad35f3a77e940_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:d2461f7687cb14259a05c69b0ddebd8807b11f31edd282bd315ad35f3a77e940_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:6c24c11b2e11a96add54c80b270da6c707d17a72c08f30929a4b06a34b0b1ca0_arm64 as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:6c24c11b2e11a96add54c80b270da6c707d17a72c08f30929a4b06a34b0b1ca0_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:6c24c11b2e11a96add54c80b270da6c707d17a72c08f30929a4b06a34b0b1ca0_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:dd84f23d27b65d4dbf940df173426914263ce33e500ab7d1bfd954d32dacaed0_amd64 as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:dd84f23d27b65d4dbf940df173426914263ce33e500ab7d1bfd954d32dacaed0_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:dd84f23d27b65d4dbf940df173426914263ce33e500ab7d1bfd954d32dacaed0_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:f80d48a56e8ab407af836a479cc312275ec28d4dcea0d9a582b10479c80b82a1_s390x as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:f80d48a56e8ab407af836a479cc312275ec28d4dcea0d9a582b10479c80b82a1_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:f80d48a56e8ab407af836a479cc312275ec28d4dcea0d9a582b10479c80b82a1_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:0dac01ede6caebb44cdf779d89a41b55a729a451bc0ceaec2edab38d5108c9bb_s390x as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:0dac01ede6caebb44cdf779d89a41b55a729a451bc0ceaec2edab38d5108c9bb_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:0dac01ede6caebb44cdf779d89a41b55a729a451bc0ceaec2edab38d5108c9bb_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:1c75d95a2823fbe1d375c94d747834c6649859f4addff478f17313760a34cff2_amd64 as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:1c75d95a2823fbe1d375c94d747834c6649859f4addff478f17313760a34cff2_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:1c75d95a2823fbe1d375c94d747834c6649859f4addff478f17313760a34cff2_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:82c5f8c3018441c719b4bcafb7df0dc78c30ffa5a835193b765090c59794973a_arm64 as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:82c5f8c3018441c719b4bcafb7df0dc78c30ffa5a835193b765090c59794973a_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:82c5f8c3018441c719b4bcafb7df0dc78c30ffa5a835193b765090c59794973a_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:159396fb6f95355ec72fe9413b5620a93e2cbcf3067edd009c7bbe12816e914c_amd64 as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:159396fb6f95355ec72fe9413b5620a93e2cbcf3067edd009c7bbe12816e914c_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:159396fb6f95355ec72fe9413b5620a93e2cbcf3067edd009c7bbe12816e914c_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:72501e593c83fbb1265acac3296f3deddd66b405e69684b2b0abd2d9b28ca831_s390x as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:72501e593c83fbb1265acac3296f3deddd66b405e69684b2b0abd2d9b28ca831_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:72501e593c83fbb1265acac3296f3deddd66b405e69684b2b0abd2d9b28ca831_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:f127aef9cdaa77a07ac63b560e0baac6ebbde08fb03941a7b9cf240a86de5319_arm64 as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:f127aef9cdaa77a07ac63b560e0baac6ebbde08fb03941a7b9cf240a86de5319_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:f127aef9cdaa77a07ac63b560e0baac6ebbde08fb03941a7b9cf240a86de5319_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:100b2b4167b39e20247efa03a92ef814b9dd39acfb9e8ff8d69172e0c9f119f9_amd64 as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:100b2b4167b39e20247efa03a92ef814b9dd39acfb9e8ff8d69172e0c9f119f9_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:100b2b4167b39e20247efa03a92ef814b9dd39acfb9e8ff8d69172e0c9f119f9_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:dd2b7999281209e1501375e1e3edfd2f963a18a61f74683d3bb250a1ea969dfd_arm64 as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:dd2b7999281209e1501375e1e3edfd2f963a18a61f74683d3bb250a1ea969dfd_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:dd2b7999281209e1501375e1e3edfd2f963a18a61f74683d3bb250a1ea969dfd_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:f5fabe8c841aa50d52fdb5f6fbd01b4bc15249b8072e70098a875c786bd2202a_s390x as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:f5fabe8c841aa50d52fdb5f6fbd01b4bc15249b8072e70098a875c786bd2202a_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:f5fabe8c841aa50d52fdb5f6fbd01b4bc15249b8072e70098a875c786bd2202a_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:171dfc68054c8713fdd5dc68880de621ec4cf29de4a8277dc6a2bfaa31de8afa_s390x as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:171dfc68054c8713fdd5dc68880de621ec4cf29de4a8277dc6a2bfaa31de8afa_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:171dfc68054c8713fdd5dc68880de621ec4cf29de4a8277dc6a2bfaa31de8afa_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:51a8f4f79f2ec4fb73f3eb2eb2b3e1ab92f0df7ffc0d23bfd1064aafde804d4d_arm64 as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:51a8f4f79f2ec4fb73f3eb2eb2b3e1ab92f0df7ffc0d23bfd1064aafde804d4d_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:51a8f4f79f2ec4fb73f3eb2eb2b3e1ab92f0df7ffc0d23bfd1064aafde804d4d_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:c77064475c547f0d0e711824af1962fe58a2cbba4cdcaa4e201bb9f814b60158_amd64 as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:c77064475c547f0d0e711824af1962fe58a2cbba4cdcaa4e201bb9f814b60158_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:c77064475c547f0d0e711824af1962fe58a2cbba4cdcaa4e201bb9f814b60158_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:071d4baa372d8e9390f3c44d44e06bd7a1199190c4913ae72382195d1a566c7a_arm64 as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:071d4baa372d8e9390f3c44d44e06bd7a1199190c4913ae72382195d1a566c7a_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:071d4baa372d8e9390f3c44d44e06bd7a1199190c4913ae72382195d1a566c7a_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:1f9a2407130db021a384d8d3c3dbd23e33cc376a3e42f3023e85a47b611cc44f_amd64 as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:1f9a2407130db021a384d8d3c3dbd23e33cc376a3e42f3023e85a47b611cc44f_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:1f9a2407130db021a384d8d3c3dbd23e33cc376a3e42f3023e85a47b611cc44f_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:b951f476c20cb0ee7510ad5a311d05c857b5b54a3cdb617af28492a9c051f05f_s390x as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:b951f476c20cb0ee7510ad5a311d05c857b5b54a3cdb617af28492a9c051f05f_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:b951f476c20cb0ee7510ad5a311d05c857b5b54a3cdb617af28492a9c051f05f_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47913",
"discovery_date": "2025-11-13T22:01:26.092452+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:4874436a3b58c337ec2125ed8d6cca24098763d41709e804ab2bc16f6284f75f_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:88d505c2c81da0c00916cf751bbe2ad4e9e551f17a4a3300bde1c4fd42a00385_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:c69ec502601a617c73b09ced6b3f35c1043394441f6d2eaf9782a25a9868dbd8_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:0b3491873a663040e59cc06f0da29493ce159a00426bfcca0782edbd20713c82_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:1043abeb76d3245e9f1fc8856d784cba4f28dc0b19f11c43ddf1d9e60ebd8c0c_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:fbb023d5df067dbe85e52f7b32859392db47429cd1ec778be18a8e992b9db0d2_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:4a99de349c56dfcecd053cf23d8e468fe0b392050312fc8608bf416add88e9da_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:e031c572b5e7ee8a7ccfb7556da7b22d19cd86fe55efb4b42014587c9947a56d_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:faf48368595ec24f7254c63ba1cafa706e02f7405156e7cfeb70c081ff7f5b3d_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:1cc13e7c826632f27497c045a62cc3631da62b8db6f587fb8f6f32a481bd8ea5_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:4a0b89da325e0a169ae168c5ded8aef3f26f315b369acf53f6f1193be3637d8d_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:54b9154093d57c55955248d44aebd83b8c53dcb3979f376f951de8839dbcdc17_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:0b6a9082c8cb4be622389025e9601f8a48b220df2568adf200e08a6b2a982a6a_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:36a071d79ac8020d825bdf3fc850d84fd89f182dcd83969c1202b67f519bdd44_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:71bf5638000451c225ea384499a2fe37765beaad2cdc87dd3d73a0b9f7c44dd3_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:29a189d07e39a657e9fca53bc37fb0a1c51947c4c1e46dc2ab396e9bc75c1933_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:29e3fadbd1a6de72c5057f3689c576ab9edd61b6f4ba4742afc18a452431f086_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:2e8750753152f84fded5b2dab11ddf82dc07c5a4c97641779e090698299ba38c_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:6c24c11b2e11a96add54c80b270da6c707d17a72c08f30929a4b06a34b0b1ca0_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:dd84f23d27b65d4dbf940df173426914263ce33e500ab7d1bfd954d32dacaed0_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:f80d48a56e8ab407af836a479cc312275ec28d4dcea0d9a582b10479c80b82a1_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:0dac01ede6caebb44cdf779d89a41b55a729a451bc0ceaec2edab38d5108c9bb_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:1c75d95a2823fbe1d375c94d747834c6649859f4addff478f17313760a34cff2_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:82c5f8c3018441c719b4bcafb7df0dc78c30ffa5a835193b765090c59794973a_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:159396fb6f95355ec72fe9413b5620a93e2cbcf3067edd009c7bbe12816e914c_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:72501e593c83fbb1265acac3296f3deddd66b405e69684b2b0abd2d9b28ca831_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:f127aef9cdaa77a07ac63b560e0baac6ebbde08fb03941a7b9cf240a86de5319_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:100b2b4167b39e20247efa03a92ef814b9dd39acfb9e8ff8d69172e0c9f119f9_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:dd2b7999281209e1501375e1e3edfd2f963a18a61f74683d3bb250a1ea969dfd_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:f5fabe8c841aa50d52fdb5f6fbd01b4bc15249b8072e70098a875c786bd2202a_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:171dfc68054c8713fdd5dc68880de621ec4cf29de4a8277dc6a2bfaa31de8afa_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:51a8f4f79f2ec4fb73f3eb2eb2b3e1ab92f0df7ffc0d23bfd1064aafde804d4d_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:c77064475c547f0d0e711824af1962fe58a2cbba4cdcaa4e201bb9f814b60158_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:071d4baa372d8e9390f3c44d44e06bd7a1199190c4913ae72382195d1a566c7a_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:1f9a2407130db021a384d8d3c3dbd23e33cc376a3e42f3023e85a47b611cc44f_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:b951f476c20cb0ee7510ad5a311d05c857b5b54a3cdb617af28492a9c051f05f_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2414943"
}
],
"notes": [
{
"category": "description",
"text": "A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic(\"unreachable\") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability was marked as Important because it allows any malicious or misbehaving SSH agent to force a crash in the client process using a single valid protocol byte. The panic occurs before the client has a chance to validate message structure or recover, which means an attacker controlling\u2014or intercepting\u2014SSH agent traffic can reliably terminate processes that rely on agent interactions. In environments where SSH agents operate over forwarded sockets, shared workspaces, or CI/CD runners, this turns into a reliable, unauthenticated remote denial of service against critical automation or developer tooling. The flaw also stems from unsafe assumptions in the unmarshalling logic, where unexpected but protocol-legal message types drop into \u201cunreachable\u201d code paths instead of being handled gracefully\u2014making it a design-level reliability break rather than a simple error-handling bug. For this reason, it is rated as an important availability-impacting vulnerability rather than a moderate issue.",
"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 Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:8d72ecfc6c4888f7c7f2d8cdee47b8d653636a169b863dcbdcb544ccd57f4da6_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:94e63405f0a7453e3cf048c53737854715caa36a5ac0e4df56f9a2f4ac84f82e_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:d2461f7687cb14259a05c69b0ddebd8807b11f31edd282bd315ad35f3a77e940_amd64"
],
"known_not_affected": [
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:4874436a3b58c337ec2125ed8d6cca24098763d41709e804ab2bc16f6284f75f_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:88d505c2c81da0c00916cf751bbe2ad4e9e551f17a4a3300bde1c4fd42a00385_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:c69ec502601a617c73b09ced6b3f35c1043394441f6d2eaf9782a25a9868dbd8_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:0b3491873a663040e59cc06f0da29493ce159a00426bfcca0782edbd20713c82_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:1043abeb76d3245e9f1fc8856d784cba4f28dc0b19f11c43ddf1d9e60ebd8c0c_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:fbb023d5df067dbe85e52f7b32859392db47429cd1ec778be18a8e992b9db0d2_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:4a99de349c56dfcecd053cf23d8e468fe0b392050312fc8608bf416add88e9da_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:e031c572b5e7ee8a7ccfb7556da7b22d19cd86fe55efb4b42014587c9947a56d_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:faf48368595ec24f7254c63ba1cafa706e02f7405156e7cfeb70c081ff7f5b3d_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:1cc13e7c826632f27497c045a62cc3631da62b8db6f587fb8f6f32a481bd8ea5_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:4a0b89da325e0a169ae168c5ded8aef3f26f315b369acf53f6f1193be3637d8d_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:54b9154093d57c55955248d44aebd83b8c53dcb3979f376f951de8839dbcdc17_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:0b6a9082c8cb4be622389025e9601f8a48b220df2568adf200e08a6b2a982a6a_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:36a071d79ac8020d825bdf3fc850d84fd89f182dcd83969c1202b67f519bdd44_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:71bf5638000451c225ea384499a2fe37765beaad2cdc87dd3d73a0b9f7c44dd3_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:29a189d07e39a657e9fca53bc37fb0a1c51947c4c1e46dc2ab396e9bc75c1933_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:29e3fadbd1a6de72c5057f3689c576ab9edd61b6f4ba4742afc18a452431f086_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:2e8750753152f84fded5b2dab11ddf82dc07c5a4c97641779e090698299ba38c_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:6c24c11b2e11a96add54c80b270da6c707d17a72c08f30929a4b06a34b0b1ca0_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:dd84f23d27b65d4dbf940df173426914263ce33e500ab7d1bfd954d32dacaed0_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:f80d48a56e8ab407af836a479cc312275ec28d4dcea0d9a582b10479c80b82a1_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:0dac01ede6caebb44cdf779d89a41b55a729a451bc0ceaec2edab38d5108c9bb_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:1c75d95a2823fbe1d375c94d747834c6649859f4addff478f17313760a34cff2_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:82c5f8c3018441c719b4bcafb7df0dc78c30ffa5a835193b765090c59794973a_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:159396fb6f95355ec72fe9413b5620a93e2cbcf3067edd009c7bbe12816e914c_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:72501e593c83fbb1265acac3296f3deddd66b405e69684b2b0abd2d9b28ca831_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:f127aef9cdaa77a07ac63b560e0baac6ebbde08fb03941a7b9cf240a86de5319_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:100b2b4167b39e20247efa03a92ef814b9dd39acfb9e8ff8d69172e0c9f119f9_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:dd2b7999281209e1501375e1e3edfd2f963a18a61f74683d3bb250a1ea969dfd_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:f5fabe8c841aa50d52fdb5f6fbd01b4bc15249b8072e70098a875c786bd2202a_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:171dfc68054c8713fdd5dc68880de621ec4cf29de4a8277dc6a2bfaa31de8afa_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:51a8f4f79f2ec4fb73f3eb2eb2b3e1ab92f0df7ffc0d23bfd1064aafde804d4d_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:c77064475c547f0d0e711824af1962fe58a2cbba4cdcaa4e201bb9f814b60158_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:071d4baa372d8e9390f3c44d44e06bd7a1199190c4913ae72382195d1a566c7a_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:1f9a2407130db021a384d8d3c3dbd23e33cc376a3e42f3023e85a47b611cc44f_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:b951f476c20cb0ee7510ad5a311d05c857b5b54a3cdb617af28492a9c051f05f_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "RHBZ#2414943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414943"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47913"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-hcg3-q754-cr77",
"url": "https://github.com/advisories/GHSA-hcg3-q754-cr77"
},
{
"category": "external",
"summary": "https://go.dev/cl/700295",
"url": "https://go.dev/cl/700295"
},
{
"category": "external",
"summary": "https://go.dev/issue/75178",
"url": "https://go.dev/issue/75178"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4116",
"url": "https://pkg.go.dev/vuln/GO-2025-4116"
}
],
"release_date": "2025-11-13T21:29:39.907000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T12:14:46+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:8d72ecfc6c4888f7c7f2d8cdee47b8d653636a169b863dcbdcb544ccd57f4da6_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:94e63405f0a7453e3cf048c53737854715caa36a5ac0e4df56f9a2f4ac84f82e_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:d2461f7687cb14259a05c69b0ddebd8807b11f31edd282bd315ad35f3a77e940_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13450"
},
{
"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 Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:4874436a3b58c337ec2125ed8d6cca24098763d41709e804ab2bc16f6284f75f_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:88d505c2c81da0c00916cf751bbe2ad4e9e551f17a4a3300bde1c4fd42a00385_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:c69ec502601a617c73b09ced6b3f35c1043394441f6d2eaf9782a25a9868dbd8_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:0b3491873a663040e59cc06f0da29493ce159a00426bfcca0782edbd20713c82_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:1043abeb76d3245e9f1fc8856d784cba4f28dc0b19f11c43ddf1d9e60ebd8c0c_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:fbb023d5df067dbe85e52f7b32859392db47429cd1ec778be18a8e992b9db0d2_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:4a99de349c56dfcecd053cf23d8e468fe0b392050312fc8608bf416add88e9da_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:e031c572b5e7ee8a7ccfb7556da7b22d19cd86fe55efb4b42014587c9947a56d_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:faf48368595ec24f7254c63ba1cafa706e02f7405156e7cfeb70c081ff7f5b3d_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:1cc13e7c826632f27497c045a62cc3631da62b8db6f587fb8f6f32a481bd8ea5_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:4a0b89da325e0a169ae168c5ded8aef3f26f315b369acf53f6f1193be3637d8d_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:54b9154093d57c55955248d44aebd83b8c53dcb3979f376f951de8839dbcdc17_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:0b6a9082c8cb4be622389025e9601f8a48b220df2568adf200e08a6b2a982a6a_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:36a071d79ac8020d825bdf3fc850d84fd89f182dcd83969c1202b67f519bdd44_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:71bf5638000451c225ea384499a2fe37765beaad2cdc87dd3d73a0b9f7c44dd3_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:29a189d07e39a657e9fca53bc37fb0a1c51947c4c1e46dc2ab396e9bc75c1933_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:29e3fadbd1a6de72c5057f3689c576ab9edd61b6f4ba4742afc18a452431f086_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:2e8750753152f84fded5b2dab11ddf82dc07c5a4c97641779e090698299ba38c_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:8d72ecfc6c4888f7c7f2d8cdee47b8d653636a169b863dcbdcb544ccd57f4da6_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:94e63405f0a7453e3cf048c53737854715caa36a5ac0e4df56f9a2f4ac84f82e_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:d2461f7687cb14259a05c69b0ddebd8807b11f31edd282bd315ad35f3a77e940_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:6c24c11b2e11a96add54c80b270da6c707d17a72c08f30929a4b06a34b0b1ca0_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:dd84f23d27b65d4dbf940df173426914263ce33e500ab7d1bfd954d32dacaed0_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:f80d48a56e8ab407af836a479cc312275ec28d4dcea0d9a582b10479c80b82a1_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:0dac01ede6caebb44cdf779d89a41b55a729a451bc0ceaec2edab38d5108c9bb_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:1c75d95a2823fbe1d375c94d747834c6649859f4addff478f17313760a34cff2_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:82c5f8c3018441c719b4bcafb7df0dc78c30ffa5a835193b765090c59794973a_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:159396fb6f95355ec72fe9413b5620a93e2cbcf3067edd009c7bbe12816e914c_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:72501e593c83fbb1265acac3296f3deddd66b405e69684b2b0abd2d9b28ca831_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:f127aef9cdaa77a07ac63b560e0baac6ebbde08fb03941a7b9cf240a86de5319_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:100b2b4167b39e20247efa03a92ef814b9dd39acfb9e8ff8d69172e0c9f119f9_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:dd2b7999281209e1501375e1e3edfd2f963a18a61f74683d3bb250a1ea969dfd_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:f5fabe8c841aa50d52fdb5f6fbd01b4bc15249b8072e70098a875c786bd2202a_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:171dfc68054c8713fdd5dc68880de621ec4cf29de4a8277dc6a2bfaa31de8afa_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:51a8f4f79f2ec4fb73f3eb2eb2b3e1ab92f0df7ffc0d23bfd1064aafde804d4d_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:c77064475c547f0d0e711824af1962fe58a2cbba4cdcaa4e201bb9f814b60158_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:071d4baa372d8e9390f3c44d44e06bd7a1199190c4913ae72382195d1a566c7a_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:1f9a2407130db021a384d8d3c3dbd23e33cc376a3e42f3023e85a47b611cc44f_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:b951f476c20cb0ee7510ad5a311d05c857b5b54a3cdb617af28492a9c051f05f_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:4874436a3b58c337ec2125ed8d6cca24098763d41709e804ab2bc16f6284f75f_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:88d505c2c81da0c00916cf751bbe2ad4e9e551f17a4a3300bde1c4fd42a00385_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:c69ec502601a617c73b09ced6b3f35c1043394441f6d2eaf9782a25a9868dbd8_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:0b3491873a663040e59cc06f0da29493ce159a00426bfcca0782edbd20713c82_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:1043abeb76d3245e9f1fc8856d784cba4f28dc0b19f11c43ddf1d9e60ebd8c0c_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:fbb023d5df067dbe85e52f7b32859392db47429cd1ec778be18a8e992b9db0d2_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:4a99de349c56dfcecd053cf23d8e468fe0b392050312fc8608bf416add88e9da_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:e031c572b5e7ee8a7ccfb7556da7b22d19cd86fe55efb4b42014587c9947a56d_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:faf48368595ec24f7254c63ba1cafa706e02f7405156e7cfeb70c081ff7f5b3d_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:1cc13e7c826632f27497c045a62cc3631da62b8db6f587fb8f6f32a481bd8ea5_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:4a0b89da325e0a169ae168c5ded8aef3f26f315b369acf53f6f1193be3637d8d_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:54b9154093d57c55955248d44aebd83b8c53dcb3979f376f951de8839dbcdc17_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:0b6a9082c8cb4be622389025e9601f8a48b220df2568adf200e08a6b2a982a6a_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:36a071d79ac8020d825bdf3fc850d84fd89f182dcd83969c1202b67f519bdd44_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:71bf5638000451c225ea384499a2fe37765beaad2cdc87dd3d73a0b9f7c44dd3_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:29a189d07e39a657e9fca53bc37fb0a1c51947c4c1e46dc2ab396e9bc75c1933_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:29e3fadbd1a6de72c5057f3689c576ab9edd61b6f4ba4742afc18a452431f086_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:2e8750753152f84fded5b2dab11ddf82dc07c5a4c97641779e090698299ba38c_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:8d72ecfc6c4888f7c7f2d8cdee47b8d653636a169b863dcbdcb544ccd57f4da6_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:94e63405f0a7453e3cf048c53737854715caa36a5ac0e4df56f9a2f4ac84f82e_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:d2461f7687cb14259a05c69b0ddebd8807b11f31edd282bd315ad35f3a77e940_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:6c24c11b2e11a96add54c80b270da6c707d17a72c08f30929a4b06a34b0b1ca0_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:dd84f23d27b65d4dbf940df173426914263ce33e500ab7d1bfd954d32dacaed0_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:f80d48a56e8ab407af836a479cc312275ec28d4dcea0d9a582b10479c80b82a1_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:0dac01ede6caebb44cdf779d89a41b55a729a451bc0ceaec2edab38d5108c9bb_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:1c75d95a2823fbe1d375c94d747834c6649859f4addff478f17313760a34cff2_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:82c5f8c3018441c719b4bcafb7df0dc78c30ffa5a835193b765090c59794973a_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:159396fb6f95355ec72fe9413b5620a93e2cbcf3067edd009c7bbe12816e914c_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:72501e593c83fbb1265acac3296f3deddd66b405e69684b2b0abd2d9b28ca831_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:f127aef9cdaa77a07ac63b560e0baac6ebbde08fb03941a7b9cf240a86de5319_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:100b2b4167b39e20247efa03a92ef814b9dd39acfb9e8ff8d69172e0c9f119f9_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:dd2b7999281209e1501375e1e3edfd2f963a18a61f74683d3bb250a1ea969dfd_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:f5fabe8c841aa50d52fdb5f6fbd01b4bc15249b8072e70098a875c786bd2202a_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:171dfc68054c8713fdd5dc68880de621ec4cf29de4a8277dc6a2bfaa31de8afa_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:51a8f4f79f2ec4fb73f3eb2eb2b3e1ab92f0df7ffc0d23bfd1064aafde804d4d_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:c77064475c547f0d0e711824af1962fe58a2cbba4cdcaa4e201bb9f814b60158_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:071d4baa372d8e9390f3c44d44e06bd7a1199190c4913ae72382195d1a566c7a_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:1f9a2407130db021a384d8d3c3dbd23e33cc376a3e42f3023e85a47b611cc44f_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:b951f476c20cb0ee7510ad5a311d05c857b5b54a3cdb617af28492a9c051f05f_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS"
}
]
}
RHSA-2026:13630
Vulnerability from csaf_redhat - Published: 2026-05-05 07:44 - Updated: 2026-05-28 20:19A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic("unreachable") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:6a0b69ef61cc0651a5db276a26a3025c65584ebdc8a719d18400555c4e9d9f6a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:cadfaeb9cd72aec112fe065427e8e1b6eeff2c6210fcf681b0d69aa6d2ea4ec0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:e3a5b735856b4d5d448c43818ec130949e87283f0f6f1b702be630ad8d26b266_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:4f770ffb600aaff68b954e31849634854cf88e39018b277baf1068ad88ce9592_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:a218e541369ad363c6e86610aeca23183202b0848660c8af9729aada4155125e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:b22a4d71e501aa4d703a4cccee322ad9bd54d4602040a7073aef77bfaeaec360_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:436d7cad73f5661c2b9b39e229849f46097e9b09c4d4f8cbe7ab7b22ce999bb7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:71604850d2cd41db93c0d3d8eed15ad5d586883bd1d58db46bbb1e1739692b92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:98d088f850bdbf34fe290e61130745006028484b42750e2f270c391f70ed0748_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:58cbd2c422ab7df3b831f730975b6a68165fce450591696470beb582ca1a3e5b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:af8310a255a5f6522b2d0894e083c515e9ef054352b3865a4d18a0a7b0991c4a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:b36593c8d713be8ac5fa0d1d3f3f7dc63ba3fef7964e632f2e82bb1c1fa9c5c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:5a987ffaa90ad411406126c176bac2b637cd497830a0b6435e7f38d8750f3741_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:cf5c043a65946c20be84bcbca5de75b8ed13dc1b09ce5c3b904c1d3d91177ded_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:d5a4fbbfaec296e82dea233159f65cc45eda5551d6dbb94acf019948c1df061c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:265434694ecd1aad14247415a4fddcd06d83aa7610a93988cb03d1ca1f93d313_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:99e3afbe451756b589b87f19411bbf2af94472a82a4634df335889813693f01f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:a1e79718fe80f771368c06a708c9525d2a54d8c34b7efa2160ef5397f16159aa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:029881b5f87d07cbc3929dde4096cb368b8b3779bf378fedcfb8a5ac1a2cf90c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:b4b0c1ce4543c4f7eab8f635b51b68e32348bbf641941d041d48f62ba1cabc10_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:fa050da8cd5cf5a3776517d2e5d56198df3489aaf183bf2c8433a4a0faa2a4ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:39fb5e84c81881d4e5fa8636b110b6d6f9c78601e09209483db3f931f474c36b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:5eb3061bbf4165b8a0fb6545bd9e2faf072cf9a28b1a45a8dee1af02f83d045e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:aa1cb33f86f8b9c9554cf0aaffc2b2f844b25e76ad8c55b3daa511a58b9a60dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:9582c0c9bdcce1f161a6f4ae66a0110b0fec5e3d93889883d88583e12b5c8c6e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:d26050a317260acb46a9a4cebcc452a27c3890c238519925deac6d0c7aa6cdd9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:f19ceb9d267e2f0ec45dcf4215e3c18373c97950d8c2165b51099cfaaa24dd44_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:29adf32a9fa90675621747e993db21a966333944b6611d687e3913a1863fa741_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:b603b10c1f3c18d0a44ddc0a81b81eda6a3431733fe8b7afad5adb412b7ae041_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:c191cbf92d36e2ac13696fac7fdab9a2df8324832e77111ba45d75b4402ac115_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:4eef30fed2d0c76621dc5ddeadad9662041dc5f1eb84a4a639223f98775f86e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:6033088242185420213cc36b8738b0f92c4fbe890146fe97b7c00a2cfb0b0b14_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:dab915ccd91fa0be0b6b09ce5f558cca321f78a04aba30ad3803f6eb92b06c4c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:43dc49aea4c9d369ccc144b25792a7d03f01f82eefee50d9bab25ebba0d57cf1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:780866347073738c662e0192df99cfdca8fbbc63f602179a057811f881925c7f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:d8e0c79e39bd18038eb19c39c5369e16ec7096e8f87a8a986895e298b466eacc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:24379f2b32d6faead644bd387af61e53beec676ac7f0ab6151b917ce0fb130d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:5f41a77d32f0dcf0a57f69670a66644f386629ee1286a6400d293c6393c9221c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:92aee3b1836aee508d1999bcb2dada08e34fa75a6b0e6f38188a35d6e5e0597b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:0f4842109bfc1aa741dca4ade6749a5f0dbbad910cfc1db5a16f9fffb2ab07cc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:ad51f9dd477a5a87d8a92b6ef45e321bc2f9882d59a83139c3648dd30ec6e301_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:cfc859525dd874998bbafe25b3f9a4319625418c0d918aa237973419a06c8d33_s390x | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Virtualization release v4.20 is now available with updates to packages and images that fix several bugs and add enhancements.",
"title": "Topic"
},
{
"category": "general",
"text": "OpenShift Virtualization is Red Hat\u0027s virtualization solution designed for Red Hat OpenShift Container Platform.\n\nThis advisory contains OpenShift Virtualization v4.20 images.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:13630",
"url": "https://access.redhat.com/errata/RHSA-2026:13630"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47913",
"url": "https://access.redhat.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_13630.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Virtualization v4.20 Images",
"tracking": {
"current_release_date": "2026-05-28T20:19:27+00:00",
"generator": {
"date": "2026-05-28T20:19:27+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:13630",
"initial_release_date": "2026-05-05T07:44:49+00:00",
"revision_history": [
{
"date": "2026-05-05T07:44:49+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-05T07:45:00+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-28T20:19:27+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Container Native Virtualization 4.2",
"product": {
"name": "Red Hat Container Native Virtualization 4.2",
"product_id": "Red Hat Container Native Virtualization 4.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:container_native_virtualization:4.20::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Container Native Virtualization"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:a218e541369ad363c6e86610aeca23183202b0848660c8af9729aada4155125e_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:a218e541369ad363c6e86610aeca23183202b0848660c8af9729aada4155125e_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:a218e541369ad363c6e86610aeca23183202b0848660c8af9729aada4155125e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/libguestfs-tools-rhel9@sha256%3Aa218e541369ad363c6e86610aeca23183202b0848660c8af9729aada4155125e?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777867472"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:98d088f850bdbf34fe290e61130745006028484b42750e2f270c391f70ed0748_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:98d088f850bdbf34fe290e61130745006028484b42750e2f270c391f70ed0748_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:98d088f850bdbf34fe290e61130745006028484b42750e2f270c391f70ed0748_amd64",
"product_identification_helper": {
"purl": "pkg:oci/passt-network-binding-plugin-cni-rhel9@sha256%3A98d088f850bdbf34fe290e61130745006028484b42750e2f270c391f70ed0748?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777867257"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:b36593c8d713be8ac5fa0d1d3f3f7dc63ba3fef7964e632f2e82bb1c1fa9c5c0_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:b36593c8d713be8ac5fa0d1d3f3f7dc63ba3fef7964e632f2e82bb1c1fa9c5c0_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:b36593c8d713be8ac5fa0d1d3f3f7dc63ba3fef7964e632f2e82bb1c1fa9c5c0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/passt-network-binding-plugin-sidecar-rhel9@sha256%3Ab36593c8d713be8ac5fa0d1d3f3f7dc63ba3fef7964e632f2e82bb1c1fa9c5c0?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777867189"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:5a987ffaa90ad411406126c176bac2b637cd497830a0b6435e7f38d8750f3741_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:5a987ffaa90ad411406126c176bac2b637cd497830a0b6435e7f38d8750f3741_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:5a987ffaa90ad411406126c176bac2b637cd497830a0b6435e7f38d8750f3741_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pr-helper-rhel9@sha256%3A5a987ffaa90ad411406126c176bac2b637cd497830a0b6435e7f38d8750f3741?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777867290"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:99e3afbe451756b589b87f19411bbf2af94472a82a4634df335889813693f01f_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:99e3afbe451756b589b87f19411bbf2af94472a82a4634df335889813693f01f_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:99e3afbe451756b589b87f19411bbf2af94472a82a4634df335889813693f01f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/sidecar-shim-rhel9@sha256%3A99e3afbe451756b589b87f19411bbf2af94472a82a4634df335889813693f01f?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777867349"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:fa050da8cd5cf5a3776517d2e5d56198df3489aaf183bf2c8433a4a0faa2a4ff_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:fa050da8cd5cf5a3776517d2e5d56198df3489aaf183bf2c8433a4a0faa2a4ff_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:fa050da8cd5cf5a3776517d2e5d56198df3489aaf183bf2c8433a4a0faa2a4ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-api-rhel9@sha256%3Afa050da8cd5cf5a3776517d2e5d56198df3489aaf183bf2c8433a4a0faa2a4ff?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777867157"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:cadfaeb9cd72aec112fe065427e8e1b6eeff2c6210fcf681b0d69aa6d2ea4ec0_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:cadfaeb9cd72aec112fe065427e8e1b6eeff2c6210fcf681b0d69aa6d2ea4ec0_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:cadfaeb9cd72aec112fe065427e8e1b6eeff2c6210fcf681b0d69aa6d2ea4ec0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-artifacts-server-rhel9@sha256%3Acadfaeb9cd72aec112fe065427e8e1b6eeff2c6210fcf681b0d69aa6d2ea4ec0?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777867243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:39fb5e84c81881d4e5fa8636b110b6d6f9c78601e09209483db3f931f474c36b_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:39fb5e84c81881d4e5fa8636b110b6d6f9c78601e09209483db3f931f474c36b_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:39fb5e84c81881d4e5fa8636b110b6d6f9c78601e09209483db3f931f474c36b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-controller-rhel9@sha256%3A39fb5e84c81881d4e5fa8636b110b6d6f9c78601e09209483db3f931f474c36b?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777867299"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:f19ceb9d267e2f0ec45dcf4215e3c18373c97950d8c2165b51099cfaaa24dd44_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:f19ceb9d267e2f0ec45dcf4215e3c18373c97950d8c2165b51099cfaaa24dd44_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:f19ceb9d267e2f0ec45dcf4215e3c18373c97950d8c2165b51099cfaaa24dd44_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportproxy-rhel9@sha256%3Af19ceb9d267e2f0ec45dcf4215e3c18373c97950d8c2165b51099cfaaa24dd44?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777867226"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:29adf32a9fa90675621747e993db21a966333944b6611d687e3913a1863fa741_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:29adf32a9fa90675621747e993db21a966333944b6611d687e3913a1863fa741_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:29adf32a9fa90675621747e993db21a966333944b6611d687e3913a1863fa741_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportserver-rhel9@sha256%3A29adf32a9fa90675621747e993db21a966333944b6611d687e3913a1863fa741?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777867216"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:4eef30fed2d0c76621dc5ddeadad9662041dc5f1eb84a4a639223f98775f86e6_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:4eef30fed2d0c76621dc5ddeadad9662041dc5f1eb84a4a639223f98775f86e6_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:4eef30fed2d0c76621dc5ddeadad9662041dc5f1eb84a4a639223f98775f86e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-handler-rhel9@sha256%3A4eef30fed2d0c76621dc5ddeadad9662041dc5f1eb84a4a639223f98775f86e6?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777867350"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:d8e0c79e39bd18038eb19c39c5369e16ec7096e8f87a8a986895e298b466eacc_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:d8e0c79e39bd18038eb19c39c5369e16ec7096e8f87a8a986895e298b466eacc_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:d8e0c79e39bd18038eb19c39c5369e16ec7096e8f87a8a986895e298b466eacc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-launcher-rhel9@sha256%3Ad8e0c79e39bd18038eb19c39c5369e16ec7096e8f87a8a986895e298b466eacc?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777867367"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:24379f2b32d6faead644bd387af61e53beec676ac7f0ab6151b917ce0fb130d5_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:24379f2b32d6faead644bd387af61e53beec676ac7f0ab6151b917ce0fb130d5_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:24379f2b32d6faead644bd387af61e53beec676ac7f0ab6151b917ce0fb130d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-operator-rhel9@sha256%3A24379f2b32d6faead644bd387af61e53beec676ac7f0ab6151b917ce0fb130d5?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777867351"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:ad51f9dd477a5a87d8a92b6ef45e321bc2f9882d59a83139c3648dd30ec6e301_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:ad51f9dd477a5a87d8a92b6ef45e321bc2f9882d59a83139c3648dd30ec6e301_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:ad51f9dd477a5a87d8a92b6ef45e321bc2f9882d59a83139c3648dd30ec6e301_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-synchronization-controller-rhel9@sha256%3Aad51f9dd477a5a87d8a92b6ef45e321bc2f9882d59a83139c3648dd30ec6e301?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777867251"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:b22a4d71e501aa4d703a4cccee322ad9bd54d4602040a7073aef77bfaeaec360_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:b22a4d71e501aa4d703a4cccee322ad9bd54d4602040a7073aef77bfaeaec360_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:b22a4d71e501aa4d703a4cccee322ad9bd54d4602040a7073aef77bfaeaec360_arm64",
"product_identification_helper": {
"purl": "pkg:oci/libguestfs-tools-rhel9@sha256%3Ab22a4d71e501aa4d703a4cccee322ad9bd54d4602040a7073aef77bfaeaec360?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777867472"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:436d7cad73f5661c2b9b39e229849f46097e9b09c4d4f8cbe7ab7b22ce999bb7_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:436d7cad73f5661c2b9b39e229849f46097e9b09c4d4f8cbe7ab7b22ce999bb7_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:436d7cad73f5661c2b9b39e229849f46097e9b09c4d4f8cbe7ab7b22ce999bb7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/passt-network-binding-plugin-cni-rhel9@sha256%3A436d7cad73f5661c2b9b39e229849f46097e9b09c4d4f8cbe7ab7b22ce999bb7?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777867257"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:af8310a255a5f6522b2d0894e083c515e9ef054352b3865a4d18a0a7b0991c4a_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:af8310a255a5f6522b2d0894e083c515e9ef054352b3865a4d18a0a7b0991c4a_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:af8310a255a5f6522b2d0894e083c515e9ef054352b3865a4d18a0a7b0991c4a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/passt-network-binding-plugin-sidecar-rhel9@sha256%3Aaf8310a255a5f6522b2d0894e083c515e9ef054352b3865a4d18a0a7b0991c4a?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777867189"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:d5a4fbbfaec296e82dea233159f65cc45eda5551d6dbb94acf019948c1df061c_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:d5a4fbbfaec296e82dea233159f65cc45eda5551d6dbb94acf019948c1df061c_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:d5a4fbbfaec296e82dea233159f65cc45eda5551d6dbb94acf019948c1df061c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pr-helper-rhel9@sha256%3Ad5a4fbbfaec296e82dea233159f65cc45eda5551d6dbb94acf019948c1df061c?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777867290"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:a1e79718fe80f771368c06a708c9525d2a54d8c34b7efa2160ef5397f16159aa_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:a1e79718fe80f771368c06a708c9525d2a54d8c34b7efa2160ef5397f16159aa_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:a1e79718fe80f771368c06a708c9525d2a54d8c34b7efa2160ef5397f16159aa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/sidecar-shim-rhel9@sha256%3Aa1e79718fe80f771368c06a708c9525d2a54d8c34b7efa2160ef5397f16159aa?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777867349"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:b4b0c1ce4543c4f7eab8f635b51b68e32348bbf641941d041d48f62ba1cabc10_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:b4b0c1ce4543c4f7eab8f635b51b68e32348bbf641941d041d48f62ba1cabc10_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:b4b0c1ce4543c4f7eab8f635b51b68e32348bbf641941d041d48f62ba1cabc10_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-api-rhel9@sha256%3Ab4b0c1ce4543c4f7eab8f635b51b68e32348bbf641941d041d48f62ba1cabc10?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777867157"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:6a0b69ef61cc0651a5db276a26a3025c65584ebdc8a719d18400555c4e9d9f6a_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:6a0b69ef61cc0651a5db276a26a3025c65584ebdc8a719d18400555c4e9d9f6a_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:6a0b69ef61cc0651a5db276a26a3025c65584ebdc8a719d18400555c4e9d9f6a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-artifacts-server-rhel9@sha256%3A6a0b69ef61cc0651a5db276a26a3025c65584ebdc8a719d18400555c4e9d9f6a?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777867243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:5eb3061bbf4165b8a0fb6545bd9e2faf072cf9a28b1a45a8dee1af02f83d045e_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:5eb3061bbf4165b8a0fb6545bd9e2faf072cf9a28b1a45a8dee1af02f83d045e_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:5eb3061bbf4165b8a0fb6545bd9e2faf072cf9a28b1a45a8dee1af02f83d045e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-controller-rhel9@sha256%3A5eb3061bbf4165b8a0fb6545bd9e2faf072cf9a28b1a45a8dee1af02f83d045e?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777867299"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:d26050a317260acb46a9a4cebcc452a27c3890c238519925deac6d0c7aa6cdd9_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:d26050a317260acb46a9a4cebcc452a27c3890c238519925deac6d0c7aa6cdd9_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:d26050a317260acb46a9a4cebcc452a27c3890c238519925deac6d0c7aa6cdd9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportproxy-rhel9@sha256%3Ad26050a317260acb46a9a4cebcc452a27c3890c238519925deac6d0c7aa6cdd9?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777867226"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:b603b10c1f3c18d0a44ddc0a81b81eda6a3431733fe8b7afad5adb412b7ae041_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:b603b10c1f3c18d0a44ddc0a81b81eda6a3431733fe8b7afad5adb412b7ae041_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:b603b10c1f3c18d0a44ddc0a81b81eda6a3431733fe8b7afad5adb412b7ae041_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportserver-rhel9@sha256%3Ab603b10c1f3c18d0a44ddc0a81b81eda6a3431733fe8b7afad5adb412b7ae041?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777867216"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:dab915ccd91fa0be0b6b09ce5f558cca321f78a04aba30ad3803f6eb92b06c4c_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:dab915ccd91fa0be0b6b09ce5f558cca321f78a04aba30ad3803f6eb92b06c4c_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:dab915ccd91fa0be0b6b09ce5f558cca321f78a04aba30ad3803f6eb92b06c4c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-handler-rhel9@sha256%3Adab915ccd91fa0be0b6b09ce5f558cca321f78a04aba30ad3803f6eb92b06c4c?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777867350"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:43dc49aea4c9d369ccc144b25792a7d03f01f82eefee50d9bab25ebba0d57cf1_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:43dc49aea4c9d369ccc144b25792a7d03f01f82eefee50d9bab25ebba0d57cf1_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:43dc49aea4c9d369ccc144b25792a7d03f01f82eefee50d9bab25ebba0d57cf1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-launcher-rhel9@sha256%3A43dc49aea4c9d369ccc144b25792a7d03f01f82eefee50d9bab25ebba0d57cf1?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777867367"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:92aee3b1836aee508d1999bcb2dada08e34fa75a6b0e6f38188a35d6e5e0597b_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:92aee3b1836aee508d1999bcb2dada08e34fa75a6b0e6f38188a35d6e5e0597b_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:92aee3b1836aee508d1999bcb2dada08e34fa75a6b0e6f38188a35d6e5e0597b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-operator-rhel9@sha256%3A92aee3b1836aee508d1999bcb2dada08e34fa75a6b0e6f38188a35d6e5e0597b?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777867351"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:0f4842109bfc1aa741dca4ade6749a5f0dbbad910cfc1db5a16f9fffb2ab07cc_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:0f4842109bfc1aa741dca4ade6749a5f0dbbad910cfc1db5a16f9fffb2ab07cc_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:0f4842109bfc1aa741dca4ade6749a5f0dbbad910cfc1db5a16f9fffb2ab07cc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-synchronization-controller-rhel9@sha256%3A0f4842109bfc1aa741dca4ade6749a5f0dbbad910cfc1db5a16f9fffb2ab07cc?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777867251"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:4f770ffb600aaff68b954e31849634854cf88e39018b277baf1068ad88ce9592_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:4f770ffb600aaff68b954e31849634854cf88e39018b277baf1068ad88ce9592_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:4f770ffb600aaff68b954e31849634854cf88e39018b277baf1068ad88ce9592_s390x",
"product_identification_helper": {
"purl": "pkg:oci/libguestfs-tools-rhel9@sha256%3A4f770ffb600aaff68b954e31849634854cf88e39018b277baf1068ad88ce9592?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777867472"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:71604850d2cd41db93c0d3d8eed15ad5d586883bd1d58db46bbb1e1739692b92_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:71604850d2cd41db93c0d3d8eed15ad5d586883bd1d58db46bbb1e1739692b92_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:71604850d2cd41db93c0d3d8eed15ad5d586883bd1d58db46bbb1e1739692b92_s390x",
"product_identification_helper": {
"purl": "pkg:oci/passt-network-binding-plugin-cni-rhel9@sha256%3A71604850d2cd41db93c0d3d8eed15ad5d586883bd1d58db46bbb1e1739692b92?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777867257"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:58cbd2c422ab7df3b831f730975b6a68165fce450591696470beb582ca1a3e5b_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:58cbd2c422ab7df3b831f730975b6a68165fce450591696470beb582ca1a3e5b_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:58cbd2c422ab7df3b831f730975b6a68165fce450591696470beb582ca1a3e5b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/passt-network-binding-plugin-sidecar-rhel9@sha256%3A58cbd2c422ab7df3b831f730975b6a68165fce450591696470beb582ca1a3e5b?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777867189"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:cf5c043a65946c20be84bcbca5de75b8ed13dc1b09ce5c3b904c1d3d91177ded_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:cf5c043a65946c20be84bcbca5de75b8ed13dc1b09ce5c3b904c1d3d91177ded_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:cf5c043a65946c20be84bcbca5de75b8ed13dc1b09ce5c3b904c1d3d91177ded_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pr-helper-rhel9@sha256%3Acf5c043a65946c20be84bcbca5de75b8ed13dc1b09ce5c3b904c1d3d91177ded?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777867290"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:265434694ecd1aad14247415a4fddcd06d83aa7610a93988cb03d1ca1f93d313_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:265434694ecd1aad14247415a4fddcd06d83aa7610a93988cb03d1ca1f93d313_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:265434694ecd1aad14247415a4fddcd06d83aa7610a93988cb03d1ca1f93d313_s390x",
"product_identification_helper": {
"purl": "pkg:oci/sidecar-shim-rhel9@sha256%3A265434694ecd1aad14247415a4fddcd06d83aa7610a93988cb03d1ca1f93d313?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777867349"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:029881b5f87d07cbc3929dde4096cb368b8b3779bf378fedcfb8a5ac1a2cf90c_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:029881b5f87d07cbc3929dde4096cb368b8b3779bf378fedcfb8a5ac1a2cf90c_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:029881b5f87d07cbc3929dde4096cb368b8b3779bf378fedcfb8a5ac1a2cf90c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/virt-api-rhel9@sha256%3A029881b5f87d07cbc3929dde4096cb368b8b3779bf378fedcfb8a5ac1a2cf90c?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777867157"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:e3a5b735856b4d5d448c43818ec130949e87283f0f6f1b702be630ad8d26b266_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:e3a5b735856b4d5d448c43818ec130949e87283f0f6f1b702be630ad8d26b266_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:e3a5b735856b4d5d448c43818ec130949e87283f0f6f1b702be630ad8d26b266_s390x",
"product_identification_helper": {
"purl": "pkg:oci/virt-artifacts-server-rhel9@sha256%3Ae3a5b735856b4d5d448c43818ec130949e87283f0f6f1b702be630ad8d26b266?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777867243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:aa1cb33f86f8b9c9554cf0aaffc2b2f844b25e76ad8c55b3daa511a58b9a60dd_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:aa1cb33f86f8b9c9554cf0aaffc2b2f844b25e76ad8c55b3daa511a58b9a60dd_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:aa1cb33f86f8b9c9554cf0aaffc2b2f844b25e76ad8c55b3daa511a58b9a60dd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/virt-controller-rhel9@sha256%3Aaa1cb33f86f8b9c9554cf0aaffc2b2f844b25e76ad8c55b3daa511a58b9a60dd?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777867299"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:9582c0c9bdcce1f161a6f4ae66a0110b0fec5e3d93889883d88583e12b5c8c6e_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:9582c0c9bdcce1f161a6f4ae66a0110b0fec5e3d93889883d88583e12b5c8c6e_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:9582c0c9bdcce1f161a6f4ae66a0110b0fec5e3d93889883d88583e12b5c8c6e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportproxy-rhel9@sha256%3A9582c0c9bdcce1f161a6f4ae66a0110b0fec5e3d93889883d88583e12b5c8c6e?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777867226"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:c191cbf92d36e2ac13696fac7fdab9a2df8324832e77111ba45d75b4402ac115_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:c191cbf92d36e2ac13696fac7fdab9a2df8324832e77111ba45d75b4402ac115_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:c191cbf92d36e2ac13696fac7fdab9a2df8324832e77111ba45d75b4402ac115_s390x",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportserver-rhel9@sha256%3Ac191cbf92d36e2ac13696fac7fdab9a2df8324832e77111ba45d75b4402ac115?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777867216"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:6033088242185420213cc36b8738b0f92c4fbe890146fe97b7c00a2cfb0b0b14_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:6033088242185420213cc36b8738b0f92c4fbe890146fe97b7c00a2cfb0b0b14_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:6033088242185420213cc36b8738b0f92c4fbe890146fe97b7c00a2cfb0b0b14_s390x",
"product_identification_helper": {
"purl": "pkg:oci/virt-handler-rhel9@sha256%3A6033088242185420213cc36b8738b0f92c4fbe890146fe97b7c00a2cfb0b0b14?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777867350"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:780866347073738c662e0192df99cfdca8fbbc63f602179a057811f881925c7f_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:780866347073738c662e0192df99cfdca8fbbc63f602179a057811f881925c7f_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:780866347073738c662e0192df99cfdca8fbbc63f602179a057811f881925c7f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/virt-launcher-rhel9@sha256%3A780866347073738c662e0192df99cfdca8fbbc63f602179a057811f881925c7f?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777867367"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:5f41a77d32f0dcf0a57f69670a66644f386629ee1286a6400d293c6393c9221c_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:5f41a77d32f0dcf0a57f69670a66644f386629ee1286a6400d293c6393c9221c_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:5f41a77d32f0dcf0a57f69670a66644f386629ee1286a6400d293c6393c9221c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/virt-operator-rhel9@sha256%3A5f41a77d32f0dcf0a57f69670a66644f386629ee1286a6400d293c6393c9221c?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777867351"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:cfc859525dd874998bbafe25b3f9a4319625418c0d918aa237973419a06c8d33_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:cfc859525dd874998bbafe25b3f9a4319625418c0d918aa237973419a06c8d33_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:cfc859525dd874998bbafe25b3f9a4319625418c0d918aa237973419a06c8d33_s390x",
"product_identification_helper": {
"purl": "pkg:oci/virt-synchronization-controller-rhel9@sha256%3Acfc859525dd874998bbafe25b3f9a4319625418c0d918aa237973419a06c8d33?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization\u0026tag=1777867251"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:4f770ffb600aaff68b954e31849634854cf88e39018b277baf1068ad88ce9592_s390x as a component of Red Hat Container Native Virtualization 4.2",
"product_id": "Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:4f770ffb600aaff68b954e31849634854cf88e39018b277baf1068ad88ce9592_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:4f770ffb600aaff68b954e31849634854cf88e39018b277baf1068ad88ce9592_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:a218e541369ad363c6e86610aeca23183202b0848660c8af9729aada4155125e_amd64 as a component of Red Hat Container Native Virtualization 4.2",
"product_id": "Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:a218e541369ad363c6e86610aeca23183202b0848660c8af9729aada4155125e_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:a218e541369ad363c6e86610aeca23183202b0848660c8af9729aada4155125e_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:b22a4d71e501aa4d703a4cccee322ad9bd54d4602040a7073aef77bfaeaec360_arm64 as a component of Red Hat Container Native Virtualization 4.2",
"product_id": "Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:b22a4d71e501aa4d703a4cccee322ad9bd54d4602040a7073aef77bfaeaec360_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:b22a4d71e501aa4d703a4cccee322ad9bd54d4602040a7073aef77bfaeaec360_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:436d7cad73f5661c2b9b39e229849f46097e9b09c4d4f8cbe7ab7b22ce999bb7_arm64 as a component of Red Hat Container Native Virtualization 4.2",
"product_id": "Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:436d7cad73f5661c2b9b39e229849f46097e9b09c4d4f8cbe7ab7b22ce999bb7_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:436d7cad73f5661c2b9b39e229849f46097e9b09c4d4f8cbe7ab7b22ce999bb7_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:71604850d2cd41db93c0d3d8eed15ad5d586883bd1d58db46bbb1e1739692b92_s390x as a component of Red Hat Container Native Virtualization 4.2",
"product_id": "Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:71604850d2cd41db93c0d3d8eed15ad5d586883bd1d58db46bbb1e1739692b92_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:71604850d2cd41db93c0d3d8eed15ad5d586883bd1d58db46bbb1e1739692b92_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:98d088f850bdbf34fe290e61130745006028484b42750e2f270c391f70ed0748_amd64 as a component of Red Hat Container Native Virtualization 4.2",
"product_id": "Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:98d088f850bdbf34fe290e61130745006028484b42750e2f270c391f70ed0748_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:98d088f850bdbf34fe290e61130745006028484b42750e2f270c391f70ed0748_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:58cbd2c422ab7df3b831f730975b6a68165fce450591696470beb582ca1a3e5b_s390x as a component of Red Hat Container Native Virtualization 4.2",
"product_id": "Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:58cbd2c422ab7df3b831f730975b6a68165fce450591696470beb582ca1a3e5b_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:58cbd2c422ab7df3b831f730975b6a68165fce450591696470beb582ca1a3e5b_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:af8310a255a5f6522b2d0894e083c515e9ef054352b3865a4d18a0a7b0991c4a_arm64 as a component of Red Hat Container Native Virtualization 4.2",
"product_id": "Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:af8310a255a5f6522b2d0894e083c515e9ef054352b3865a4d18a0a7b0991c4a_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:af8310a255a5f6522b2d0894e083c515e9ef054352b3865a4d18a0a7b0991c4a_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:b36593c8d713be8ac5fa0d1d3f3f7dc63ba3fef7964e632f2e82bb1c1fa9c5c0_amd64 as a component of Red Hat Container Native Virtualization 4.2",
"product_id": "Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:b36593c8d713be8ac5fa0d1d3f3f7dc63ba3fef7964e632f2e82bb1c1fa9c5c0_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:b36593c8d713be8ac5fa0d1d3f3f7dc63ba3fef7964e632f2e82bb1c1fa9c5c0_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:5a987ffaa90ad411406126c176bac2b637cd497830a0b6435e7f38d8750f3741_amd64 as a component of Red Hat Container Native Virtualization 4.2",
"product_id": "Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:5a987ffaa90ad411406126c176bac2b637cd497830a0b6435e7f38d8750f3741_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:5a987ffaa90ad411406126c176bac2b637cd497830a0b6435e7f38d8750f3741_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:cf5c043a65946c20be84bcbca5de75b8ed13dc1b09ce5c3b904c1d3d91177ded_s390x as a component of Red Hat Container Native Virtualization 4.2",
"product_id": "Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:cf5c043a65946c20be84bcbca5de75b8ed13dc1b09ce5c3b904c1d3d91177ded_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:cf5c043a65946c20be84bcbca5de75b8ed13dc1b09ce5c3b904c1d3d91177ded_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:d5a4fbbfaec296e82dea233159f65cc45eda5551d6dbb94acf019948c1df061c_arm64 as a component of Red Hat Container Native Virtualization 4.2",
"product_id": "Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:d5a4fbbfaec296e82dea233159f65cc45eda5551d6dbb94acf019948c1df061c_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:d5a4fbbfaec296e82dea233159f65cc45eda5551d6dbb94acf019948c1df061c_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:265434694ecd1aad14247415a4fddcd06d83aa7610a93988cb03d1ca1f93d313_s390x as a component of Red Hat Container Native Virtualization 4.2",
"product_id": "Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:265434694ecd1aad14247415a4fddcd06d83aa7610a93988cb03d1ca1f93d313_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:265434694ecd1aad14247415a4fddcd06d83aa7610a93988cb03d1ca1f93d313_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:99e3afbe451756b589b87f19411bbf2af94472a82a4634df335889813693f01f_amd64 as a component of Red Hat Container Native Virtualization 4.2",
"product_id": "Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:99e3afbe451756b589b87f19411bbf2af94472a82a4634df335889813693f01f_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:99e3afbe451756b589b87f19411bbf2af94472a82a4634df335889813693f01f_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:a1e79718fe80f771368c06a708c9525d2a54d8c34b7efa2160ef5397f16159aa_arm64 as a component of Red Hat Container Native Virtualization 4.2",
"product_id": "Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:a1e79718fe80f771368c06a708c9525d2a54d8c34b7efa2160ef5397f16159aa_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:a1e79718fe80f771368c06a708c9525d2a54d8c34b7efa2160ef5397f16159aa_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:029881b5f87d07cbc3929dde4096cb368b8b3779bf378fedcfb8a5ac1a2cf90c_s390x as a component of Red Hat Container Native Virtualization 4.2",
"product_id": "Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:029881b5f87d07cbc3929dde4096cb368b8b3779bf378fedcfb8a5ac1a2cf90c_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:029881b5f87d07cbc3929dde4096cb368b8b3779bf378fedcfb8a5ac1a2cf90c_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:b4b0c1ce4543c4f7eab8f635b51b68e32348bbf641941d041d48f62ba1cabc10_arm64 as a component of Red Hat Container Native Virtualization 4.2",
"product_id": "Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:b4b0c1ce4543c4f7eab8f635b51b68e32348bbf641941d041d48f62ba1cabc10_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:b4b0c1ce4543c4f7eab8f635b51b68e32348bbf641941d041d48f62ba1cabc10_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:fa050da8cd5cf5a3776517d2e5d56198df3489aaf183bf2c8433a4a0faa2a4ff_amd64 as a component of Red Hat Container Native Virtualization 4.2",
"product_id": "Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:fa050da8cd5cf5a3776517d2e5d56198df3489aaf183bf2c8433a4a0faa2a4ff_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:fa050da8cd5cf5a3776517d2e5d56198df3489aaf183bf2c8433a4a0faa2a4ff_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:6a0b69ef61cc0651a5db276a26a3025c65584ebdc8a719d18400555c4e9d9f6a_arm64 as a component of Red Hat Container Native Virtualization 4.2",
"product_id": "Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:6a0b69ef61cc0651a5db276a26a3025c65584ebdc8a719d18400555c4e9d9f6a_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:6a0b69ef61cc0651a5db276a26a3025c65584ebdc8a719d18400555c4e9d9f6a_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:cadfaeb9cd72aec112fe065427e8e1b6eeff2c6210fcf681b0d69aa6d2ea4ec0_amd64 as a component of Red Hat Container Native Virtualization 4.2",
"product_id": "Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:cadfaeb9cd72aec112fe065427e8e1b6eeff2c6210fcf681b0d69aa6d2ea4ec0_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:cadfaeb9cd72aec112fe065427e8e1b6eeff2c6210fcf681b0d69aa6d2ea4ec0_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:e3a5b735856b4d5d448c43818ec130949e87283f0f6f1b702be630ad8d26b266_s390x as a component of Red Hat Container Native Virtualization 4.2",
"product_id": "Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:e3a5b735856b4d5d448c43818ec130949e87283f0f6f1b702be630ad8d26b266_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:e3a5b735856b4d5d448c43818ec130949e87283f0f6f1b702be630ad8d26b266_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:39fb5e84c81881d4e5fa8636b110b6d6f9c78601e09209483db3f931f474c36b_amd64 as a component of Red Hat Container Native Virtualization 4.2",
"product_id": "Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:39fb5e84c81881d4e5fa8636b110b6d6f9c78601e09209483db3f931f474c36b_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:39fb5e84c81881d4e5fa8636b110b6d6f9c78601e09209483db3f931f474c36b_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:5eb3061bbf4165b8a0fb6545bd9e2faf072cf9a28b1a45a8dee1af02f83d045e_arm64 as a component of Red Hat Container Native Virtualization 4.2",
"product_id": "Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:5eb3061bbf4165b8a0fb6545bd9e2faf072cf9a28b1a45a8dee1af02f83d045e_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:5eb3061bbf4165b8a0fb6545bd9e2faf072cf9a28b1a45a8dee1af02f83d045e_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:aa1cb33f86f8b9c9554cf0aaffc2b2f844b25e76ad8c55b3daa511a58b9a60dd_s390x as a component of Red Hat Container Native Virtualization 4.2",
"product_id": "Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:aa1cb33f86f8b9c9554cf0aaffc2b2f844b25e76ad8c55b3daa511a58b9a60dd_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:aa1cb33f86f8b9c9554cf0aaffc2b2f844b25e76ad8c55b3daa511a58b9a60dd_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:9582c0c9bdcce1f161a6f4ae66a0110b0fec5e3d93889883d88583e12b5c8c6e_s390x as a component of Red Hat Container Native Virtualization 4.2",
"product_id": "Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:9582c0c9bdcce1f161a6f4ae66a0110b0fec5e3d93889883d88583e12b5c8c6e_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:9582c0c9bdcce1f161a6f4ae66a0110b0fec5e3d93889883d88583e12b5c8c6e_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:d26050a317260acb46a9a4cebcc452a27c3890c238519925deac6d0c7aa6cdd9_arm64 as a component of Red Hat Container Native Virtualization 4.2",
"product_id": "Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:d26050a317260acb46a9a4cebcc452a27c3890c238519925deac6d0c7aa6cdd9_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:d26050a317260acb46a9a4cebcc452a27c3890c238519925deac6d0c7aa6cdd9_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:f19ceb9d267e2f0ec45dcf4215e3c18373c97950d8c2165b51099cfaaa24dd44_amd64 as a component of Red Hat Container Native Virtualization 4.2",
"product_id": "Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:f19ceb9d267e2f0ec45dcf4215e3c18373c97950d8c2165b51099cfaaa24dd44_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:f19ceb9d267e2f0ec45dcf4215e3c18373c97950d8c2165b51099cfaaa24dd44_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:29adf32a9fa90675621747e993db21a966333944b6611d687e3913a1863fa741_amd64 as a component of Red Hat Container Native Virtualization 4.2",
"product_id": "Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:29adf32a9fa90675621747e993db21a966333944b6611d687e3913a1863fa741_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:29adf32a9fa90675621747e993db21a966333944b6611d687e3913a1863fa741_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:b603b10c1f3c18d0a44ddc0a81b81eda6a3431733fe8b7afad5adb412b7ae041_arm64 as a component of Red Hat Container Native Virtualization 4.2",
"product_id": "Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:b603b10c1f3c18d0a44ddc0a81b81eda6a3431733fe8b7afad5adb412b7ae041_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:b603b10c1f3c18d0a44ddc0a81b81eda6a3431733fe8b7afad5adb412b7ae041_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:c191cbf92d36e2ac13696fac7fdab9a2df8324832e77111ba45d75b4402ac115_s390x as a component of Red Hat Container Native Virtualization 4.2",
"product_id": "Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:c191cbf92d36e2ac13696fac7fdab9a2df8324832e77111ba45d75b4402ac115_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:c191cbf92d36e2ac13696fac7fdab9a2df8324832e77111ba45d75b4402ac115_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:4eef30fed2d0c76621dc5ddeadad9662041dc5f1eb84a4a639223f98775f86e6_amd64 as a component of Red Hat Container Native Virtualization 4.2",
"product_id": "Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:4eef30fed2d0c76621dc5ddeadad9662041dc5f1eb84a4a639223f98775f86e6_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:4eef30fed2d0c76621dc5ddeadad9662041dc5f1eb84a4a639223f98775f86e6_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:6033088242185420213cc36b8738b0f92c4fbe890146fe97b7c00a2cfb0b0b14_s390x as a component of Red Hat Container Native Virtualization 4.2",
"product_id": "Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:6033088242185420213cc36b8738b0f92c4fbe890146fe97b7c00a2cfb0b0b14_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:6033088242185420213cc36b8738b0f92c4fbe890146fe97b7c00a2cfb0b0b14_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:dab915ccd91fa0be0b6b09ce5f558cca321f78a04aba30ad3803f6eb92b06c4c_arm64 as a component of Red Hat Container Native Virtualization 4.2",
"product_id": "Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:dab915ccd91fa0be0b6b09ce5f558cca321f78a04aba30ad3803f6eb92b06c4c_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:dab915ccd91fa0be0b6b09ce5f558cca321f78a04aba30ad3803f6eb92b06c4c_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:43dc49aea4c9d369ccc144b25792a7d03f01f82eefee50d9bab25ebba0d57cf1_arm64 as a component of Red Hat Container Native Virtualization 4.2",
"product_id": "Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:43dc49aea4c9d369ccc144b25792a7d03f01f82eefee50d9bab25ebba0d57cf1_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:43dc49aea4c9d369ccc144b25792a7d03f01f82eefee50d9bab25ebba0d57cf1_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:780866347073738c662e0192df99cfdca8fbbc63f602179a057811f881925c7f_s390x as a component of Red Hat Container Native Virtualization 4.2",
"product_id": "Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:780866347073738c662e0192df99cfdca8fbbc63f602179a057811f881925c7f_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:780866347073738c662e0192df99cfdca8fbbc63f602179a057811f881925c7f_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:d8e0c79e39bd18038eb19c39c5369e16ec7096e8f87a8a986895e298b466eacc_amd64 as a component of Red Hat Container Native Virtualization 4.2",
"product_id": "Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:d8e0c79e39bd18038eb19c39c5369e16ec7096e8f87a8a986895e298b466eacc_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:d8e0c79e39bd18038eb19c39c5369e16ec7096e8f87a8a986895e298b466eacc_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:24379f2b32d6faead644bd387af61e53beec676ac7f0ab6151b917ce0fb130d5_amd64 as a component of Red Hat Container Native Virtualization 4.2",
"product_id": "Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:24379f2b32d6faead644bd387af61e53beec676ac7f0ab6151b917ce0fb130d5_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:24379f2b32d6faead644bd387af61e53beec676ac7f0ab6151b917ce0fb130d5_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:5f41a77d32f0dcf0a57f69670a66644f386629ee1286a6400d293c6393c9221c_s390x as a component of Red Hat Container Native Virtualization 4.2",
"product_id": "Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:5f41a77d32f0dcf0a57f69670a66644f386629ee1286a6400d293c6393c9221c_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:5f41a77d32f0dcf0a57f69670a66644f386629ee1286a6400d293c6393c9221c_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:92aee3b1836aee508d1999bcb2dada08e34fa75a6b0e6f38188a35d6e5e0597b_arm64 as a component of Red Hat Container Native Virtualization 4.2",
"product_id": "Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:92aee3b1836aee508d1999bcb2dada08e34fa75a6b0e6f38188a35d6e5e0597b_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:92aee3b1836aee508d1999bcb2dada08e34fa75a6b0e6f38188a35d6e5e0597b_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:0f4842109bfc1aa741dca4ade6749a5f0dbbad910cfc1db5a16f9fffb2ab07cc_arm64 as a component of Red Hat Container Native Virtualization 4.2",
"product_id": "Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:0f4842109bfc1aa741dca4ade6749a5f0dbbad910cfc1db5a16f9fffb2ab07cc_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:0f4842109bfc1aa741dca4ade6749a5f0dbbad910cfc1db5a16f9fffb2ab07cc_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:ad51f9dd477a5a87d8a92b6ef45e321bc2f9882d59a83139c3648dd30ec6e301_amd64 as a component of Red Hat Container Native Virtualization 4.2",
"product_id": "Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:ad51f9dd477a5a87d8a92b6ef45e321bc2f9882d59a83139c3648dd30ec6e301_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:ad51f9dd477a5a87d8a92b6ef45e321bc2f9882d59a83139c3648dd30ec6e301_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:cfc859525dd874998bbafe25b3f9a4319625418c0d918aa237973419a06c8d33_s390x as a component of Red Hat Container Native Virtualization 4.2",
"product_id": "Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:cfc859525dd874998bbafe25b3f9a4319625418c0d918aa237973419a06c8d33_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:cfc859525dd874998bbafe25b3f9a4319625418c0d918aa237973419a06c8d33_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47913",
"discovery_date": "2025-11-13T22:01:26.092452+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:4f770ffb600aaff68b954e31849634854cf88e39018b277baf1068ad88ce9592_s390x",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:a218e541369ad363c6e86610aeca23183202b0848660c8af9729aada4155125e_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:b22a4d71e501aa4d703a4cccee322ad9bd54d4602040a7073aef77bfaeaec360_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:436d7cad73f5661c2b9b39e229849f46097e9b09c4d4f8cbe7ab7b22ce999bb7_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:71604850d2cd41db93c0d3d8eed15ad5d586883bd1d58db46bbb1e1739692b92_s390x",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:98d088f850bdbf34fe290e61130745006028484b42750e2f270c391f70ed0748_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:58cbd2c422ab7df3b831f730975b6a68165fce450591696470beb582ca1a3e5b_s390x",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:af8310a255a5f6522b2d0894e083c515e9ef054352b3865a4d18a0a7b0991c4a_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:b36593c8d713be8ac5fa0d1d3f3f7dc63ba3fef7964e632f2e82bb1c1fa9c5c0_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:5a987ffaa90ad411406126c176bac2b637cd497830a0b6435e7f38d8750f3741_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:cf5c043a65946c20be84bcbca5de75b8ed13dc1b09ce5c3b904c1d3d91177ded_s390x",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:d5a4fbbfaec296e82dea233159f65cc45eda5551d6dbb94acf019948c1df061c_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:265434694ecd1aad14247415a4fddcd06d83aa7610a93988cb03d1ca1f93d313_s390x",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:99e3afbe451756b589b87f19411bbf2af94472a82a4634df335889813693f01f_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:a1e79718fe80f771368c06a708c9525d2a54d8c34b7efa2160ef5397f16159aa_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:029881b5f87d07cbc3929dde4096cb368b8b3779bf378fedcfb8a5ac1a2cf90c_s390x",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:b4b0c1ce4543c4f7eab8f635b51b68e32348bbf641941d041d48f62ba1cabc10_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:fa050da8cd5cf5a3776517d2e5d56198df3489aaf183bf2c8433a4a0faa2a4ff_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:39fb5e84c81881d4e5fa8636b110b6d6f9c78601e09209483db3f931f474c36b_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:5eb3061bbf4165b8a0fb6545bd9e2faf072cf9a28b1a45a8dee1af02f83d045e_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:aa1cb33f86f8b9c9554cf0aaffc2b2f844b25e76ad8c55b3daa511a58b9a60dd_s390x",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:9582c0c9bdcce1f161a6f4ae66a0110b0fec5e3d93889883d88583e12b5c8c6e_s390x",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:d26050a317260acb46a9a4cebcc452a27c3890c238519925deac6d0c7aa6cdd9_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:f19ceb9d267e2f0ec45dcf4215e3c18373c97950d8c2165b51099cfaaa24dd44_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:29adf32a9fa90675621747e993db21a966333944b6611d687e3913a1863fa741_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:b603b10c1f3c18d0a44ddc0a81b81eda6a3431733fe8b7afad5adb412b7ae041_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:c191cbf92d36e2ac13696fac7fdab9a2df8324832e77111ba45d75b4402ac115_s390x",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:4eef30fed2d0c76621dc5ddeadad9662041dc5f1eb84a4a639223f98775f86e6_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:6033088242185420213cc36b8738b0f92c4fbe890146fe97b7c00a2cfb0b0b14_s390x",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:dab915ccd91fa0be0b6b09ce5f558cca321f78a04aba30ad3803f6eb92b06c4c_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:43dc49aea4c9d369ccc144b25792a7d03f01f82eefee50d9bab25ebba0d57cf1_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:780866347073738c662e0192df99cfdca8fbbc63f602179a057811f881925c7f_s390x",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:d8e0c79e39bd18038eb19c39c5369e16ec7096e8f87a8a986895e298b466eacc_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:24379f2b32d6faead644bd387af61e53beec676ac7f0ab6151b917ce0fb130d5_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:5f41a77d32f0dcf0a57f69670a66644f386629ee1286a6400d293c6393c9221c_s390x",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:92aee3b1836aee508d1999bcb2dada08e34fa75a6b0e6f38188a35d6e5e0597b_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:0f4842109bfc1aa741dca4ade6749a5f0dbbad910cfc1db5a16f9fffb2ab07cc_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:ad51f9dd477a5a87d8a92b6ef45e321bc2f9882d59a83139c3648dd30ec6e301_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:cfc859525dd874998bbafe25b3f9a4319625418c0d918aa237973419a06c8d33_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2414943"
}
],
"notes": [
{
"category": "description",
"text": "A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic(\"unreachable\") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability was marked as Important because it allows any malicious or misbehaving SSH agent to force a crash in the client process using a single valid protocol byte. The panic occurs before the client has a chance to validate message structure or recover, which means an attacker controlling\u2014or intercepting\u2014SSH agent traffic can reliably terminate processes that rely on agent interactions. In environments where SSH agents operate over forwarded sockets, shared workspaces, or CI/CD runners, this turns into a reliable, unauthenticated remote denial of service against critical automation or developer tooling. The flaw also stems from unsafe assumptions in the unmarshalling logic, where unexpected but protocol-legal message types drop into \u201cunreachable\u201d code paths instead of being handled gracefully\u2014making it a design-level reliability break rather than a simple error-handling bug. For this reason, it is rated as an important availability-impacting vulnerability rather than a moderate issue.",
"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 Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:6a0b69ef61cc0651a5db276a26a3025c65584ebdc8a719d18400555c4e9d9f6a_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:cadfaeb9cd72aec112fe065427e8e1b6eeff2c6210fcf681b0d69aa6d2ea4ec0_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:e3a5b735856b4d5d448c43818ec130949e87283f0f6f1b702be630ad8d26b266_s390x"
],
"known_not_affected": [
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:4f770ffb600aaff68b954e31849634854cf88e39018b277baf1068ad88ce9592_s390x",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:a218e541369ad363c6e86610aeca23183202b0848660c8af9729aada4155125e_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:b22a4d71e501aa4d703a4cccee322ad9bd54d4602040a7073aef77bfaeaec360_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:436d7cad73f5661c2b9b39e229849f46097e9b09c4d4f8cbe7ab7b22ce999bb7_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:71604850d2cd41db93c0d3d8eed15ad5d586883bd1d58db46bbb1e1739692b92_s390x",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:98d088f850bdbf34fe290e61130745006028484b42750e2f270c391f70ed0748_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:58cbd2c422ab7df3b831f730975b6a68165fce450591696470beb582ca1a3e5b_s390x",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:af8310a255a5f6522b2d0894e083c515e9ef054352b3865a4d18a0a7b0991c4a_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:b36593c8d713be8ac5fa0d1d3f3f7dc63ba3fef7964e632f2e82bb1c1fa9c5c0_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:5a987ffaa90ad411406126c176bac2b637cd497830a0b6435e7f38d8750f3741_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:cf5c043a65946c20be84bcbca5de75b8ed13dc1b09ce5c3b904c1d3d91177ded_s390x",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:d5a4fbbfaec296e82dea233159f65cc45eda5551d6dbb94acf019948c1df061c_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:265434694ecd1aad14247415a4fddcd06d83aa7610a93988cb03d1ca1f93d313_s390x",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:99e3afbe451756b589b87f19411bbf2af94472a82a4634df335889813693f01f_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:a1e79718fe80f771368c06a708c9525d2a54d8c34b7efa2160ef5397f16159aa_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:029881b5f87d07cbc3929dde4096cb368b8b3779bf378fedcfb8a5ac1a2cf90c_s390x",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:b4b0c1ce4543c4f7eab8f635b51b68e32348bbf641941d041d48f62ba1cabc10_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:fa050da8cd5cf5a3776517d2e5d56198df3489aaf183bf2c8433a4a0faa2a4ff_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:39fb5e84c81881d4e5fa8636b110b6d6f9c78601e09209483db3f931f474c36b_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:5eb3061bbf4165b8a0fb6545bd9e2faf072cf9a28b1a45a8dee1af02f83d045e_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:aa1cb33f86f8b9c9554cf0aaffc2b2f844b25e76ad8c55b3daa511a58b9a60dd_s390x",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:9582c0c9bdcce1f161a6f4ae66a0110b0fec5e3d93889883d88583e12b5c8c6e_s390x",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:d26050a317260acb46a9a4cebcc452a27c3890c238519925deac6d0c7aa6cdd9_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:f19ceb9d267e2f0ec45dcf4215e3c18373c97950d8c2165b51099cfaaa24dd44_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:29adf32a9fa90675621747e993db21a966333944b6611d687e3913a1863fa741_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:b603b10c1f3c18d0a44ddc0a81b81eda6a3431733fe8b7afad5adb412b7ae041_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:c191cbf92d36e2ac13696fac7fdab9a2df8324832e77111ba45d75b4402ac115_s390x",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:4eef30fed2d0c76621dc5ddeadad9662041dc5f1eb84a4a639223f98775f86e6_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:6033088242185420213cc36b8738b0f92c4fbe890146fe97b7c00a2cfb0b0b14_s390x",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:dab915ccd91fa0be0b6b09ce5f558cca321f78a04aba30ad3803f6eb92b06c4c_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:43dc49aea4c9d369ccc144b25792a7d03f01f82eefee50d9bab25ebba0d57cf1_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:780866347073738c662e0192df99cfdca8fbbc63f602179a057811f881925c7f_s390x",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:d8e0c79e39bd18038eb19c39c5369e16ec7096e8f87a8a986895e298b466eacc_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:24379f2b32d6faead644bd387af61e53beec676ac7f0ab6151b917ce0fb130d5_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:5f41a77d32f0dcf0a57f69670a66644f386629ee1286a6400d293c6393c9221c_s390x",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:92aee3b1836aee508d1999bcb2dada08e34fa75a6b0e6f38188a35d6e5e0597b_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:0f4842109bfc1aa741dca4ade6749a5f0dbbad910cfc1db5a16f9fffb2ab07cc_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:ad51f9dd477a5a87d8a92b6ef45e321bc2f9882d59a83139c3648dd30ec6e301_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:cfc859525dd874998bbafe25b3f9a4319625418c0d918aa237973419a06c8d33_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "RHBZ#2414943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414943"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47913"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-hcg3-q754-cr77",
"url": "https://github.com/advisories/GHSA-hcg3-q754-cr77"
},
{
"category": "external",
"summary": "https://go.dev/cl/700295",
"url": "https://go.dev/cl/700295"
},
{
"category": "external",
"summary": "https://go.dev/issue/75178",
"url": "https://go.dev/issue/75178"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4116",
"url": "https://pkg.go.dev/vuln/GO-2025-4116"
}
],
"release_date": "2025-11-13T21:29:39.907000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-05T07:44:49+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:6a0b69ef61cc0651a5db276a26a3025c65584ebdc8a719d18400555c4e9d9f6a_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:cadfaeb9cd72aec112fe065427e8e1b6eeff2c6210fcf681b0d69aa6d2ea4ec0_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:e3a5b735856b4d5d448c43818ec130949e87283f0f6f1b702be630ad8d26b266_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13630"
},
{
"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 Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:4f770ffb600aaff68b954e31849634854cf88e39018b277baf1068ad88ce9592_s390x",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:a218e541369ad363c6e86610aeca23183202b0848660c8af9729aada4155125e_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:b22a4d71e501aa4d703a4cccee322ad9bd54d4602040a7073aef77bfaeaec360_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:436d7cad73f5661c2b9b39e229849f46097e9b09c4d4f8cbe7ab7b22ce999bb7_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:71604850d2cd41db93c0d3d8eed15ad5d586883bd1d58db46bbb1e1739692b92_s390x",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:98d088f850bdbf34fe290e61130745006028484b42750e2f270c391f70ed0748_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:58cbd2c422ab7df3b831f730975b6a68165fce450591696470beb582ca1a3e5b_s390x",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:af8310a255a5f6522b2d0894e083c515e9ef054352b3865a4d18a0a7b0991c4a_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:b36593c8d713be8ac5fa0d1d3f3f7dc63ba3fef7964e632f2e82bb1c1fa9c5c0_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:5a987ffaa90ad411406126c176bac2b637cd497830a0b6435e7f38d8750f3741_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:cf5c043a65946c20be84bcbca5de75b8ed13dc1b09ce5c3b904c1d3d91177ded_s390x",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:d5a4fbbfaec296e82dea233159f65cc45eda5551d6dbb94acf019948c1df061c_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:265434694ecd1aad14247415a4fddcd06d83aa7610a93988cb03d1ca1f93d313_s390x",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:99e3afbe451756b589b87f19411bbf2af94472a82a4634df335889813693f01f_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:a1e79718fe80f771368c06a708c9525d2a54d8c34b7efa2160ef5397f16159aa_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:029881b5f87d07cbc3929dde4096cb368b8b3779bf378fedcfb8a5ac1a2cf90c_s390x",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:b4b0c1ce4543c4f7eab8f635b51b68e32348bbf641941d041d48f62ba1cabc10_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:fa050da8cd5cf5a3776517d2e5d56198df3489aaf183bf2c8433a4a0faa2a4ff_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:6a0b69ef61cc0651a5db276a26a3025c65584ebdc8a719d18400555c4e9d9f6a_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:cadfaeb9cd72aec112fe065427e8e1b6eeff2c6210fcf681b0d69aa6d2ea4ec0_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:e3a5b735856b4d5d448c43818ec130949e87283f0f6f1b702be630ad8d26b266_s390x",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:39fb5e84c81881d4e5fa8636b110b6d6f9c78601e09209483db3f931f474c36b_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:5eb3061bbf4165b8a0fb6545bd9e2faf072cf9a28b1a45a8dee1af02f83d045e_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:aa1cb33f86f8b9c9554cf0aaffc2b2f844b25e76ad8c55b3daa511a58b9a60dd_s390x",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:9582c0c9bdcce1f161a6f4ae66a0110b0fec5e3d93889883d88583e12b5c8c6e_s390x",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:d26050a317260acb46a9a4cebcc452a27c3890c238519925deac6d0c7aa6cdd9_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:f19ceb9d267e2f0ec45dcf4215e3c18373c97950d8c2165b51099cfaaa24dd44_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:29adf32a9fa90675621747e993db21a966333944b6611d687e3913a1863fa741_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:b603b10c1f3c18d0a44ddc0a81b81eda6a3431733fe8b7afad5adb412b7ae041_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:c191cbf92d36e2ac13696fac7fdab9a2df8324832e77111ba45d75b4402ac115_s390x",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:4eef30fed2d0c76621dc5ddeadad9662041dc5f1eb84a4a639223f98775f86e6_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:6033088242185420213cc36b8738b0f92c4fbe890146fe97b7c00a2cfb0b0b14_s390x",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:dab915ccd91fa0be0b6b09ce5f558cca321f78a04aba30ad3803f6eb92b06c4c_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:43dc49aea4c9d369ccc144b25792a7d03f01f82eefee50d9bab25ebba0d57cf1_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:780866347073738c662e0192df99cfdca8fbbc63f602179a057811f881925c7f_s390x",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:d8e0c79e39bd18038eb19c39c5369e16ec7096e8f87a8a986895e298b466eacc_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:24379f2b32d6faead644bd387af61e53beec676ac7f0ab6151b917ce0fb130d5_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:5f41a77d32f0dcf0a57f69670a66644f386629ee1286a6400d293c6393c9221c_s390x",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:92aee3b1836aee508d1999bcb2dada08e34fa75a6b0e6f38188a35d6e5e0597b_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:0f4842109bfc1aa741dca4ade6749a5f0dbbad910cfc1db5a16f9fffb2ab07cc_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:ad51f9dd477a5a87d8a92b6ef45e321bc2f9882d59a83139c3648dd30ec6e301_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:cfc859525dd874998bbafe25b3f9a4319625418c0d918aa237973419a06c8d33_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:4f770ffb600aaff68b954e31849634854cf88e39018b277baf1068ad88ce9592_s390x",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:a218e541369ad363c6e86610aeca23183202b0848660c8af9729aada4155125e_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:b22a4d71e501aa4d703a4cccee322ad9bd54d4602040a7073aef77bfaeaec360_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:436d7cad73f5661c2b9b39e229849f46097e9b09c4d4f8cbe7ab7b22ce999bb7_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:71604850d2cd41db93c0d3d8eed15ad5d586883bd1d58db46bbb1e1739692b92_s390x",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:98d088f850bdbf34fe290e61130745006028484b42750e2f270c391f70ed0748_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:58cbd2c422ab7df3b831f730975b6a68165fce450591696470beb582ca1a3e5b_s390x",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:af8310a255a5f6522b2d0894e083c515e9ef054352b3865a4d18a0a7b0991c4a_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:b36593c8d713be8ac5fa0d1d3f3f7dc63ba3fef7964e632f2e82bb1c1fa9c5c0_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:5a987ffaa90ad411406126c176bac2b637cd497830a0b6435e7f38d8750f3741_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:cf5c043a65946c20be84bcbca5de75b8ed13dc1b09ce5c3b904c1d3d91177ded_s390x",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:d5a4fbbfaec296e82dea233159f65cc45eda5551d6dbb94acf019948c1df061c_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:265434694ecd1aad14247415a4fddcd06d83aa7610a93988cb03d1ca1f93d313_s390x",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:99e3afbe451756b589b87f19411bbf2af94472a82a4634df335889813693f01f_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:a1e79718fe80f771368c06a708c9525d2a54d8c34b7efa2160ef5397f16159aa_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:029881b5f87d07cbc3929dde4096cb368b8b3779bf378fedcfb8a5ac1a2cf90c_s390x",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:b4b0c1ce4543c4f7eab8f635b51b68e32348bbf641941d041d48f62ba1cabc10_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:fa050da8cd5cf5a3776517d2e5d56198df3489aaf183bf2c8433a4a0faa2a4ff_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:6a0b69ef61cc0651a5db276a26a3025c65584ebdc8a719d18400555c4e9d9f6a_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:cadfaeb9cd72aec112fe065427e8e1b6eeff2c6210fcf681b0d69aa6d2ea4ec0_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:e3a5b735856b4d5d448c43818ec130949e87283f0f6f1b702be630ad8d26b266_s390x",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:39fb5e84c81881d4e5fa8636b110b6d6f9c78601e09209483db3f931f474c36b_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:5eb3061bbf4165b8a0fb6545bd9e2faf072cf9a28b1a45a8dee1af02f83d045e_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:aa1cb33f86f8b9c9554cf0aaffc2b2f844b25e76ad8c55b3daa511a58b9a60dd_s390x",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:9582c0c9bdcce1f161a6f4ae66a0110b0fec5e3d93889883d88583e12b5c8c6e_s390x",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:d26050a317260acb46a9a4cebcc452a27c3890c238519925deac6d0c7aa6cdd9_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:f19ceb9d267e2f0ec45dcf4215e3c18373c97950d8c2165b51099cfaaa24dd44_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:29adf32a9fa90675621747e993db21a966333944b6611d687e3913a1863fa741_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:b603b10c1f3c18d0a44ddc0a81b81eda6a3431733fe8b7afad5adb412b7ae041_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:c191cbf92d36e2ac13696fac7fdab9a2df8324832e77111ba45d75b4402ac115_s390x",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:4eef30fed2d0c76621dc5ddeadad9662041dc5f1eb84a4a639223f98775f86e6_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:6033088242185420213cc36b8738b0f92c4fbe890146fe97b7c00a2cfb0b0b14_s390x",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:dab915ccd91fa0be0b6b09ce5f558cca321f78a04aba30ad3803f6eb92b06c4c_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:43dc49aea4c9d369ccc144b25792a7d03f01f82eefee50d9bab25ebba0d57cf1_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:780866347073738c662e0192df99cfdca8fbbc63f602179a057811f881925c7f_s390x",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:d8e0c79e39bd18038eb19c39c5369e16ec7096e8f87a8a986895e298b466eacc_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:24379f2b32d6faead644bd387af61e53beec676ac7f0ab6151b917ce0fb130d5_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:5f41a77d32f0dcf0a57f69670a66644f386629ee1286a6400d293c6393c9221c_s390x",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:92aee3b1836aee508d1999bcb2dada08e34fa75a6b0e6f38188a35d6e5e0597b_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:0f4842109bfc1aa741dca4ade6749a5f0dbbad910cfc1db5a16f9fffb2ab07cc_arm64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:ad51f9dd477a5a87d8a92b6ef45e321bc2f9882d59a83139c3648dd30ec6e301_amd64",
"Red Hat Container Native Virtualization 4.2:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:cfc859525dd874998bbafe25b3f9a4319625418c0d918aa237973419a06c8d33_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS"
}
]
}
RHSA-2026:14868
Vulnerability from csaf_redhat - Published: 2026-05-07 18:15 - Updated: 2026-06-06 01:19A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic("unreachable") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.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 buildah is now available for Red Hat Enterprise Linux 10.0 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The buildah package provides a tool for facilitating building OCI container images. Among other things, buildah enables you to: Create a working container, either from scratch or using an image as a starting point; Create an image, either from a working container or using the instructions in a Dockerfile; Build both Docker and OCI images. \n\nSecurity Fix(es):\n\n* golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS (CVE-2025-47913)\n\n* crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate (CVE-2025-61729)\n\n* golang: net/url: Memory exhaustion in query parameter parsing in net/url (CVE-2025-61726)\n\n* crypto/tls: Unexpected session resumption in crypto/tls (CVE-2025-68121)\n\n* net/url: Incorrect parsing of IPv6 host literals in net/url (CVE-2026-25679)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:14868",
"url": "https://access.redhat.com/errata/RHSA-2026:14868"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2414943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414943"
},
{
"category": "external",
"summary": "2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_14868.json"
}
],
"title": "Red Hat Security Advisory: buildah security update",
"tracking": {
"current_release_date": "2026-06-06T01:19:45+00:00",
"generator": {
"date": "2026-06-06T01:19:45+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"id": "RHSA-2026:14868",
"initial_release_date": "2026-05-07T18:15:36+00:00",
"revision_history": [
{
"date": "2026-05-07T18:15:36+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-07T18:15:36+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-06T01:19:45+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.39.8-1.el10_0.src",
"product": {
"name": "buildah-2:1.39.8-1.el10_0.src",
"product_id": "buildah-2:1.39.8-1.el10_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.39.8-1.el10_0?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.39.8-1.el10_0.aarch64",
"product": {
"name": "buildah-2:1.39.8-1.el10_0.aarch64",
"product_id": "buildah-2:1.39.8-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.39.8-1.el10_0?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.39.8-1.el10_0.aarch64",
"product": {
"name": "buildah-tests-2:1.39.8-1.el10_0.aarch64",
"product_id": "buildah-tests-2:1.39.8-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.39.8-1.el10_0?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.39.8-1.el10_0.aarch64",
"product": {
"name": "buildah-debugsource-2:1.39.8-1.el10_0.aarch64",
"product_id": "buildah-debugsource-2:1.39.8-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.39.8-1.el10_0?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.39.8-1.el10_0.aarch64",
"product": {
"name": "buildah-debuginfo-2:1.39.8-1.el10_0.aarch64",
"product_id": "buildah-debuginfo-2:1.39.8-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.39.8-1.el10_0?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64",
"product": {
"name": "buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64",
"product_id": "buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.39.8-1.el10_0?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.39.8-1.el10_0.ppc64le",
"product": {
"name": "buildah-2:1.39.8-1.el10_0.ppc64le",
"product_id": "buildah-2:1.39.8-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.39.8-1.el10_0?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.39.8-1.el10_0.ppc64le",
"product": {
"name": "buildah-tests-2:1.39.8-1.el10_0.ppc64le",
"product_id": "buildah-tests-2:1.39.8-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.39.8-1.el10_0?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.39.8-1.el10_0.ppc64le",
"product": {
"name": "buildah-debugsource-2:1.39.8-1.el10_0.ppc64le",
"product_id": "buildah-debugsource-2:1.39.8-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.39.8-1.el10_0?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"product": {
"name": "buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"product_id": "buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.39.8-1.el10_0?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"product": {
"name": "buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"product_id": "buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.39.8-1.el10_0?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.39.8-1.el10_0.s390x",
"product": {
"name": "buildah-2:1.39.8-1.el10_0.s390x",
"product_id": "buildah-2:1.39.8-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.39.8-1.el10_0?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.39.8-1.el10_0.s390x",
"product": {
"name": "buildah-tests-2:1.39.8-1.el10_0.s390x",
"product_id": "buildah-tests-2:1.39.8-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.39.8-1.el10_0?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.39.8-1.el10_0.s390x",
"product": {
"name": "buildah-debugsource-2:1.39.8-1.el10_0.s390x",
"product_id": "buildah-debugsource-2:1.39.8-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.39.8-1.el10_0?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.39.8-1.el10_0.s390x",
"product": {
"name": "buildah-debuginfo-2:1.39.8-1.el10_0.s390x",
"product_id": "buildah-debuginfo-2:1.39.8-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.39.8-1.el10_0?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x",
"product": {
"name": "buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x",
"product_id": "buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.39.8-1.el10_0?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.39.8-1.el10_0.x86_64",
"product": {
"name": "buildah-2:1.39.8-1.el10_0.x86_64",
"product_id": "buildah-2:1.39.8-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.39.8-1.el10_0?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.39.8-1.el10_0.x86_64",
"product": {
"name": "buildah-tests-2:1.39.8-1.el10_0.x86_64",
"product_id": "buildah-tests-2:1.39.8-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.39.8-1.el10_0?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.39.8-1.el10_0.x86_64",
"product": {
"name": "buildah-debugsource-2:1.39.8-1.el10_0.x86_64",
"product_id": "buildah-debugsource-2:1.39.8-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.39.8-1.el10_0?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.39.8-1.el10_0.x86_64",
"product": {
"name": "buildah-debuginfo-2:1.39.8-1.el10_0.x86_64",
"product_id": "buildah-debuginfo-2:1.39.8-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.39.8-1.el10_0?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64",
"product": {
"name": "buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64",
"product_id": "buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.39.8-1.el10_0?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.39.8-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.aarch64"
},
"product_reference": "buildah-2:1.39.8-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.39.8-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.ppc64le"
},
"product_reference": "buildah-2:1.39.8-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.39.8-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.s390x"
},
"product_reference": "buildah-2:1.39.8-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.39.8-1.el10_0.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.src"
},
"product_reference": "buildah-2:1.39.8-1.el10_0.src",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.39.8-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.x86_64"
},
"product_reference": "buildah-2:1.39.8-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.39.8-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.aarch64"
},
"product_reference": "buildah-debuginfo-2:1.39.8-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le"
},
"product_reference": "buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.39.8-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.s390x"
},
"product_reference": "buildah-debuginfo-2:1.39.8-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.39.8-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.x86_64"
},
"product_reference": "buildah-debuginfo-2:1.39.8-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.39.8-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.aarch64"
},
"product_reference": "buildah-debugsource-2:1.39.8-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.39.8-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.ppc64le"
},
"product_reference": "buildah-debugsource-2:1.39.8-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.39.8-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.s390x"
},
"product_reference": "buildah-debugsource-2:1.39.8-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.39.8-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.x86_64"
},
"product_reference": "buildah-debugsource-2:1.39.8-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.39.8-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.aarch64"
},
"product_reference": "buildah-tests-2:1.39.8-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.39.8-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.ppc64le"
},
"product_reference": "buildah-tests-2:1.39.8-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.39.8-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.s390x"
},
"product_reference": "buildah-tests-2:1.39.8-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.39.8-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.x86_64"
},
"product_reference": "buildah-tests-2:1.39.8-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64"
},
"product_reference": "buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le"
},
"product_reference": "buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x"
},
"product_reference": "buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64"
},
"product_reference": "buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47913",
"discovery_date": "2025-11-13T22:01:26.092452+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2414943"
}
],
"notes": [
{
"category": "description",
"text": "A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic(\"unreachable\") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability was marked as Important because it allows any malicious or misbehaving SSH agent to force a crash in the client process using a single valid protocol byte. The panic occurs before the client has a chance to validate message structure or recover, which means an attacker controlling\u2014or intercepting\u2014SSH agent traffic can reliably terminate processes that rely on agent interactions. In environments where SSH agents operate over forwarded sockets, shared workspaces, or CI/CD runners, this turns into a reliable, unauthenticated remote denial of service against critical automation or developer tooling. The flaw also stems from unsafe assumptions in the unmarshalling logic, where unexpected but protocol-legal message types drop into \u201cunreachable\u201d code paths instead of being handled gracefully\u2014making it a design-level reliability break rather than a simple error-handling bug. For this reason, it is rated as an important availability-impacting vulnerability rather than a moderate issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.src",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "RHBZ#2414943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414943"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47913"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-hcg3-q754-cr77",
"url": "https://github.com/advisories/GHSA-hcg3-q754-cr77"
},
{
"category": "external",
"summary": "https://go.dev/cl/700295",
"url": "https://go.dev/cl/700295"
},
{
"category": "external",
"summary": "https://go.dev/issue/75178",
"url": "https://go.dev/issue/75178"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4116",
"url": "https://pkg.go.dev/vuln/GO-2025-4116"
}
],
"release_date": "2025-11-13T21:29:39.907000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-07T18:15:36+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.src",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:14868"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.src",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.src",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS"
},
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.src",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-07T18:15:36+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.src",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:14868"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.src",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.src",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.src",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-07T18:15:36+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.src",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:14868"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.src",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.src",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-07T18:15:36+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.src",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:14868"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.src",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-25679",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2026-03-06T22:02:11.567841+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445356"
}
],
"notes": [
{
"category": "description",
"text": "The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/url: Incorrect parsing of IPv6 host literals in net/url",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.src",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "RHBZ#2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://go.dev/cl/752180",
"url": "https://go.dev/cl/752180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77578",
"url": "https://go.dev/issue/77578"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4601",
"url": "https://pkg.go.dev/vuln/GO-2026-4601"
}
],
"release_date": "2026-03-06T21:28:14.211000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-07T18:15:36+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.src",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:14868"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.src",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.src",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/url: Incorrect parsing of IPv6 host literals in net/url"
}
]
}
RHSA-2026:16102
Vulnerability from csaf_redhat - Published: 2026-05-11 22:53 - Updated: 2026-06-06 01:19A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic("unreachable") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the `crypto/tls` package within the Go (golang) standard library, specifically affecting TLS 1.3 connections. A remote attacker can exploit this vulnerability by sending multiple key update messages in a single record after the handshake. This can cause the connection to deadlock, leading to uncontrolled consumption of resources and ultimately a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for buildah 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 buildah package provides a tool for facilitating building OCI container images. Among other things, buildah enables you to: Create a working container, either from scratch or using an image as a starting point; Create an image, either from a working container or using the instructions in a Dockerfile; Build both Docker and OCI images. \n\nSecurity Fix(es):\n\n* golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS (CVE-2025-47913)\n\n* crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate (CVE-2025-61729)\n\n* golang: net/url: Memory exhaustion in query parameter parsing in net/url (CVE-2025-61726)\n\n* crypto/tls: Unexpected session resumption in crypto/tls (CVE-2025-68121)\n\n* net/url: Incorrect parsing of IPv6 host literals in net/url (CVE-2026-25679)\n\n* crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages (CVE-2026-32283)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:16102",
"url": "https://access.redhat.com/errata/RHSA-2026:16102"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2414943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414943"
},
{
"category": "external",
"summary": "2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "2456338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456338"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_16102.json"
}
],
"title": "Red Hat Security Advisory: buildah security update",
"tracking": {
"current_release_date": "2026-06-06T01:19:50+00:00",
"generator": {
"date": "2026-06-06T01:19:50+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"id": "RHSA-2026:16102",
"initial_release_date": "2026-05-11T22:53:25+00:00",
"revision_history": [
{
"date": "2026-05-11T22:53:25+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-11T22:53:25+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-06T01:19: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": "buildah-1:1.26.11-1.el9_0.src",
"product": {
"name": "buildah-1:1.26.11-1.el9_0.src",
"product_id": "buildah-1:1.26.11-1.el9_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.26.11-1.el9_0?arch=src\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1:1.26.11-1.el9_0.aarch64",
"product": {
"name": "buildah-1:1.26.11-1.el9_0.aarch64",
"product_id": "buildah-1:1.26.11-1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.26.11-1.el9_0?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.26.11-1.el9_0.aarch64",
"product": {
"name": "buildah-tests-1:1.26.11-1.el9_0.aarch64",
"product_id": "buildah-tests-1:1.26.11-1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.26.11-1.el9_0?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.26.11-1.el9_0.aarch64",
"product": {
"name": "buildah-debugsource-1:1.26.11-1.el9_0.aarch64",
"product_id": "buildah-debugsource-1:1.26.11-1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.26.11-1.el9_0?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.26.11-1.el9_0.aarch64",
"product": {
"name": "buildah-debuginfo-1:1.26.11-1.el9_0.aarch64",
"product_id": "buildah-debuginfo-1:1.26.11-1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.26.11-1.el9_0?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64",
"product": {
"name": "buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64",
"product_id": "buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.26.11-1.el9_0?arch=aarch64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1:1.26.11-1.el9_0.ppc64le",
"product": {
"name": "buildah-1:1.26.11-1.el9_0.ppc64le",
"product_id": "buildah-1:1.26.11-1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.26.11-1.el9_0?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.26.11-1.el9_0.ppc64le",
"product": {
"name": "buildah-tests-1:1.26.11-1.el9_0.ppc64le",
"product_id": "buildah-tests-1:1.26.11-1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.26.11-1.el9_0?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.26.11-1.el9_0.ppc64le",
"product": {
"name": "buildah-debugsource-1:1.26.11-1.el9_0.ppc64le",
"product_id": "buildah-debugsource-1:1.26.11-1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.26.11-1.el9_0?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"product": {
"name": "buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"product_id": "buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.26.11-1.el9_0?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"product": {
"name": "buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"product_id": "buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.26.11-1.el9_0?arch=ppc64le\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1:1.26.11-1.el9_0.x86_64",
"product": {
"name": "buildah-1:1.26.11-1.el9_0.x86_64",
"product_id": "buildah-1:1.26.11-1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.26.11-1.el9_0?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.26.11-1.el9_0.x86_64",
"product": {
"name": "buildah-tests-1:1.26.11-1.el9_0.x86_64",
"product_id": "buildah-tests-1:1.26.11-1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.26.11-1.el9_0?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.26.11-1.el9_0.x86_64",
"product": {
"name": "buildah-debugsource-1:1.26.11-1.el9_0.x86_64",
"product_id": "buildah-debugsource-1:1.26.11-1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.26.11-1.el9_0?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.26.11-1.el9_0.x86_64",
"product": {
"name": "buildah-debuginfo-1:1.26.11-1.el9_0.x86_64",
"product_id": "buildah-debuginfo-1:1.26.11-1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.26.11-1.el9_0?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64",
"product": {
"name": "buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64",
"product_id": "buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.26.11-1.el9_0?arch=x86_64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1:1.26.11-1.el9_0.s390x",
"product": {
"name": "buildah-1:1.26.11-1.el9_0.s390x",
"product_id": "buildah-1:1.26.11-1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.26.11-1.el9_0?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.26.11-1.el9_0.s390x",
"product": {
"name": "buildah-tests-1:1.26.11-1.el9_0.s390x",
"product_id": "buildah-tests-1:1.26.11-1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.26.11-1.el9_0?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.26.11-1.el9_0.s390x",
"product": {
"name": "buildah-debugsource-1:1.26.11-1.el9_0.s390x",
"product_id": "buildah-debugsource-1:1.26.11-1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.26.11-1.el9_0?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.26.11-1.el9_0.s390x",
"product": {
"name": "buildah-debuginfo-1:1.26.11-1.el9_0.s390x",
"product_id": "buildah-debuginfo-1:1.26.11-1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.26.11-1.el9_0?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x",
"product": {
"name": "buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x",
"product_id": "buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.26.11-1.el9_0?arch=s390x\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.26.11-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.aarch64"
},
"product_reference": "buildah-1:1.26.11-1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.26.11-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le"
},
"product_reference": "buildah-1:1.26.11-1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.26.11-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x"
},
"product_reference": "buildah-1:1.26.11-1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.26.11-1.el9_0.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src"
},
"product_reference": "buildah-1:1.26.11-1.el9_0.src",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.26.11-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64"
},
"product_reference": "buildah-1:1.26.11-1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.26.11-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64"
},
"product_reference": "buildah-debuginfo-1:1.26.11-1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le"
},
"product_reference": "buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.26.11-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x"
},
"product_reference": "buildah-debuginfo-1:1.26.11-1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.26.11-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64"
},
"product_reference": "buildah-debuginfo-1:1.26.11-1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.26.11-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64"
},
"product_reference": "buildah-debugsource-1:1.26.11-1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.26.11-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le"
},
"product_reference": "buildah-debugsource-1:1.26.11-1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.26.11-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x"
},
"product_reference": "buildah-debugsource-1:1.26.11-1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.26.11-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64"
},
"product_reference": "buildah-debugsource-1:1.26.11-1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.26.11-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64"
},
"product_reference": "buildah-tests-1:1.26.11-1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.26.11-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le"
},
"product_reference": "buildah-tests-1:1.26.11-1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.26.11-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x"
},
"product_reference": "buildah-tests-1:1.26.11-1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.26.11-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64"
},
"product_reference": "buildah-tests-1:1.26.11-1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64"
},
"product_reference": "buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le"
},
"product_reference": "buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x"
},
"product_reference": "buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64"
},
"product_reference": "buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47913",
"discovery_date": "2025-11-13T22:01:26.092452+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2414943"
}
],
"notes": [
{
"category": "description",
"text": "A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic(\"unreachable\") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability was marked as Important because it allows any malicious or misbehaving SSH agent to force a crash in the client process using a single valid protocol byte. The panic occurs before the client has a chance to validate message structure or recover, which means an attacker controlling\u2014or intercepting\u2014SSH agent traffic can reliably terminate processes that rely on agent interactions. In environments where SSH agents operate over forwarded sockets, shared workspaces, or CI/CD runners, this turns into a reliable, unauthenticated remote denial of service against critical automation or developer tooling. The flaw also stems from unsafe assumptions in the unmarshalling logic, where unexpected but protocol-legal message types drop into \u201cunreachable\u201d code paths instead of being handled gracefully\u2014making it a design-level reliability break rather than a simple error-handling bug. For this reason, it is rated as an important availability-impacting vulnerability rather than a moderate issue.",
"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:buildah-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "RHBZ#2414943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414943"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47913"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-hcg3-q754-cr77",
"url": "https://github.com/advisories/GHSA-hcg3-q754-cr77"
},
{
"category": "external",
"summary": "https://go.dev/cl/700295",
"url": "https://go.dev/cl/700295"
},
{
"category": "external",
"summary": "https://go.dev/issue/75178",
"url": "https://go.dev/issue/75178"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4116",
"url": "https://pkg.go.dev/vuln/GO-2025-4116"
}
],
"release_date": "2025-11-13T21:29:39.907000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T22:53:25+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:buildah-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16102"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS"
},
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T22:53:25+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:buildah-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16102"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T22:53:25+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:buildah-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16102"
}
],
"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:buildah-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T22:53:25+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:buildah-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16102"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-25679",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2026-03-06T22:02:11.567841+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445356"
}
],
"notes": [
{
"category": "description",
"text": "The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/url: Incorrect parsing of IPv6 host literals in net/url",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "RHBZ#2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://go.dev/cl/752180",
"url": "https://go.dev/cl/752180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77578",
"url": "https://go.dev/issue/77578"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4601",
"url": "https://pkg.go.dev/vuln/GO-2026-4601"
}
],
"release_date": "2026-03-06T21:28:14.211000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T22:53:25+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:buildah-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16102"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/url: Incorrect parsing of IPv6 host literals in net/url"
},
{
"cve": "CVE-2026-32283",
"cwe": {
"id": "CWE-764",
"name": "Multiple Locks of a Critical Resource"
},
"discovery_date": "2026-04-08T02:01:16.213799+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456338"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `crypto/tls` package within the Go (golang) standard library, specifically affecting TLS 1.3 connections. A remote attacker can exploit this vulnerability by sending multiple key update messages in a single record after the handshake. This can cause the connection to deadlock, leading to uncontrolled consumption of resources and ultimately a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32283"
},
{
"category": "external",
"summary": "RHBZ#2456338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456338"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32283",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32283"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32283",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32283"
},
{
"category": "external",
"summary": "https://go.dev/cl/763767",
"url": "https://go.dev/cl/763767"
},
{
"category": "external",
"summary": "https://go.dev/issue/78334",
"url": "https://go.dev/issue/78334"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4870",
"url": "https://pkg.go.dev/vuln/GO-2026-4870"
}
],
"release_date": "2026-04-08T01:06:57.670000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T22:53:25+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:buildah-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16102"
}
],
"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:buildah-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages"
}
]
}
RHSA-2026:16701
Vulnerability from csaf_redhat - Published: 2026-05-13 02:25 - Updated: 2026-05-28 20:18A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic("unreachable") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-docker-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:skopeo-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:skopeo-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:skopeo-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-docker-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-plugins-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-remote-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-tests-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:skopeo-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:skopeo-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:skopeo-tests-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.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.8 Update Services for SAP Solutions and Red Hat Enterprise Linux 8.8 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/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS (CVE-2025-47913)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:16701",
"url": "https://access.redhat.com/errata/RHSA-2026:16701"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2414943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414943"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_16701.json"
}
],
"title": "Red Hat Security Advisory: container-tools:rhel8 security update",
"tracking": {
"current_release_date": "2026-05-28T20:18:15+00:00",
"generator": {
"date": "2026-05-28T20:18:15+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:16701",
"initial_release_date": "2026-05-13T02:25:11+00:00",
"revision_history": [
{
"date": "2026-05-13T02:25:11+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-13T02:25:11+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-28T20:18:15+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.8.8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.8::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.5.0-2.module%2Bel8.8.0%2B23884%2B2031fc78?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"product": {
"name": "buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src (container-tools:rhel8)",
"product_id": "buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.7-1.module%2Bel8.8.0%2B24026%2Bca15dd94?arch=src\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product": {
"name": "cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8)",
"product_id": "cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@63.1-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=src\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8)",
"product_id": "conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.6-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=src\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product": {
"name": "container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8)",
"product_id": "container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.229.0-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.2.0-3.module%2Bel8.8.0%2B23884%2B2031fc78?arch=src\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8)",
"product_id": "containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-67.module%2Bel8.8.0%2B23884%2B2031fc78?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product": {
"name": "criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8)",
"product_id": "criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-4.module%2Bel8.8.0%2B23884%2B2031fc78?arch=src\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=src\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.11-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=src\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=src\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product": {
"name": "netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8)",
"product_id": "netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.5.1-3.module%2Bel8.8.0%2B23884%2B2031fc78?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.src::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.src (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.8.0%2B24130%2B2fde7a57?arch=src\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.src::container-tools:rhel8",
"product": {
"name": "podman-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.src (container-tools:rhel8)",
"product_id": "podman-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-27.module%2Bel8.8.0%2B24240%2Bfe437f32.6?arch=src\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product": {
"name": "python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8)",
"product_id": "python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-podman@4.4.1-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=src\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product": {
"name": "runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8)",
"product_id": "runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.2.9-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=src\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.src::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.src (container-tools:rhel8)",
"product_id": "skopeo-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.4-0.1.module%2Bel8.8.0%2B24130%2B2fde7a57?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.0-3.module%2Bel8.8.0%2B23884%2B2031fc78?arch=src\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-7.module%2Bel8.8.0%2B23884%2B2031fc78?arch=src\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product": {
"name": "udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8)",
"product_id": "udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-20.module%2Bel8.8.0%2B23884%2B2031fc78?arch=src\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"product": {
"name": "cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch (container-tools:rhel8)",
"product_id": "cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@63.1-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=noarch\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"product": {
"name": "container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch (container-tools:rhel8)",
"product_id": "container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.229.0-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=noarch\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "podman-docker-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.noarch::container-tools:rhel8",
"product": {
"name": "podman-docker-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.noarch (container-tools:rhel8)",
"product_id": "podman-docker-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.4.1-27.module%2Bel8.8.0%2B24240%2Bfe437f32.6?arch=noarch\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"product": {
"name": "python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch (container-tools:rhel8)",
"product_id": "python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-podman@4.4.1-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=noarch\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"product": {
"name": "udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch (container-tools:rhel8)",
"product_id": "udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-20.module%2Bel8.8.0%2B23884%2B2031fc78?arch=noarch\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.5.0-2.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le (container-tools:rhel8)",
"product_id": "buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.7-1.module%2Bel8.8.0%2B24026%2Bca15dd94?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le (container-tools:rhel8)",
"product_id": "buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.7-1.module%2Bel8.8.0%2B24026%2Bca15dd94?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le (container-tools:rhel8)",
"product_id": "buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.7-1.module%2Bel8.8.0%2B24026%2Bca15dd94?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le (container-tools:rhel8)",
"product_id": "buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.7-1.module%2Bel8.8.0%2B24026%2Bca15dd94?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.7-1.module%2Bel8.8.0%2B24026%2Bca15dd94?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.6-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.6-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.6-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.2.0-3.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.2.0-3.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.2.0-3.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-67.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-67.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "containers-common-2:1-67.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-67.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "crit-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "crit-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-4.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-4.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-4.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-4.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-4.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-4.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-4.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.11-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.11-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.11-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.5.1-3.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.8.0%2B24130%2B2fde7a57?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.10-1.module%2Bel8.8.0%2B24130%2B2fde7a57?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.10-1.module%2Bel8.8.0%2B24130%2B2fde7a57?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le (container-tools:rhel8)",
"product_id": "podman-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-27.module%2Bel8.8.0%2B24240%2Bfe437f32.6?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-catatonit-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le (container-tools:rhel8)",
"product_id": "podman-catatonit-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.4.1-27.module%2Bel8.8.0%2B24240%2Bfe437f32.6?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.4.1-27.module%2Bel8.8.0%2B24240%2Bfe437f32.6?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le (container-tools:rhel8)",
"product_id": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-27.module%2Bel8.8.0%2B24240%2Bfe437f32.6?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-debugsource-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le (container-tools:rhel8)",
"product_id": "podman-debugsource-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-27.module%2Bel8.8.0%2B24240%2Bfe437f32.6?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le (container-tools:rhel8)",
"product_id": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-27.module%2Bel8.8.0%2B24240%2Bfe437f32.6?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-27.module%2Bel8.8.0%2B24240%2Bfe437f32.6?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-plugins-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le (container-tools:rhel8)",
"product_id": "podman-plugins-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-27.module%2Bel8.8.0%2B24240%2Bfe437f32.6?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-27.module%2Bel8.8.0%2B24240%2Bfe437f32.6?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-remote-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le (container-tools:rhel8)",
"product_id": "podman-remote-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-27.module%2Bel8.8.0%2B24240%2Bfe437f32.6?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-27.module%2Bel8.8.0%2B24240%2Bfe437f32.6?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-tests-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le (container-tools:rhel8)",
"product_id": "podman-tests-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-27.module%2Bel8.8.0%2B24240%2Bfe437f32.6?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-4.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.2.9-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.2.9-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.2.9-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.ppc64le::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.ppc64le (container-tools:rhel8)",
"product_id": "skopeo-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.4-0.1.module%2Bel8.8.0%2B24130%2B2fde7a57?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.ppc64le::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.ppc64le (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.4-0.1.module%2Bel8.8.0%2B24130%2B2fde7a57?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.0-3.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.0-3.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.0-3.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-7.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.3-7.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.3-7.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.3-7.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.5.0-2.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64 (container-tools:rhel8)",
"product_id": "buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.7-1.module%2Bel8.8.0%2B24026%2Bca15dd94?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64 (container-tools:rhel8)",
"product_id": "buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.7-1.module%2Bel8.8.0%2B24026%2Bca15dd94?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64 (container-tools:rhel8)",
"product_id": "buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.7-1.module%2Bel8.8.0%2B24026%2Bca15dd94?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64 (container-tools:rhel8)",
"product_id": "buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.7-1.module%2Bel8.8.0%2B24026%2Bca15dd94?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64 (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.7-1.module%2Bel8.8.0%2B24026%2Bca15dd94?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.6-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.6-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.6-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.2.0-3.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.2.0-3.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.2.0-3.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-67.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-4.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-4.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-4.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-4.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-4.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-4.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-4.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.11-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.11-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.11-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.5.1-3.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.10-1.module%2Bel8.8.0%2B24130%2B2fde7a57?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.10-1.module%2Bel8.8.0%2B24130%2B2fde7a57?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.10-1.module%2Bel8.8.0%2B24130%2B2fde7a57?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"product": {
"name": "podman-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64 (container-tools:rhel8)",
"product_id": "podman-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-27.module%2Bel8.8.0%2B24240%2Bfe437f32.6?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64 (container-tools:rhel8)",
"product_id": "podman-catatonit-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.4.1-27.module%2Bel8.8.0%2B24240%2Bfe437f32.6?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64 (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.4.1-27.module%2Bel8.8.0%2B24240%2Bfe437f32.6?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64 (container-tools:rhel8)",
"product_id": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-27.module%2Bel8.8.0%2B24240%2Bfe437f32.6?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"product": {
"name": "podman-debugsource-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64 (container-tools:rhel8)",
"product_id": "podman-debugsource-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-27.module%2Bel8.8.0%2B24240%2Bfe437f32.6?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-27.module%2Bel8.8.0%2B24240%2Bfe437f32.6?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-27.module%2Bel8.8.0%2B24240%2Bfe437f32.6?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"product": {
"name": "podman-plugins-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64 (container-tools:rhel8)",
"product_id": "podman-plugins-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-27.module%2Bel8.8.0%2B24240%2Bfe437f32.6?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64 (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-27.module%2Bel8.8.0%2B24240%2Bfe437f32.6?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"product": {
"name": "podman-remote-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64 (container-tools:rhel8)",
"product_id": "podman-remote-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-27.module%2Bel8.8.0%2B24240%2Bfe437f32.6?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64 (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-27.module%2Bel8.8.0%2B24240%2Bfe437f32.6?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"product": {
"name": "podman-tests-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64 (container-tools:rhel8)",
"product_id": "podman-tests-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-27.module%2Bel8.8.0%2B24240%2Bfe437f32.6?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-4.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.2.9-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.2.9-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.2.9-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.4-0.1.module%2Bel8.8.0%2B24130%2B2fde7a57?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.4-0.1.module%2Bel8.8.0%2B24130%2B2fde7a57?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.0-3.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.0-3.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.0-3.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-7.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.3-7.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.3-7.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.3-7.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260427195445:63b34585"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8"
},
"product_reference": "buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-67.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-67.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "crit-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.src::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.src::container-tools:rhel8"
},
"product_reference": "podman-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8"
},
"product_reference": "podman-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-catatonit-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-debugsource-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debugsource-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:podman-docker-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.noarch::container-tools:rhel8"
},
"product_reference": "podman-docker-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-plugins-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-remote-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-tests-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8"
},
"product_reference": "podman-tests-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8"
},
"product_reference": "python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:skopeo-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.ppc64le::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:skopeo-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.src::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:skopeo-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.ppc64le::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8"
},
"product_reference": "buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.src::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.src::container-tools:rhel8"
},
"product_reference": "podman-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8"
},
"product_reference": "podman-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debugsource-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:podman-docker-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.noarch::container-tools:rhel8"
},
"product_reference": "podman-docker-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:podman-plugins-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:podman-remote-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:podman-tests-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8"
},
"product_reference": "podman-tests-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8"
},
"product_reference": "python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:skopeo-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.src::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:skopeo-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:skopeo-tests-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47913",
"discovery_date": "2025-11-13T22:01:26.092452+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2414943"
}
],
"notes": [
{
"category": "description",
"text": "A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic(\"unreachable\") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability was marked as Important because it allows any malicious or misbehaving SSH agent to force a crash in the client process using a single valid protocol byte. The panic occurs before the client has a chance to validate message structure or recover, which means an attacker controlling\u2014or intercepting\u2014SSH agent traffic can reliably terminate processes that rely on agent interactions. In environments where SSH agents operate over forwarded sockets, shared workspaces, or CI/CD runners, this turns into a reliable, unauthenticated remote denial of service against critical automation or developer tooling. The flaw also stems from unsafe assumptions in the unmarshalling logic, where unexpected but protocol-legal message types drop into \u201cunreachable\u201d code paths instead of being handled gracefully\u2014making it a design-level reliability break rather than a simple error-handling bug. For this reason, it is rated as an important availability-impacting vulnerability rather than a moderate issue.",
"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.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-docker-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-docker-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-tests-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-tests-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "RHBZ#2414943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414943"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47913"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-hcg3-q754-cr77",
"url": "https://github.com/advisories/GHSA-hcg3-q754-cr77"
},
{
"category": "external",
"summary": "https://go.dev/cl/700295",
"url": "https://go.dev/cl/700295"
},
{
"category": "external",
"summary": "https://go.dev/issue/75178",
"url": "https://go.dev/issue/75178"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4116",
"url": "https://pkg.go.dev/vuln/GO-2025-4116"
}
],
"release_date": "2025-11-13T21:29:39.907000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T02:25:11+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-docker-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-docker-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-tests-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-tests-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16701"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-docker-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-docker-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-tests-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-tests-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.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.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-docker-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.10-1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-docker-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-tests-3:4.4.1-27.module+el8.8.0+24240+fe437f32.6.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-tests-2:1.11.4-0.1.module+el8.8.0+24130+2fde7a57.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS"
}
]
}
RHSA-2026:16702
Vulnerability from csaf_redhat - Published: 2026-05-13 02:21 - Updated: 2026-05-28 20:18A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic("unreachable") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.Z.E4S:podman-2:4.4.1-22.el9_2.9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:podman-2:4.4.1-22.el9_2.9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:podman-2:4.4.1-22.el9_2.9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:podman-2:4.4.1-22.el9_2.9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:podman-2:4.4.1-22.el9_2.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:podman-debuginfo-2:4.4.1-22.el9_2.9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:podman-debuginfo-2:4.4.1-22.el9_2.9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:podman-debuginfo-2:4.4.1-22.el9_2.9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:podman-debuginfo-2:4.4.1-22.el9_2.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:podman-debugsource-2:4.4.1-22.el9_2.9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:podman-debugsource-2:4.4.1-22.el9_2.9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:podman-debugsource-2:4.4.1-22.el9_2.9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:podman-debugsource-2:4.4.1-22.el9_2.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:podman-docker-2:4.4.1-22.el9_2.9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:podman-gvproxy-2:4.4.1-22.el9_2.9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:podman-gvproxy-2:4.4.1-22.el9_2.9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:podman-gvproxy-2:4.4.1-22.el9_2.9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:podman-gvproxy-2:4.4.1-22.el9_2.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:podman-plugins-2:4.4.1-22.el9_2.9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:podman-plugins-2:4.4.1-22.el9_2.9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:podman-plugins-2:4.4.1-22.el9_2.9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:podman-plugins-2:4.4.1-22.el9_2.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:podman-plugins-debuginfo-2:4.4.1-22.el9_2.9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:podman-plugins-debuginfo-2:4.4.1-22.el9_2.9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:podman-plugins-debuginfo-2:4.4.1-22.el9_2.9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:podman-plugins-debuginfo-2:4.4.1-22.el9_2.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:podman-remote-2:4.4.1-22.el9_2.9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:podman-remote-2:4.4.1-22.el9_2.9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:podman-remote-2:4.4.1-22.el9_2.9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:podman-remote-2:4.4.1-22.el9_2.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:podman-remote-debuginfo-2:4.4.1-22.el9_2.9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:podman-remote-debuginfo-2:4.4.1-22.el9_2.9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:podman-remote-debuginfo-2:4.4.1-22.el9_2.9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:podman-remote-debuginfo-2:4.4.1-22.el9_2.9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:podman-tests-2:4.4.1-22.el9_2.9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:podman-tests-2:4.4.1-22.el9_2.9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:podman-tests-2:4.4.1-22.el9_2.9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:podman-tests-2:4.4.1-22.el9_2.9.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 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/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS (CVE-2025-47913)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:16702",
"url": "https://access.redhat.com/errata/RHSA-2026:16702"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2414943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414943"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_16702.json"
}
],
"title": "Red Hat Security Advisory: podman security update",
"tracking": {
"current_release_date": "2026-05-28T20:18:16+00:00",
"generator": {
"date": "2026-05-28T20:18:16+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:16702",
"initial_release_date": "2026-05-13T02:21:21+00:00",
"revision_history": [
{
"date": "2026-05-13T02:21:21+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-13T02:21:21+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-28T20:18:16+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.2)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:9.2::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-2:4.4.1-22.el9_2.9.src",
"product": {
"name": "podman-2:4.4.1-22.el9_2.9.src",
"product_id": "podman-2:4.4.1-22.el9_2.9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-22.el9_2.9?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-2:4.4.1-22.el9_2.9.aarch64",
"product": {
"name": "podman-2:4.4.1-22.el9_2.9.aarch64",
"product_id": "podman-2:4.4.1-22.el9_2.9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-22.el9_2.9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.4.1-22.el9_2.9.aarch64",
"product": {
"name": "podman-gvproxy-2:4.4.1-22.el9_2.9.aarch64",
"product_id": "podman-gvproxy-2:4.4.1-22.el9_2.9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-22.el9_2.9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.4.1-22.el9_2.9.aarch64",
"product": {
"name": "podman-plugins-2:4.4.1-22.el9_2.9.aarch64",
"product_id": "podman-plugins-2:4.4.1-22.el9_2.9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-22.el9_2.9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.4.1-22.el9_2.9.aarch64",
"product": {
"name": "podman-remote-2:4.4.1-22.el9_2.9.aarch64",
"product_id": "podman-remote-2:4.4.1-22.el9_2.9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-22.el9_2.9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.4.1-22.el9_2.9.aarch64",
"product": {
"name": "podman-tests-2:4.4.1-22.el9_2.9.aarch64",
"product_id": "podman-tests-2:4.4.1-22.el9_2.9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-22.el9_2.9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.4.1-22.el9_2.9.aarch64",
"product": {
"name": "podman-debugsource-2:4.4.1-22.el9_2.9.aarch64",
"product_id": "podman-debugsource-2:4.4.1-22.el9_2.9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-22.el9_2.9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.4.1-22.el9_2.9.aarch64",
"product": {
"name": "podman-debuginfo-2:4.4.1-22.el9_2.9.aarch64",
"product_id": "podman-debuginfo-2:4.4.1-22.el9_2.9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-22.el9_2.9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.9.aarch64",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.9.aarch64",
"product_id": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-22.el9_2.9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.9.aarch64",
"product": {
"name": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.9.aarch64",
"product_id": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-22.el9_2.9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.4.1-22.el9_2.9.aarch64",
"product": {
"name": "podman-remote-debuginfo-2:4.4.1-22.el9_2.9.aarch64",
"product_id": "podman-remote-debuginfo-2:4.4.1-22.el9_2.9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-22.el9_2.9?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-2:4.4.1-22.el9_2.9.ppc64le",
"product": {
"name": "podman-2:4.4.1-22.el9_2.9.ppc64le",
"product_id": "podman-2:4.4.1-22.el9_2.9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-22.el9_2.9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.4.1-22.el9_2.9.ppc64le",
"product": {
"name": "podman-gvproxy-2:4.4.1-22.el9_2.9.ppc64le",
"product_id": "podman-gvproxy-2:4.4.1-22.el9_2.9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-22.el9_2.9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.4.1-22.el9_2.9.ppc64le",
"product": {
"name": "podman-plugins-2:4.4.1-22.el9_2.9.ppc64le",
"product_id": "podman-plugins-2:4.4.1-22.el9_2.9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-22.el9_2.9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.4.1-22.el9_2.9.ppc64le",
"product": {
"name": "podman-remote-2:4.4.1-22.el9_2.9.ppc64le",
"product_id": "podman-remote-2:4.4.1-22.el9_2.9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-22.el9_2.9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.4.1-22.el9_2.9.ppc64le",
"product": {
"name": "podman-tests-2:4.4.1-22.el9_2.9.ppc64le",
"product_id": "podman-tests-2:4.4.1-22.el9_2.9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-22.el9_2.9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.4.1-22.el9_2.9.ppc64le",
"product": {
"name": "podman-debugsource-2:4.4.1-22.el9_2.9.ppc64le",
"product_id": "podman-debugsource-2:4.4.1-22.el9_2.9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-22.el9_2.9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.4.1-22.el9_2.9.ppc64le",
"product": {
"name": "podman-debuginfo-2:4.4.1-22.el9_2.9.ppc64le",
"product_id": "podman-debuginfo-2:4.4.1-22.el9_2.9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-22.el9_2.9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.9.ppc64le",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.9.ppc64le",
"product_id": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-22.el9_2.9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.9.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.9.ppc64le",
"product_id": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-22.el9_2.9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.4.1-22.el9_2.9.ppc64le",
"product": {
"name": "podman-remote-debuginfo-2:4.4.1-22.el9_2.9.ppc64le",
"product_id": "podman-remote-debuginfo-2:4.4.1-22.el9_2.9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-22.el9_2.9?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-2:4.4.1-22.el9_2.9.x86_64",
"product": {
"name": "podman-2:4.4.1-22.el9_2.9.x86_64",
"product_id": "podman-2:4.4.1-22.el9_2.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-22.el9_2.9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.4.1-22.el9_2.9.x86_64",
"product": {
"name": "podman-gvproxy-2:4.4.1-22.el9_2.9.x86_64",
"product_id": "podman-gvproxy-2:4.4.1-22.el9_2.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-22.el9_2.9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.4.1-22.el9_2.9.x86_64",
"product": {
"name": "podman-plugins-2:4.4.1-22.el9_2.9.x86_64",
"product_id": "podman-plugins-2:4.4.1-22.el9_2.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-22.el9_2.9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.4.1-22.el9_2.9.x86_64",
"product": {
"name": "podman-remote-2:4.4.1-22.el9_2.9.x86_64",
"product_id": "podman-remote-2:4.4.1-22.el9_2.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-22.el9_2.9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.4.1-22.el9_2.9.x86_64",
"product": {
"name": "podman-tests-2:4.4.1-22.el9_2.9.x86_64",
"product_id": "podman-tests-2:4.4.1-22.el9_2.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-22.el9_2.9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.4.1-22.el9_2.9.x86_64",
"product": {
"name": "podman-debugsource-2:4.4.1-22.el9_2.9.x86_64",
"product_id": "podman-debugsource-2:4.4.1-22.el9_2.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-22.el9_2.9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.4.1-22.el9_2.9.x86_64",
"product": {
"name": "podman-debuginfo-2:4.4.1-22.el9_2.9.x86_64",
"product_id": "podman-debuginfo-2:4.4.1-22.el9_2.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-22.el9_2.9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.9.x86_64",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.9.x86_64",
"product_id": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-22.el9_2.9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.9.x86_64",
"product": {
"name": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.9.x86_64",
"product_id": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-22.el9_2.9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.4.1-22.el9_2.9.x86_64",
"product": {
"name": "podman-remote-debuginfo-2:4.4.1-22.el9_2.9.x86_64",
"product_id": "podman-remote-debuginfo-2:4.4.1-22.el9_2.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-22.el9_2.9?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-2:4.4.1-22.el9_2.9.s390x",
"product": {
"name": "podman-2:4.4.1-22.el9_2.9.s390x",
"product_id": "podman-2:4.4.1-22.el9_2.9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-22.el9_2.9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.4.1-22.el9_2.9.s390x",
"product": {
"name": "podman-gvproxy-2:4.4.1-22.el9_2.9.s390x",
"product_id": "podman-gvproxy-2:4.4.1-22.el9_2.9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-22.el9_2.9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.4.1-22.el9_2.9.s390x",
"product": {
"name": "podman-plugins-2:4.4.1-22.el9_2.9.s390x",
"product_id": "podman-plugins-2:4.4.1-22.el9_2.9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-22.el9_2.9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.4.1-22.el9_2.9.s390x",
"product": {
"name": "podman-remote-2:4.4.1-22.el9_2.9.s390x",
"product_id": "podman-remote-2:4.4.1-22.el9_2.9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-22.el9_2.9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.4.1-22.el9_2.9.s390x",
"product": {
"name": "podman-tests-2:4.4.1-22.el9_2.9.s390x",
"product_id": "podman-tests-2:4.4.1-22.el9_2.9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-22.el9_2.9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.4.1-22.el9_2.9.s390x",
"product": {
"name": "podman-debugsource-2:4.4.1-22.el9_2.9.s390x",
"product_id": "podman-debugsource-2:4.4.1-22.el9_2.9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-22.el9_2.9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.4.1-22.el9_2.9.s390x",
"product": {
"name": "podman-debuginfo-2:4.4.1-22.el9_2.9.s390x",
"product_id": "podman-debuginfo-2:4.4.1-22.el9_2.9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-22.el9_2.9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.9.s390x",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.9.s390x",
"product_id": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-22.el9_2.9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.9.s390x",
"product": {
"name": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.9.s390x",
"product_id": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-22.el9_2.9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.4.1-22.el9_2.9.s390x",
"product": {
"name": "podman-remote-debuginfo-2:4.4.1-22.el9_2.9.s390x",
"product_id": "podman-remote-debuginfo-2:4.4.1-22.el9_2.9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-22.el9_2.9?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-2:4.4.1-22.el9_2.9.noarch",
"product": {
"name": "podman-docker-2:4.4.1-22.el9_2.9.noarch",
"product_id": "podman-docker-2:4.4.1-22.el9_2.9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.4.1-22.el9_2.9?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.9.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:podman-2:4.4.1-22.el9_2.9.aarch64"
},
"product_reference": "podman-2:4.4.1-22.el9_2.9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.4.1-22.el9_2.9.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:podman-2:4.4.1-22.el9_2.9.ppc64le"
},
"product_reference": "podman-2:4.4.1-22.el9_2.9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.4.1-22.el9_2.9.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:podman-2:4.4.1-22.el9_2.9.s390x"
},
"product_reference": "podman-2:4.4.1-22.el9_2.9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.4.1-22.el9_2.9.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:podman-2:4.4.1-22.el9_2.9.src"
},
"product_reference": "podman-2:4.4.1-22.el9_2.9.src",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.4.1-22.el9_2.9.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:podman-2:4.4.1-22.el9_2.9.x86_64"
},
"product_reference": "podman-2:4.4.1-22.el9_2.9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.4.1-22.el9_2.9.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:podman-debuginfo-2:4.4.1-22.el9_2.9.aarch64"
},
"product_reference": "podman-debuginfo-2:4.4.1-22.el9_2.9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.4.1-22.el9_2.9.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:podman-debuginfo-2:4.4.1-22.el9_2.9.ppc64le"
},
"product_reference": "podman-debuginfo-2:4.4.1-22.el9_2.9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.4.1-22.el9_2.9.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:podman-debuginfo-2:4.4.1-22.el9_2.9.s390x"
},
"product_reference": "podman-debuginfo-2:4.4.1-22.el9_2.9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.4.1-22.el9_2.9.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:podman-debuginfo-2:4.4.1-22.el9_2.9.x86_64"
},
"product_reference": "podman-debuginfo-2:4.4.1-22.el9_2.9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.4.1-22.el9_2.9.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:podman-debugsource-2:4.4.1-22.el9_2.9.aarch64"
},
"product_reference": "podman-debugsource-2:4.4.1-22.el9_2.9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.4.1-22.el9_2.9.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:podman-debugsource-2:4.4.1-22.el9_2.9.ppc64le"
},
"product_reference": "podman-debugsource-2:4.4.1-22.el9_2.9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.4.1-22.el9_2.9.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:podman-debugsource-2:4.4.1-22.el9_2.9.s390x"
},
"product_reference": "podman-debugsource-2:4.4.1-22.el9_2.9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.4.1-22.el9_2.9.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:podman-debugsource-2:4.4.1-22.el9_2.9.x86_64"
},
"product_reference": "podman-debugsource-2:4.4.1-22.el9_2.9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-2:4.4.1-22.el9_2.9.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:podman-docker-2:4.4.1-22.el9_2.9.noarch"
},
"product_reference": "podman-docker-2:4.4.1-22.el9_2.9.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.4.1-22.el9_2.9.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:podman-gvproxy-2:4.4.1-22.el9_2.9.aarch64"
},
"product_reference": "podman-gvproxy-2:4.4.1-22.el9_2.9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.4.1-22.el9_2.9.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:podman-gvproxy-2:4.4.1-22.el9_2.9.ppc64le"
},
"product_reference": "podman-gvproxy-2:4.4.1-22.el9_2.9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.4.1-22.el9_2.9.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:podman-gvproxy-2:4.4.1-22.el9_2.9.s390x"
},
"product_reference": "podman-gvproxy-2:4.4.1-22.el9_2.9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.4.1-22.el9_2.9.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:podman-gvproxy-2:4.4.1-22.el9_2.9.x86_64"
},
"product_reference": "podman-gvproxy-2:4.4.1-22.el9_2.9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.9.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.9.aarch64"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.9.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.9.ppc64le"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.9.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.9.s390x"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.9.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.9.x86_64"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.4.1-22.el9_2.9.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:podman-plugins-2:4.4.1-22.el9_2.9.aarch64"
},
"product_reference": "podman-plugins-2:4.4.1-22.el9_2.9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.4.1-22.el9_2.9.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:podman-plugins-2:4.4.1-22.el9_2.9.ppc64le"
},
"product_reference": "podman-plugins-2:4.4.1-22.el9_2.9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.4.1-22.el9_2.9.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:podman-plugins-2:4.4.1-22.el9_2.9.s390x"
},
"product_reference": "podman-plugins-2:4.4.1-22.el9_2.9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.4.1-22.el9_2.9.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:podman-plugins-2:4.4.1-22.el9_2.9.x86_64"
},
"product_reference": "podman-plugins-2:4.4.1-22.el9_2.9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.9.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:podman-plugins-debuginfo-2:4.4.1-22.el9_2.9.aarch64"
},
"product_reference": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.9.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:podman-plugins-debuginfo-2:4.4.1-22.el9_2.9.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.9.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:podman-plugins-debuginfo-2:4.4.1-22.el9_2.9.s390x"
},
"product_reference": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.9.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:podman-plugins-debuginfo-2:4.4.1-22.el9_2.9.x86_64"
},
"product_reference": "podman-plugins-debuginfo-2:4.4.1-22.el9_2.9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.4.1-22.el9_2.9.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:podman-remote-2:4.4.1-22.el9_2.9.aarch64"
},
"product_reference": "podman-remote-2:4.4.1-22.el9_2.9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.4.1-22.el9_2.9.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:podman-remote-2:4.4.1-22.el9_2.9.ppc64le"
},
"product_reference": "podman-remote-2:4.4.1-22.el9_2.9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.4.1-22.el9_2.9.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:podman-remote-2:4.4.1-22.el9_2.9.s390x"
},
"product_reference": "podman-remote-2:4.4.1-22.el9_2.9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.4.1-22.el9_2.9.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:podman-remote-2:4.4.1-22.el9_2.9.x86_64"
},
"product_reference": "podman-remote-2:4.4.1-22.el9_2.9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.4.1-22.el9_2.9.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:podman-remote-debuginfo-2:4.4.1-22.el9_2.9.aarch64"
},
"product_reference": "podman-remote-debuginfo-2:4.4.1-22.el9_2.9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.4.1-22.el9_2.9.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:podman-remote-debuginfo-2:4.4.1-22.el9_2.9.ppc64le"
},
"product_reference": "podman-remote-debuginfo-2:4.4.1-22.el9_2.9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.4.1-22.el9_2.9.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:podman-remote-debuginfo-2:4.4.1-22.el9_2.9.s390x"
},
"product_reference": "podman-remote-debuginfo-2:4.4.1-22.el9_2.9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.4.1-22.el9_2.9.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:podman-remote-debuginfo-2:4.4.1-22.el9_2.9.x86_64"
},
"product_reference": "podman-remote-debuginfo-2:4.4.1-22.el9_2.9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.4.1-22.el9_2.9.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:podman-tests-2:4.4.1-22.el9_2.9.aarch64"
},
"product_reference": "podman-tests-2:4.4.1-22.el9_2.9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.4.1-22.el9_2.9.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:podman-tests-2:4.4.1-22.el9_2.9.ppc64le"
},
"product_reference": "podman-tests-2:4.4.1-22.el9_2.9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.4.1-22.el9_2.9.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:podman-tests-2:4.4.1-22.el9_2.9.s390x"
},
"product_reference": "podman-tests-2:4.4.1-22.el9_2.9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.4.1-22.el9_2.9.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:podman-tests-2:4.4.1-22.el9_2.9.x86_64"
},
"product_reference": "podman-tests-2:4.4.1-22.el9_2.9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47913",
"discovery_date": "2025-11-13T22:01:26.092452+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2414943"
}
],
"notes": [
{
"category": "description",
"text": "A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic(\"unreachable\") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability was marked as Important because it allows any malicious or misbehaving SSH agent to force a crash in the client process using a single valid protocol byte. The panic occurs before the client has a chance to validate message structure or recover, which means an attacker controlling\u2014or intercepting\u2014SSH agent traffic can reliably terminate processes that rely on agent interactions. In environments where SSH agents operate over forwarded sockets, shared workspaces, or CI/CD runners, this turns into a reliable, unauthenticated remote denial of service against critical automation or developer tooling. The flaw also stems from unsafe assumptions in the unmarshalling logic, where unexpected but protocol-legal message types drop into \u201cunreachable\u201d code paths instead of being handled gracefully\u2014making it a design-level reliability break rather than a simple error-handling bug. For this reason, it is rated as an important availability-impacting vulnerability rather than a moderate issue.",
"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.E4S:podman-2:4.4.1-22.el9_2.9.aarch64",
"AppStream-9.2.0.Z.E4S:podman-2:4.4.1-22.el9_2.9.ppc64le",
"AppStream-9.2.0.Z.E4S:podman-2:4.4.1-22.el9_2.9.s390x",
"AppStream-9.2.0.Z.E4S:podman-2:4.4.1-22.el9_2.9.src",
"AppStream-9.2.0.Z.E4S:podman-2:4.4.1-22.el9_2.9.x86_64",
"AppStream-9.2.0.Z.E4S:podman-debuginfo-2:4.4.1-22.el9_2.9.aarch64",
"AppStream-9.2.0.Z.E4S:podman-debuginfo-2:4.4.1-22.el9_2.9.ppc64le",
"AppStream-9.2.0.Z.E4S:podman-debuginfo-2:4.4.1-22.el9_2.9.s390x",
"AppStream-9.2.0.Z.E4S:podman-debuginfo-2:4.4.1-22.el9_2.9.x86_64",
"AppStream-9.2.0.Z.E4S:podman-debugsource-2:4.4.1-22.el9_2.9.aarch64",
"AppStream-9.2.0.Z.E4S:podman-debugsource-2:4.4.1-22.el9_2.9.ppc64le",
"AppStream-9.2.0.Z.E4S:podman-debugsource-2:4.4.1-22.el9_2.9.s390x",
"AppStream-9.2.0.Z.E4S:podman-debugsource-2:4.4.1-22.el9_2.9.x86_64",
"AppStream-9.2.0.Z.E4S:podman-docker-2:4.4.1-22.el9_2.9.noarch",
"AppStream-9.2.0.Z.E4S:podman-gvproxy-2:4.4.1-22.el9_2.9.aarch64",
"AppStream-9.2.0.Z.E4S:podman-gvproxy-2:4.4.1-22.el9_2.9.ppc64le",
"AppStream-9.2.0.Z.E4S:podman-gvproxy-2:4.4.1-22.el9_2.9.s390x",
"AppStream-9.2.0.Z.E4S:podman-gvproxy-2:4.4.1-22.el9_2.9.x86_64",
"AppStream-9.2.0.Z.E4S:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.9.aarch64",
"AppStream-9.2.0.Z.E4S:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.9.ppc64le",
"AppStream-9.2.0.Z.E4S:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.9.s390x",
"AppStream-9.2.0.Z.E4S:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.9.x86_64",
"AppStream-9.2.0.Z.E4S:podman-plugins-2:4.4.1-22.el9_2.9.aarch64",
"AppStream-9.2.0.Z.E4S:podman-plugins-2:4.4.1-22.el9_2.9.ppc64le",
"AppStream-9.2.0.Z.E4S:podman-plugins-2:4.4.1-22.el9_2.9.s390x",
"AppStream-9.2.0.Z.E4S:podman-plugins-2:4.4.1-22.el9_2.9.x86_64",
"AppStream-9.2.0.Z.E4S:podman-plugins-debuginfo-2:4.4.1-22.el9_2.9.aarch64",
"AppStream-9.2.0.Z.E4S:podman-plugins-debuginfo-2:4.4.1-22.el9_2.9.ppc64le",
"AppStream-9.2.0.Z.E4S:podman-plugins-debuginfo-2:4.4.1-22.el9_2.9.s390x",
"AppStream-9.2.0.Z.E4S:podman-plugins-debuginfo-2:4.4.1-22.el9_2.9.x86_64",
"AppStream-9.2.0.Z.E4S:podman-remote-2:4.4.1-22.el9_2.9.aarch64",
"AppStream-9.2.0.Z.E4S:podman-remote-2:4.4.1-22.el9_2.9.ppc64le",
"AppStream-9.2.0.Z.E4S:podman-remote-2:4.4.1-22.el9_2.9.s390x",
"AppStream-9.2.0.Z.E4S:podman-remote-2:4.4.1-22.el9_2.9.x86_64",
"AppStream-9.2.0.Z.E4S:podman-remote-debuginfo-2:4.4.1-22.el9_2.9.aarch64",
"AppStream-9.2.0.Z.E4S:podman-remote-debuginfo-2:4.4.1-22.el9_2.9.ppc64le",
"AppStream-9.2.0.Z.E4S:podman-remote-debuginfo-2:4.4.1-22.el9_2.9.s390x",
"AppStream-9.2.0.Z.E4S:podman-remote-debuginfo-2:4.4.1-22.el9_2.9.x86_64",
"AppStream-9.2.0.Z.E4S:podman-tests-2:4.4.1-22.el9_2.9.aarch64",
"AppStream-9.2.0.Z.E4S:podman-tests-2:4.4.1-22.el9_2.9.ppc64le",
"AppStream-9.2.0.Z.E4S:podman-tests-2:4.4.1-22.el9_2.9.s390x",
"AppStream-9.2.0.Z.E4S:podman-tests-2:4.4.1-22.el9_2.9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "RHBZ#2414943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414943"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47913"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-hcg3-q754-cr77",
"url": "https://github.com/advisories/GHSA-hcg3-q754-cr77"
},
{
"category": "external",
"summary": "https://go.dev/cl/700295",
"url": "https://go.dev/cl/700295"
},
{
"category": "external",
"summary": "https://go.dev/issue/75178",
"url": "https://go.dev/issue/75178"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4116",
"url": "https://pkg.go.dev/vuln/GO-2025-4116"
}
],
"release_date": "2025-11-13T21:29:39.907000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T02:21:21+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.E4S:podman-2:4.4.1-22.el9_2.9.aarch64",
"AppStream-9.2.0.Z.E4S:podman-2:4.4.1-22.el9_2.9.ppc64le",
"AppStream-9.2.0.Z.E4S:podman-2:4.4.1-22.el9_2.9.s390x",
"AppStream-9.2.0.Z.E4S:podman-2:4.4.1-22.el9_2.9.src",
"AppStream-9.2.0.Z.E4S:podman-2:4.4.1-22.el9_2.9.x86_64",
"AppStream-9.2.0.Z.E4S:podman-debuginfo-2:4.4.1-22.el9_2.9.aarch64",
"AppStream-9.2.0.Z.E4S:podman-debuginfo-2:4.4.1-22.el9_2.9.ppc64le",
"AppStream-9.2.0.Z.E4S:podman-debuginfo-2:4.4.1-22.el9_2.9.s390x",
"AppStream-9.2.0.Z.E4S:podman-debuginfo-2:4.4.1-22.el9_2.9.x86_64",
"AppStream-9.2.0.Z.E4S:podman-debugsource-2:4.4.1-22.el9_2.9.aarch64",
"AppStream-9.2.0.Z.E4S:podman-debugsource-2:4.4.1-22.el9_2.9.ppc64le",
"AppStream-9.2.0.Z.E4S:podman-debugsource-2:4.4.1-22.el9_2.9.s390x",
"AppStream-9.2.0.Z.E4S:podman-debugsource-2:4.4.1-22.el9_2.9.x86_64",
"AppStream-9.2.0.Z.E4S:podman-docker-2:4.4.1-22.el9_2.9.noarch",
"AppStream-9.2.0.Z.E4S:podman-gvproxy-2:4.4.1-22.el9_2.9.aarch64",
"AppStream-9.2.0.Z.E4S:podman-gvproxy-2:4.4.1-22.el9_2.9.ppc64le",
"AppStream-9.2.0.Z.E4S:podman-gvproxy-2:4.4.1-22.el9_2.9.s390x",
"AppStream-9.2.0.Z.E4S:podman-gvproxy-2:4.4.1-22.el9_2.9.x86_64",
"AppStream-9.2.0.Z.E4S:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.9.aarch64",
"AppStream-9.2.0.Z.E4S:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.9.ppc64le",
"AppStream-9.2.0.Z.E4S:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.9.s390x",
"AppStream-9.2.0.Z.E4S:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.9.x86_64",
"AppStream-9.2.0.Z.E4S:podman-plugins-2:4.4.1-22.el9_2.9.aarch64",
"AppStream-9.2.0.Z.E4S:podman-plugins-2:4.4.1-22.el9_2.9.ppc64le",
"AppStream-9.2.0.Z.E4S:podman-plugins-2:4.4.1-22.el9_2.9.s390x",
"AppStream-9.2.0.Z.E4S:podman-plugins-2:4.4.1-22.el9_2.9.x86_64",
"AppStream-9.2.0.Z.E4S:podman-plugins-debuginfo-2:4.4.1-22.el9_2.9.aarch64",
"AppStream-9.2.0.Z.E4S:podman-plugins-debuginfo-2:4.4.1-22.el9_2.9.ppc64le",
"AppStream-9.2.0.Z.E4S:podman-plugins-debuginfo-2:4.4.1-22.el9_2.9.s390x",
"AppStream-9.2.0.Z.E4S:podman-plugins-debuginfo-2:4.4.1-22.el9_2.9.x86_64",
"AppStream-9.2.0.Z.E4S:podman-remote-2:4.4.1-22.el9_2.9.aarch64",
"AppStream-9.2.0.Z.E4S:podman-remote-2:4.4.1-22.el9_2.9.ppc64le",
"AppStream-9.2.0.Z.E4S:podman-remote-2:4.4.1-22.el9_2.9.s390x",
"AppStream-9.2.0.Z.E4S:podman-remote-2:4.4.1-22.el9_2.9.x86_64",
"AppStream-9.2.0.Z.E4S:podman-remote-debuginfo-2:4.4.1-22.el9_2.9.aarch64",
"AppStream-9.2.0.Z.E4S:podman-remote-debuginfo-2:4.4.1-22.el9_2.9.ppc64le",
"AppStream-9.2.0.Z.E4S:podman-remote-debuginfo-2:4.4.1-22.el9_2.9.s390x",
"AppStream-9.2.0.Z.E4S:podman-remote-debuginfo-2:4.4.1-22.el9_2.9.x86_64",
"AppStream-9.2.0.Z.E4S:podman-tests-2:4.4.1-22.el9_2.9.aarch64",
"AppStream-9.2.0.Z.E4S:podman-tests-2:4.4.1-22.el9_2.9.ppc64le",
"AppStream-9.2.0.Z.E4S:podman-tests-2:4.4.1-22.el9_2.9.s390x",
"AppStream-9.2.0.Z.E4S:podman-tests-2:4.4.1-22.el9_2.9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16702"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"AppStream-9.2.0.Z.E4S:podman-2:4.4.1-22.el9_2.9.aarch64",
"AppStream-9.2.0.Z.E4S:podman-2:4.4.1-22.el9_2.9.ppc64le",
"AppStream-9.2.0.Z.E4S:podman-2:4.4.1-22.el9_2.9.s390x",
"AppStream-9.2.0.Z.E4S:podman-2:4.4.1-22.el9_2.9.src",
"AppStream-9.2.0.Z.E4S:podman-2:4.4.1-22.el9_2.9.x86_64",
"AppStream-9.2.0.Z.E4S:podman-debuginfo-2:4.4.1-22.el9_2.9.aarch64",
"AppStream-9.2.0.Z.E4S:podman-debuginfo-2:4.4.1-22.el9_2.9.ppc64le",
"AppStream-9.2.0.Z.E4S:podman-debuginfo-2:4.4.1-22.el9_2.9.s390x",
"AppStream-9.2.0.Z.E4S:podman-debuginfo-2:4.4.1-22.el9_2.9.x86_64",
"AppStream-9.2.0.Z.E4S:podman-debugsource-2:4.4.1-22.el9_2.9.aarch64",
"AppStream-9.2.0.Z.E4S:podman-debugsource-2:4.4.1-22.el9_2.9.ppc64le",
"AppStream-9.2.0.Z.E4S:podman-debugsource-2:4.4.1-22.el9_2.9.s390x",
"AppStream-9.2.0.Z.E4S:podman-debugsource-2:4.4.1-22.el9_2.9.x86_64",
"AppStream-9.2.0.Z.E4S:podman-docker-2:4.4.1-22.el9_2.9.noarch",
"AppStream-9.2.0.Z.E4S:podman-gvproxy-2:4.4.1-22.el9_2.9.aarch64",
"AppStream-9.2.0.Z.E4S:podman-gvproxy-2:4.4.1-22.el9_2.9.ppc64le",
"AppStream-9.2.0.Z.E4S:podman-gvproxy-2:4.4.1-22.el9_2.9.s390x",
"AppStream-9.2.0.Z.E4S:podman-gvproxy-2:4.4.1-22.el9_2.9.x86_64",
"AppStream-9.2.0.Z.E4S:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.9.aarch64",
"AppStream-9.2.0.Z.E4S:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.9.ppc64le",
"AppStream-9.2.0.Z.E4S:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.9.s390x",
"AppStream-9.2.0.Z.E4S:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.9.x86_64",
"AppStream-9.2.0.Z.E4S:podman-plugins-2:4.4.1-22.el9_2.9.aarch64",
"AppStream-9.2.0.Z.E4S:podman-plugins-2:4.4.1-22.el9_2.9.ppc64le",
"AppStream-9.2.0.Z.E4S:podman-plugins-2:4.4.1-22.el9_2.9.s390x",
"AppStream-9.2.0.Z.E4S:podman-plugins-2:4.4.1-22.el9_2.9.x86_64",
"AppStream-9.2.0.Z.E4S:podman-plugins-debuginfo-2:4.4.1-22.el9_2.9.aarch64",
"AppStream-9.2.0.Z.E4S:podman-plugins-debuginfo-2:4.4.1-22.el9_2.9.ppc64le",
"AppStream-9.2.0.Z.E4S:podman-plugins-debuginfo-2:4.4.1-22.el9_2.9.s390x",
"AppStream-9.2.0.Z.E4S:podman-plugins-debuginfo-2:4.4.1-22.el9_2.9.x86_64",
"AppStream-9.2.0.Z.E4S:podman-remote-2:4.4.1-22.el9_2.9.aarch64",
"AppStream-9.2.0.Z.E4S:podman-remote-2:4.4.1-22.el9_2.9.ppc64le",
"AppStream-9.2.0.Z.E4S:podman-remote-2:4.4.1-22.el9_2.9.s390x",
"AppStream-9.2.0.Z.E4S:podman-remote-2:4.4.1-22.el9_2.9.x86_64",
"AppStream-9.2.0.Z.E4S:podman-remote-debuginfo-2:4.4.1-22.el9_2.9.aarch64",
"AppStream-9.2.0.Z.E4S:podman-remote-debuginfo-2:4.4.1-22.el9_2.9.ppc64le",
"AppStream-9.2.0.Z.E4S:podman-remote-debuginfo-2:4.4.1-22.el9_2.9.s390x",
"AppStream-9.2.0.Z.E4S:podman-remote-debuginfo-2:4.4.1-22.el9_2.9.x86_64",
"AppStream-9.2.0.Z.E4S:podman-tests-2:4.4.1-22.el9_2.9.aarch64",
"AppStream-9.2.0.Z.E4S:podman-tests-2:4.4.1-22.el9_2.9.ppc64le",
"AppStream-9.2.0.Z.E4S:podman-tests-2:4.4.1-22.el9_2.9.s390x",
"AppStream-9.2.0.Z.E4S:podman-tests-2:4.4.1-22.el9_2.9.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.E4S:podman-2:4.4.1-22.el9_2.9.aarch64",
"AppStream-9.2.0.Z.E4S:podman-2:4.4.1-22.el9_2.9.ppc64le",
"AppStream-9.2.0.Z.E4S:podman-2:4.4.1-22.el9_2.9.s390x",
"AppStream-9.2.0.Z.E4S:podman-2:4.4.1-22.el9_2.9.src",
"AppStream-9.2.0.Z.E4S:podman-2:4.4.1-22.el9_2.9.x86_64",
"AppStream-9.2.0.Z.E4S:podman-debuginfo-2:4.4.1-22.el9_2.9.aarch64",
"AppStream-9.2.0.Z.E4S:podman-debuginfo-2:4.4.1-22.el9_2.9.ppc64le",
"AppStream-9.2.0.Z.E4S:podman-debuginfo-2:4.4.1-22.el9_2.9.s390x",
"AppStream-9.2.0.Z.E4S:podman-debuginfo-2:4.4.1-22.el9_2.9.x86_64",
"AppStream-9.2.0.Z.E4S:podman-debugsource-2:4.4.1-22.el9_2.9.aarch64",
"AppStream-9.2.0.Z.E4S:podman-debugsource-2:4.4.1-22.el9_2.9.ppc64le",
"AppStream-9.2.0.Z.E4S:podman-debugsource-2:4.4.1-22.el9_2.9.s390x",
"AppStream-9.2.0.Z.E4S:podman-debugsource-2:4.4.1-22.el9_2.9.x86_64",
"AppStream-9.2.0.Z.E4S:podman-docker-2:4.4.1-22.el9_2.9.noarch",
"AppStream-9.2.0.Z.E4S:podman-gvproxy-2:4.4.1-22.el9_2.9.aarch64",
"AppStream-9.2.0.Z.E4S:podman-gvproxy-2:4.4.1-22.el9_2.9.ppc64le",
"AppStream-9.2.0.Z.E4S:podman-gvproxy-2:4.4.1-22.el9_2.9.s390x",
"AppStream-9.2.0.Z.E4S:podman-gvproxy-2:4.4.1-22.el9_2.9.x86_64",
"AppStream-9.2.0.Z.E4S:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.9.aarch64",
"AppStream-9.2.0.Z.E4S:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.9.ppc64le",
"AppStream-9.2.0.Z.E4S:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.9.s390x",
"AppStream-9.2.0.Z.E4S:podman-gvproxy-debuginfo-2:4.4.1-22.el9_2.9.x86_64",
"AppStream-9.2.0.Z.E4S:podman-plugins-2:4.4.1-22.el9_2.9.aarch64",
"AppStream-9.2.0.Z.E4S:podman-plugins-2:4.4.1-22.el9_2.9.ppc64le",
"AppStream-9.2.0.Z.E4S:podman-plugins-2:4.4.1-22.el9_2.9.s390x",
"AppStream-9.2.0.Z.E4S:podman-plugins-2:4.4.1-22.el9_2.9.x86_64",
"AppStream-9.2.0.Z.E4S:podman-plugins-debuginfo-2:4.4.1-22.el9_2.9.aarch64",
"AppStream-9.2.0.Z.E4S:podman-plugins-debuginfo-2:4.4.1-22.el9_2.9.ppc64le",
"AppStream-9.2.0.Z.E4S:podman-plugins-debuginfo-2:4.4.1-22.el9_2.9.s390x",
"AppStream-9.2.0.Z.E4S:podman-plugins-debuginfo-2:4.4.1-22.el9_2.9.x86_64",
"AppStream-9.2.0.Z.E4S:podman-remote-2:4.4.1-22.el9_2.9.aarch64",
"AppStream-9.2.0.Z.E4S:podman-remote-2:4.4.1-22.el9_2.9.ppc64le",
"AppStream-9.2.0.Z.E4S:podman-remote-2:4.4.1-22.el9_2.9.s390x",
"AppStream-9.2.0.Z.E4S:podman-remote-2:4.4.1-22.el9_2.9.x86_64",
"AppStream-9.2.0.Z.E4S:podman-remote-debuginfo-2:4.4.1-22.el9_2.9.aarch64",
"AppStream-9.2.0.Z.E4S:podman-remote-debuginfo-2:4.4.1-22.el9_2.9.ppc64le",
"AppStream-9.2.0.Z.E4S:podman-remote-debuginfo-2:4.4.1-22.el9_2.9.s390x",
"AppStream-9.2.0.Z.E4S:podman-remote-debuginfo-2:4.4.1-22.el9_2.9.x86_64",
"AppStream-9.2.0.Z.E4S:podman-tests-2:4.4.1-22.el9_2.9.aarch64",
"AppStream-9.2.0.Z.E4S:podman-tests-2:4.4.1-22.el9_2.9.ppc64le",
"AppStream-9.2.0.Z.E4S:podman-tests-2:4.4.1-22.el9_2.9.s390x",
"AppStream-9.2.0.Z.E4S:podman-tests-2:4.4.1-22.el9_2.9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS"
}
]
}
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.